This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
2012:test [2014/02/28 10:11] terning |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== ===== | ||
| - | ==== Title ==== | ||
| - | Tes. Date, 2012 | ||
| - | <php> | ||
| - | $dir='/ | ||
| - | echo($dir); | ||
| - | |||
| - | |||
| - | echo($dir); | ||
| - | if (is_dir($dir)) | ||
| - | { | ||
| - | echo($dir); | ||
| - | if ($dh = opendir($dir)) | ||
| - | { | ||
| - | echo($dir); | ||
| - | } | ||
| - | </ | ||