eio_chmod

Example

 resource eio_chmod ( string $path , mixed $mode [, int $pri = EIO_PRI_DEFAULT [, mixed $callback = NULL [, mixed $data = NULL ]]] ) 

Description

eio_chmod() changes file, or direcrory permissions. The new permissions are specified by mode.

Return Values

eio_chmod() returns request resource on success or FALSE on error.