hebrev

(PHP 4, PHP 5, PHP 7) Convert logical Hebrew text to visual text string hebrev ( string $hebrew_text [, int $max_chars_per_line = 0 ] ) Converts logical Hebrew text to visual text. The function tries to avoid breaking words. Parameters: hebrew_text A Hebrew input string. max_chars_per_line This optional parameter indicates maximum nu

ibase_free_result

(PHP 5, PHP 7) Free a result set bool ibase_free_result ( resource $result_identifier ) Frees a result set. Parameters: result_identifier A result set created by ibase_query() or ibase_execute(). Returns: Returns TRUE on success or FALSE on failure.

PDF_set_border_color

(PHP 4, PECL pdflib >= 1.0.0) Set border color of annotations [deprecated] bool PDF_set_border_color ( resource $p, float $red, float $green, float $blue ) Sets the border color for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the option annotcolor in PDF_create_annotation() instead.

SolrDisMaxQuery::removeTrigramPhraseField

(No version information available, might only be in Git) Removes a Trigram Phrase Field (pf3 parameter) public SolrDisMaxQuery SolrDisMaxQuery::removeTrigramPhraseField ( string $field ) Removes a Trigram Phrase Field (pf3 parameter) Parameters: field Field Name Returns: SolrDisMaxQuery Examples:

bzflush

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Force a write of all buffered data bool bzflush ( resource $bz ) Forces a write of all buffered bzip2 data for the file pointer bz. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bzopen(). Returns: Returns TRUE on success or FALSE on failure.

SolrDisMaxQuery::addUserField

(No version information available, might only be in Git) Adds a field to User Fields Parameter (uf) public SolrDisMaxQuery SolrDisMaxQuery::addUserField ( string $field ) Adds a field to The User Fields Parameter (uf) Parameters: field Field Name Returns: SolrDisMaxQuery Examples: Sol

fbsql_blob_size

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get the size of a BLOB int fbsql_blob_size ( string $blob_handle [, resource $link_identifier ] ) Returns the size of the given BLOB. Parameters: blob_handle A BLOB handle, returned by fbsql_create_blob(). link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If opt

svn_add

(PECL svn >= 0.1.0) Schedules the addition of an item in a working directory bool svn_add ( string $path [, bool $recursive = true [, bool $force = false ]] ) Adds the file, directory or symbolic link at path to the working directory. The item will be added to the repository the next time you call svn_commit() on the working copy. Parameters: path Path of item to add

Yaf_Request_Simple::__construct

(Yaf >=1.0.0) Constructor of Yaf_Request_Simple public Yaf_Request_Simple::__construct ([ string $method [, string $module [, string $controller [, string $action [, array $params ]]]]] ) Returns: This function is currently not documented; only its argument list is available.

preg_replace

(PHP 4, PHP 5, PHP 7) Perform a regular expression search and replace mixed preg_replace ( mixed $pattern, mixed $replacement, mixed $subject [, int $limit = -1 [, int &$count ]] ) Searches subject for matches to pattern and replaces them with replacement. Parameters: pattern The pattern to search for. It can be either a string or an array with strings. Several PCR