[PHP-DEV] PHP 4.0 Bug #2399: Is_readable,is_writable are unknown functions From: bakins <email protected>
Date: 09/28/99

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>