include

(PHP 4, PHP 5, PHP 7) Examples: Basic include example The include statement includes and evaluates the specified file. The documentation below also applies to require. Files are included based on the file path given or, if none is given, the include_path specified. If the file isn't found in the include_path, include will finally check in the calling script's own directory and the curr

SplFixedArray::offsetGet

(PHP 5 >= 5.3.0, PHP 7) Returns the value at the specified index public mixed SplFixedArray::offsetGet ( int $index ) Returns the value at the index index. Parameters: index The index with the value. Returns: The value at the specified index. Exception: Throws RuntimeException when index is outside the defined

imagepsextendfont

(PHP 4, PHP 5) Extend or condense a font bool imagepsextendfont ( resource $font_index, float $extend ) Extend or condense a font (font_index), if the value of the extend parameter is less than one you will be condensing the font. Parameters: font_index A font resource, returned by imagepsloadfont(). extend Extension value, must be grea

Yaf_Session::count

(Yaf >=1.0.0) The count purpose public void Yaf_Session::count ( void ) Returns: This function is currently not documented; only its argument list is available.

ssh2_scp_recv

(PECL ssh2 >= 0.9.0) Request a file via SCP bool ssh2_scp_recv ( resource $session, string $remote_file, string $local_file ) Copy a file from the remote server to the local filesystem using the SCP protocol. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect(). remote_file Path to the remote

Yaf_Controller_Abstract::getResponse

(Yaf >=1.0.0) Retrieve current response object public Yaf_Response_Abstract Yaf_Controller_Abstract::getResponse ( void ) retrieve current response object Returns: Yaf_Response_Abstract instance

PDF_get_font

(PHP 4, PECL pdflib >= 1.0.0) Get font [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter font instead.

DirectoryIterator::rewind

(PHP 5, PHP 7) Rewind the DirectoryIterator back to the start public void DirectoryIterator::rewind ( void ) Rewind the DirectoryIterator back to the start. Returns: No value is returned. Examples: DirectoryIterator::rewind() example <?php $iterator = new DirectoryIterator(dirname(__FILE__)); $iterator->next(); ec

SplFileObject::getMaxLineLen

(PHP 5 >= 5.1.0, PHP 7) Get maximum line length public int SplFileObject::getMaxLineLen ( void ) Gets the maximum line length as set by SplFileObject::setMaxLineLen(). Returns: Returns the maximum line length if one has been set with SplFileObject::setMaxLineLen(), default is 0. Examples: SplFileObject::getMaxLineLen() example

PDOStatement::debugDumpParams

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0) Dump an SQL prepared command public void PDOStatement::debugDumpParams ( void ) Dumps the information contained by a prepared statement directly on the output. It will provide the SQL query in use, the number of parameters used (Params), the list of parameters with their key name or position, their name, their position in the query (if this is supported by the PDO driver, o