|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-28 16:05 UTC] bakins at stsi dot net
[1999-10-01 12:32 UTC] andrei at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 08 13:00:01 2026 UTC |
<?php if(is_readable("filename")) { print("yes"); } else { print("no"); } ?>