php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2399 Is_readable,is_writable are unknown functions
Submitted: 1999-09-28 16:04 UTC Modified: 1999-10-01 12:32 UTC
From: bakins at stsi dot net Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bakins at stsi dot net
New email:
PHP Version: OS:

 

 [1999-09-28 16:04 UTC] bakins at stsi dot net
<?php
	if(is_readable("filename")) {
		print("yes");
	} else {
		print("no");
	}
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-28 16:05 UTC] bakins at stsi dot net
Whenever file functions are ran, I always get an unknown function error.
 [1999-10-01 12:32 UTC] andrei at cvs dot php dot net
is_writeable/is_writable problem was fixed for Beta 3.
is_readable should be working with no problems.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC