eio_write

(PECL eio >= 0.0.1dev) Write to file resource eio_write ( mixed $fd, string $str [, int $length = 0 [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]]] ) eio_write() writes up to length bytes from str at offset offset from the beginning of the file. Parameters: fd Stream, Socket resource, or numeric file descri

ZipArchive::setPassword

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the password for the active archive public bool ZipArchive::setPassword ( string $password ) Sets the password for the active archive. Parameters: password The password to be used for the archive. Returns: Returns TRUE on success or FALSE on failure. Notes:

cal_from_jd

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Converts from Julian Day Count to a supported calendar array cal_from_jd ( int $jd, int $calendar ) cal_from_jd() converts the Julian day given in jd into a date of the specified calendar. Supported calendar values are CAL_GREGORIAN, CAL_JULIAN, CAL_JEWISH and CAL_FRENCH. Parameters: jd Julian day as integer calenda

SimpleXMLElement::asXML

(PHP 5 >= 5.0.1, PHP 7) Return a well-formed XML string based on SimpleXML element public mixed SimpleXMLElement::asXML ([ string $filename ] ) The asXML method formats the parent object's data in XML version 1.0. Parameters: filename If specified, the function writes the data to the file rather than returning it. Returns: If the filename is

db2_fetch_assoc

(PECL ibm_db2 >= 1.0.0) Returns an array, indexed by column name, representing a row in a result set array db2_fetch_assoc ( resource $stmt [, int $row_number = -1 ] ) Returns an array, indexed by column name, representing a row in a result set. Parameters: stmt A valid stmt resource containing a result set. row_number Requests a

ImagickDraw::getStrokeAntialias

(PECL imagick 2.0.0) Returns the current stroke antialias setting bool ImagickDraw::getStrokeAntialias ( void ) Returns the current stroke antialias setting. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used. Returns: Returns TRUE if antialiasing is on and false if it

apd_dump_persistent_resources

(PECL apd 0.2-0.4) Return all persistent resources as an array array apd_dump_persistent_resources ( void ) Return all persistent resources as an array. Returns: An array containing the current call stack. Examples: apd_dump_persistent_resources() example <?php print_r(apd_dump_persistent_resources()); ?>

eio_sync_file_range

(PECL eio >= 0.0.1dev) Sync a file segment with disk resource eio_sync_file_range ( mixed $fd, int $offset, int $nbytes, int $flags [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_sync_file_range() permits fine control when synchronizing the open file referred to by the file descriptor fd with disk. Parameters: fd File desc

untaint

(PECL taint >=0.1.0) Untaint strings bool untaint ( string &$string [, string $... ] ) Untaint strings Parameters: string Untaint strings ... Untaint strings Returns:

EventBuffer::freeze

(PECL event >= 1.2.6-beta) Prevent calls that modify an event buffer from succeeding public bool EventBuffer::freeze ( bool $at_front ) Prevent calls that modify an event buffer from succeeding Parameters: at_front Whether to disable changes to the front or end of the buffer. Returns: Returns TRUE on success. Otherwise FALSE.