fileatime

(PHP 4, PHP 5, PHP 7) Gets last access time of file int fileatime ( string $filename ) Gets the last access time of the given file. Parameters: filename Path to the file. Returns: Returns the time the file was last accessed, or FALSE on failure. The time is returned as a Unix timestamp. Exception: Upon failure, a

imap_mail_copy

(PHP 4, PHP 5, PHP 7) Copy specified messages to a mailbox bool imap_mail_copy ( resource $imap_stream, string $msglist, string $mailbox [, int $options = 0 ] ) Copies mail messages specified by msglist to specified mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). msglist msglist is a range not just message number

asort

(PHP 4, PHP 5, PHP 7) Sort an array and maintain index association bool asort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) This function sorts an array such that array indices maintain their correlation with the array elements they are associated with. This is used mainly when sorting associative arrays where the actual element order is significant. Parameters: array

openal_context_destroy

(PECL openal >= 0.1.0) Destroys a context bool openal_context_destroy ( resource $context ) Parameters: context An Open AL(Context) resource (previously created by openal_context_create()). Returns: Returns TRUE on success or FALSE on failure. See also: open

easter_days

(PHP 4, PHP 5, PHP 7) Get number of days after March 21 on which Easter falls for a given year int easter_days ([ int $year = date("Y") [, int $method = CAL_EASTER_DEFAULT ]] ) Returns the number of days after March 21 on which Easter falls for a given year. If no year is specified, the current year is assumed. This function can be used instead of easter_date() to calculate Easter for years which fall outside the range o

apd_dump_function_table

(Unknown) Outputs the current function table void apd_dump_function_table ( void ) Outputs the current function table. Returns: No value is returned. Examples: apd_dump_function_table() example <?php apd_dump_function_table(); ?>

intl_get_error_code

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the last error code int intl_get_error_code ( void ) Useful to handle errors occurred in static methods when there's no object to get error code from. Returns: Error code returned by the last API function call. Examples: intl_get_error_code() example <?php $coll = c

ImagickDraw::pushPattern

(PECL imagick 2.0.0) Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern bool ImagickDraw::pushPattern ( string $pattern_id, float $x, float $y, float $width, float $height ) Indicates that subsequent commands up to a DrawPopPattern() command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and hei

fgetc

(PHP 4, PHP 5, PHP 7) Gets character from file pointer string fgetc ( resource $handle ) Gets a character from the given file pointer. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()). Returns: Returns a string containing a single character rea

fbsql_drop_db

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Drop (delete) a FrontBase database bool fbsql_drop_db ( string $database_name [, resource $link_identifier ] ) fbsql_drop_db() attempts to drop (remove) an entire database from the server associated with the specified link identifier. Parameters: database_name The database name, as a string. link_identifier