File "test03.php"
Full Path: /home/analogde/www/Massage_online2018/CHESS_2022/test03.php
File size: 226 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
//$path = "C:\wamp\www\DEBUG_02_10_2015/zorro.txt";
//$tmp = str_replace("/", "\\", $path);
//echo $tmp;
//unlink($path);
$wdir = "\\";
$test = strcmp($wdir, "\\");
if($test == 0)
{
echo "identique";
}
?>