ncurses_echochar

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Single character output including refresh int ncurses_echochar ( int $character ) Parameters: character This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This fu

fprintf

(PHP 5, PHP 7) Write a formatted string to a stream int fprintf ( resource $handle, string $format [, mixed $args [, mixed $... ]] ) Write a string produced according to format to the stream resource specified by handle. Parameters: handle A file system pointer resource that is typically created using fopen(). format See sprintf() for a d

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