dio_stat

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Gets stat information about the file descriptor fd array dio_stat ( resource $fd ) dio_stat() returns information about the given file descriptor. Parameters: fd The file descriptor returned by dio_open(). Returns: Returns an associative array with the following keys: "device" - device "inode

GearmanTask::unique

(PECL gearman >= 0.6.0) Get the unique identifier for a task public string GearmanTask::unique ( void ) Returns the unique identifier for this task. This is assigned by the GearmanClient, as opposed to the job handle which is set by the Gearman job server. Returns: The unique identifier, or FALSE if no identifier is assigned. See

openal_source_get

(PECL openal >= 0.1.0) Retrieve an OpenAL source property mixed openal_source_get ( resource $source, int $property ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). property Property to get, one of: AL_SOURCE_RELATIVE (int), AL_SOURCE_STATE (int), AL_PITCH (float), AL_GAIN (float), AL_M

tidy_get_output

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Return a string representing the parsed tidy markup string tidy_get_output ( tidy $object ) Gets a string with the repaired html. Parameters: object The Tidy object. Returns: Returns the parsed tidy markup. Examples: tidy_get_output() example

imap_getacl

(PHP 5, PHP 7) Gets the ACL for a given mailbox array imap_getacl ( resource $imap_stream, string $mailbox ) Gets the ACL for a given mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns an associative array of "fo

ReflectionFunctionAbstract::getStaticVariables

(PHP 5, PHP 7) Gets static variables public array ReflectionFunctionAbstract::getStaticVariables ( void ) Get the static variables. Returns: An array of static variables. This function is currently not documented; only its argument list is available. See also: Reflecti

chown

(PHP 4, PHP 5, PHP 7) Changes file owner bool chown ( string $filename, mixed $user ) Attempts to change the owner of the file filename to user user. Only the superuser may change the owner of a file. Parameters: filename Path to the file. user A user name or number. Returns: Returns TRUE on success or FALSE on

gmp_jacobi

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Jacobi symbol int gmp_jacobi ( GMP $a, GMP $p ) Computes » Jacobi symbol of a and p. p should be odd and must be positive. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. p

ReflectionFunctionAbstract::getStartLine

(PHP 5, PHP 7) Gets starting line number public int ReflectionFunctionAbstract::getStartLine ( void ) Gets the starting line number of the function. Returns: The starting line number. This function is currently not documented; only its argument list is available. See also:

radius_strerror

(PECL radius >= 1.1.0) Returns an error message string radius_strerror ( resource $radius_handle ) If Radius-functions fail then they record an error message. This error message can be retrieved with this function. Returns: Returns error messages as string from failed radius functions.