XMLWriter::writeDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD element tag bool XMLWriter::writeDTDElement ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_element ( resource $xmlwriter , string $name , string $content ) Writes a full DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resourc

cubrid_seq_put

(PECL CUBRID >= 8.3.0) Update the element value of sequence type column using OID bool cubrid_seq_put ( resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element ) The cubrid_seq_put() function is used to update the content of the requested element in a sequent type attribute using OID. Parameters: conn_identifier Connection identifier.

ImagickDraw::getClipUnits

(PECL imagick 2.0.0) Returns the interpretation of clip path units int ImagickDraw::getClipUnits ( void ) Returns the interpretation of clip path units. Returns: Returns an int on success. This function is currently not documented; only its argument list is available.

HaruDoc::loadJPEG

(PECL haru >= 0.0.1) Load a JPEG image object HaruDoc::loadJPEG ( string $filename ) Loads the specified JPEG image. Parameters: filename A valid JPEG image file. Returns: Returns a new HaruImage instance. Exception: Throws a HaruException on error. See also:

ncurses_can_change_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Checks if terminal color definitions can be changed bool ncurses_can_change_color ( void ) Checks whether the terminal has color capabilities and whether the programmer can change color definitions using ncurses_init_color(). ncurses must be initialized using ncurses_init() before calling this function. Returns: Return TRUE if the pro

Yaf_Application::getLastErrorMsg

(Yaf >=2.1.2) Get message of the last occurred error public string Yaf_Application::getLastErrorMsg ( void ) Returns: Examples: Yaf_Application::getLastErrorMsg() example <?php function error_handler($errno, $errstr, $errfile, $errline) {    var_dump(Yaf_Application::app()->getLastErrorMsg()); } $config = array(    

Gmagick::scaleimage

(PECL gmagick >= Unknown) Scales the size of an image public Gmagick Gmagick::scaleimage ( int $width, int $height [, bool $fit = false ] ) Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param. Parameters: width The number of columns in the scaled image. height Th

SplFileInfo::isLink

(PHP 5 >= 5.1.2, PHP 7) Tells if the file is a link public bool SplFileInfo::isLink ( void ) Use this method to check if the file referenced by the SplFileInfo object is a link. Returns: Returns TRUE if the file is a link, FALSE otherwise. Examples: SplFileInfo::isLink() example <?php $info = new SplFileInfo('/path/

Lapack::singularValues

(PECL lapack >= 0.1.0) Calculated the singular values of a matrix public static array Lapack::singularValues ( array $a ) Calculate the singular values of the matrix A. Parameters: a The matrix to calculate the singular values for Returns: The singular values Examples: Using Lapack

ncurses_halfdelay

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put terminal into halfdelay mode int ncurses_halfdelay ( int $tenth ) Parameters: tenth 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