mysqli_bind_param

(PHP 5 < 5.4.0) Alias for mysqli_stmt_bind_param() This function is an alias of mysqli_stmt_bind_param(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_bind_param() -

dbase_get_header_info

(PHP 5, PHP 7) Gets the header info of a database array dbase_get_header_info ( int $dbase_identifier ) Returns information on the column structure of the given database link identifier. Parameters: dbase_identifier The database link identifier, returned by dbase_open() or dbase_create(). Returns: An indexed array with an entry for each column in

fputcsv

(PHP 5 >= 5.1.0, PHP 7) Format line as CSV and write to file pointer int fputcsv ( resource $handle, array $fields [, string $delimiter = "," [, string $enclosure = '"' [, string $escape_char = "\" ]]] ) fputcsv() formats a line (passed as a fields array) as CSV and write it (terminated by a newline) to the specified file handle. Parameters: handle The file pointer m

SplStack::setIteratorMode

(PHP 5 >= 5.3.0, PHP 7) Sets the mode of iteration void SplStack::setIteratorMode ( int $mode ) Parameters: mode There is only one iteration parameter you can modify. The behavior of the iterator (either one or the other): SplDoublyLinkedList::IT_MODE_DELETE (Elements are deleted by the iterator) SplDoublyLinkedList::IT_MODE_KEEP (Elements are traversed by the iterato

imagerectangle

(PHP 4, PHP 5, PHP 7) Draw a rectangle bool imagerectangle ( resource $image, int $x1, int $y1, int $x2, int $y2, int $color ) imagerectangle() creates a rectangle starting at the specified coordinates. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). x1 Upper left x coo

vpopmail_error

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Get text message for last vpopmail error string vpopmail_error ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not doc

RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Check whether the inner iterator's current element has children public bool RecursiveFilterIterator::hasChildren ( void ) Check whether the inner iterator's current element has children. Returns: TRUE if the inner iterator has children, otherwise FALSE See also: RecursiveFilterIterator

SoapFault::SoapFault

(PHP 5 >= 5.0.1, PHP 7) SoapFault constructor SoapFault::SoapFault ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) This class is used to send SOAP fault responses from the PHP handler. faultcode, faultstring, faultactor and detail are standard elements of a SOAP Fault. Parameters: faultcode

Imagick::animateImages

(No version information available, might only be in Git) Animates an image or images bool Imagick::animateImages ( string $x_server ) This method animates the image onto a local or remote X server. This method is not available on Windows. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: x_server X server address

mcrypt_get_cipher_name

(PHP 4, PHP 5, PHP 7) Gets the name of the specified cipher string mcrypt_get_cipher_name ( int $cipher ) string mcrypt_get_cipher_name ( string $cipher ) mcrypt_get_cipher_name() is used to get the name of the specified cipher. mcrypt_get_cipher_name() takes the cipher number as an argument (libmcrypt 2.2.x) or takes the cipher name as an argument (libmcrypt 2.4.x or higher) and returns the name of the cipher or FALSE, i