OCI-Lob::truncate

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Truncates large object bool OCI-Lob::truncate ([ int $length = 0 ] ) Truncates the LOB. Parameters: length If provided, this method will truncate the LOB to length bytes. Otherwise, it will completely purge the LOB. Returns: Returns TRUE on success or FALSE on failure.

Phar::uncompressAllFiles

(PECL phar < 2.0.0) Uncompresses all files in the current Phar archive public bool Phar::uncompressAllFiles ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress(), Phar::decompress(), Phar::compressFiles() and Phar::decompressFiles(). Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to

SplFileObject::getCsvControl

(PHP 5 >= 5.2.0, PHP 7) Get the delimiter and enclosure character for CSV public array SplFileObject::getCsvControl ( void ) Gets the delimiter and enclosure character used for parsing CSV fields. Returns: Returns an indexed array containing the delimiter and enclosure character. Examples: SplFileObject::getCsvControl() example

mssql_bind

(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) Adds a parameter to a stored procedure or a remote stored procedure bool mssql_bind ( resource $stmt, string $param_name, mixed &$var, int $type [, bool $is_output = false [, bool $is_null = false [, int $maxlen = -1 ]]] ) Binds a parameter to a stored procedure or a remote stored procedure. Parameters: stmt Statem

hash_final

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Finalize an incremental hash and return resulting digest string hash_final ( resource $context [, bool $raw_output = false ] ) Parameters: context Hashing context returned by hash_init(). raw_output When set to TRUE, outputs raw binary data. FALSE outputs lowercase hexits.

apd_croak

(PECL apd 0.2-0.4) Throw an error, a callstack and then exit void apd_croak ( string $warning [, string $delimiter = "<BR />" ] ) Behaves like perl's Carp::croak. Throw an error, a callstack and then exit. Parameters: warning The warning to throw. delimiter The delimiter. Default to <BR />. Returns:

SQLite3::createCollation

(PHP 5 >= 5.3.11, PHP 7) Registers a PHP function for use as an SQL collating function public bool SQLite3::createCollation ( string $name, callable $callback ) Registers a PHP function or user-defined function for use as a collating function within SQL statements. Parameters: name Name of the SQL collating function to be created or redefined cal

Gmagick::setimagetype

(PECL gmagick >= Unknown) Sets the image type public Gmagick Gmagick::setimagetype ( int $imgType ) Sets the image type. Parameters: imgType The image type: UndefinedType, BilevelType, GrayscaleType, GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType, TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeType. R

SolrQuery::setFacetLimit

(PECL solr >= 0.9.2) Maps to facet.limit public SolrQuery SolrQuery::setFacetLimit ( int $limit [, string $field_override ] ) Maps to facet.limit. Sets the maximum number of constraint counts that should be returned for the facet fields. Parameters: limit The maximum number of constraint counts field_override The name of the field.

xml_get_error_code

(PHP 4, PHP 5, PHP 7) Get XML parser error code int xml_get_error_code ( resource $parser ) Gets the XML parser error code. Parameters: parser A reference to the XML parser to get error code from. Returns: This function returns FALSE if parser does not refer to a valid parser, or else it returns one of the error codes listed in the error codes se