sqlsrv_close

(No version information available, might only be in Git) Closes an open connection and releases resourses associated with the connection bool sqlsrv_close ( resource $conn ) Closes an open connection and releases resourses associated with the connection. Parameters: conn The connection to be closed. Returns: Returns TRUE on success or FALSE on fa

CairoContext::arcNegative

(PECL cairo >= 0.1.0) Adds a negative arc public void CairoContext::arcNegative ( float $x, float $y, float $radius, float $angle1, float $angle2 ) Object oriented style (method): Procedural style: void cairo_arc_negative ( CairoContext $context , float $x , float $y , float $radius , float $angle1 , float $angle2 ) Adds a circular arc of the given radius to the current path. The arc is centered at (x, y), begins at ang

ftp_mkdir

(PHP 4, PHP 5, PHP 7) Creates a directory string ftp_mkdir ( resource $ftp_stream, string $directory ) Creates the specified directory on the FTP server. Parameters: ftp_stream The link identifier of the FTP connection. directory The name of the directory that will be created. Returns: Returns the newly created

event_buffer_watermark_set

(PECL libevent >= 0.0.1) Set the watermarks for read and write events void event_buffer_watermark_set ( resource $bevent, int $events, int $lowmark, int $highmark ) Sets the watermarks for read and write events. Libevent does not invoke read callback unless there is at least lowmark bytes in the input buffer; if the read buffer is beyond the highmark, reading is stopped. On output, the write callback is invoked whenever

SolrCollapseFunction::getMax

(PECL solr >= 2.2.0) Returns max parameter public string SolrCollapseFunction::getMax ( void ) Returns max parameter Returns: See also: SolrCollapseFunction::setMax() -

Yaf_Controller_Abstract::initView

(Yaf >=1.0.0) The initView purpose public void Yaf_Controller_Abstract::initView ([ array $options ] ) Parameters: options Returns:

is_tainted

(PECL taint >=0.1.0) Checks whether a string is tainted bool is_tainted ( string $string ) Checks whether a string is tainted Parameters: string Checks whether a string is tainted Returns: Return TRUE if the string is tainted, FALSE otherwise.

ReflectionClass::getFileName

(PHP 5, PHP 7) Gets the filename of the file in which the class has been defined public string ReflectionClass::getFileName ( void ) Gets the filename of the file in which the class has been defined. Returns: Returns the filename of the file in which the class has been defined. If the class is defined in the PHP core or in a PHP extension, FALSE is returned.

ncurses_mvaddchnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string with specified length int ncurses_mvaddchnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPER

OCI-Lob::writeTemporary

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Writes a temporary large object bool OCI-Lob::writeTemporary ( string $data [, int $lob_type = OCI_TEMP_CLOB ] ) Creates a temporary large object and writes data to it. You should use OCI-Lob::close when you are done with this object. Parameters: data The data to write. lob_type Can be one of the