Daniel's collected open source and open data musings as a web developer, project manager and architect in Adelaide.
$d = dir("/etc/php5");while (false !== ($entry = $d->read())) { echo $entry."\n";}$d->close();
$d = dir("/etc/php5");
while (false !== ($entry = $d->read())) { echo $entry."\n";}$d->close();
while (($temp = socket_read($socket,1024)) !== false) { //Stuff}
Post a Comment
No comments:
Post a Comment