defining with ()
Posted: Mon Jul 23, 2007 7:45 pm
Hi
what is this code doing:
what is this code doing:
Code: Select all
$is_reachable = (stristr($dir_atual,$doc_root)!==false);
and:
$expanded_dir_list .= ":".$mat[$x];
the 2nd code was at a file manager script like this:
$mat = explode("/",$path_info["dirname"]);
for ($x=0;$x<count($mat);$x++) $expanded_dir_list .= ":".$mat[$x];