DOMNode::removeChild

(PHP 5, PHP 7) Removes child from list of children public DOMNode DOMNode::removeChild ( DOMNode $oldnode ) This functions removes a child from a list of children. Parameters: oldnode The removed child. Returns: If the child could be removed the function returns the old child. Exception: Raised if this node is

db2_field_type

(PECL ibm_db2 >= 1.0.0) Returns the data type of the indicated column in a result set string db2_field_type ( resource $stmt, mixed $column ) Returns the data type of the indicated column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This can

PDF_create_field

(PECL pdflib >= 2.0.0) Create form field bool PDF_create_field ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $name, string $type, string $optlist ) Creates a form field on the current page subject to various options.

Imagick::setImageWhitePoint

(PECL imagick 2.0.0) Sets the image chromaticity white point bool Imagick::setImageWhitePoint ( float $x, float $y ) Sets the image chromaticity white point. Parameters: x Sets the image chromaticity white point. y Sets the image chromaticity white point. Returns: Returns TRUE on success.

PDF_add_pdflink

(PHP 4, PECL pdflib >= 1.0.0) Add file link annotation for current page [deprecated] bool PDF_add_pdflink ( resource $pdfdoc, float $bottom_left_x, float $bottom_left_y, float $up_right_x, float $up_right_y, string $filename, int $page, string $dest ) Add a file link annotation to a PDF target. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action() with t

SplFileObject::fgets

(PHP 5 >= 5.1.0, PHP 7) Gets line from file public string SplFileObject::fgets ( void ) Gets a line from the file. Returns: Returns a string containing the next line from the file, or FALSE on error. Exception: Throws a RuntimeException if the file cannot be read. Examples: SplFileObject::fgets() example

QuickHashIntSet::add

(PECL quickhash >= Unknown) This method adds a new entry to the set public bool QuickHashIntSet::add ( int $key ) This method adds a new entry to the set, and returns whether the entry was added. Entries are by default always added unless QuickHashIntSet::CHECK_FOR_DUPES has been passed when the set was created. Parameters: key The key of the entry to add.

dbase_add_record

(PHP 4, PHP 5, PHP 7) Adds a record to a database bool dbase_add_record ( int $dbase_identifier, array $record ) Adds the given data to the database. Parameters: dbase_identifier The database link identifier, returned by dbase_open() or dbase_create(). record An indexed array of data. The number of items must be equal to the number of f

apcu_sma_info

(PECL apcu >= 4.0.0) Retrieves APCu Shared Memory Allocation information array apcu_sma_info ([ bool $limited = false ] ) Retrieves APCu Shared Memory Allocation information. Parameters: limited When set to FALSE (default) apcu_sma_info() will return a detailed information about each segment. Returns: Array of Shared Memory Allocation data;

eio_futime

(PECL eio >= 0.0.1dev) Change file last access and modification times resource eio_futime ( mixed $fd, float $atime, float $mtime [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_futime() changes file last access and modification times. Parameters: fd Stream, Socket resource, or numeric file descriptor, e.g. returned by eio_