RecursiveTreeIterator::getPostfix

(PHP 5 >= 5.3.0, PHP 7) Get the postfix public void RecursiveTreeIterator::getPostfix ( void ) Gets the string to place after the current element. Returns: Returns the string to place after the current element. This function is currently not documented; only its argument list is available.

SplFileObject::fgetss

(PHP 5 >= 5.1.0, PHP 7) Gets line from file and strip HTML tags public string SplFileObject::fgetss ([ string $allowable_tags ] ) Identical to SplFileObject::fgets(), except that SplFileObject::fgetss() attempts to strip any HTML and PHP tags from the text it reads. Parameters: allowable_tags Optional parameter to specify tags which should not be stripped.

SDO_Model_Property::getContainingType

(^) Get the SDO_Model_Type which contains this property SDO_Model_Type SDO_Model_Property::getContainingType ( void ) Returns the SDO_Model_Type which contains this property. Returns: Returns the SDO_Model_Type which contains this property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change withou

PDF_setpolydash

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set complicated dash pattern [deprecated] This function is deprecated since PDFlib version 5, use PDF_setdashpattern() instead.

cairo_font_options_status

(PECL cairo >= 0.1.0) Description int cairo_font_options_status ( CairoFontOptions $options ) The function description goes here. Parameters: options Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

bcompiler_write_constant

(PECL bcompiler >= 0.5) Writes a defined constant as bytecodes bool bcompiler_write_constant ( resource $filehandle, string $constantName ) Reads the bytecodes from PHP for an existing constant, and writes them to the open file handle. Parameters: filehandle A file handle as returned by fopen(). constantName The name of the defined c

db2_exec

(PECL ibm_db2 >= 1.0.0) Executes an SQL statement directly resource db2_exec ( resource $connection, string $statement [, array $options ] ) Executes an SQL statement directly. If you plan to interpolate PHP variables into the SQL statement, understand that this is one of the more common security exposures. Consider calling db2_prepare() to prepare an SQL statement with parameter markers for input values. Then you can

SolrQuery::getTermsLimit

(PECL solr >= 0.9.2) Returns the maximum number of terms Solr should return public int SolrQuery::getTermsLimit ( void ) Returns the maximum number of terms Solr should return Returns: Returns an integer on success and NULL if not set.

date_offset_get

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::getOffset() This function is an alias of: DateTime::getOffset()

SplFixedArray::next

(PHP 5 >= 5.3.0, PHP 7) Move to next entry public void SplFixedArray::next ( void ) Move the iterator to the next array entry. Returns: No value is returned.