Date: 09/28/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2399 Updated: Is_readable,is_writable are unknown functions"
- Previous message: Andi Gutmans: "[PHP-DEV] SGI Releases Powerful Tools For Linux Software Development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: bakins <email protected>
Operating system: Linux
PHP version: 4.0 Beta 2
PHP Bug Type: Other
Bug description: Is_readable,is_writable are unknown functions
<?php
if(is_readable("filename")) {
print("yes");
} else {
print("no");
}
?>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2399 Updated: Is_readable,is_writable are unknown functions"
- Previous message: Andi Gutmans: "[PHP-DEV] SGI Releases Powerful Tools For Linux Software Development"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

