★ wanayoo — archive 1999 http://www.php.net/manual/it/function.is-executable.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Filesystem
Quick Reference
English version of this pageGerman version of this pageJapanese version of this pageFrench version of this pageHungarian version of this page
Filesystem
* basename
* chgrp
* chmod
* chown
* clearstatcache
* copy
* delete
* dirname
* diskfreespace
* fclose
* feof
* fgetc
* fgetcsv
* fgets
* fgetss
* file
* file_exists
* fileatime
* filectime
* filegroup
* fileinode
* filemtime
* fileowner
* fileperms
* filesize
* filetype
* flock
* fopen
* fpassthru
* fputs
* fread
* fseek
* ftell
* ftruncate
* fwrite
* set_file_buffer
* is_dir
* is_executable
* is_file
* is_link
* is_readable
* is_writeable
* link
* linkinfo
* mkdir
* pclose
* popen
* readfile
* readlink
* rename
* rewind
* rmdir
* stat
* lstat
* symlink
* tempnam
* touch
* umask
* unlink
Manual: is_executable
View the source code for this pageSearch the site



Previous page
 is_dir
 Updated
Sun, 06 Aug 2000
is_file 
Next page


is_executable

(PHP3 , PHP4 )

is_executable -- Tells whether the filename is executable

Description

bool is_executable (string filename)

Returns true if the filename exists and is executable.

The results of this function are cached. See clearstatcache() for more details.

See also is_file() and is_link().


User Contributed Notes: is_executable


hartmut@six.de
07-Mar-2000 08:30
this function shows the same misbehavior
as is_readable(), this is almost fixed

see bug id #3753



 About Notes


Previous page
 is_dir
 Updated
Sun, 06 Aug 2000
is_file 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.