explode

(PHP 4, PHP 5, PHP 7) Split a string by string array explode ( string $delimiter, string $string [, int $limit = PHP_INT_MAX ] ) Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string delimiter. Parameters: delimiter The boundary string. string The input string.

SolrQuery::removeHighlightField

(PECL solr >= 0.9.2) Removes one of the fields used for highlighting public SolrQuery SolrQuery::removeHighlightField ( string $field ) Removes one of the fields used for highlighting. Parameters: field The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

db2_columns

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the columns and associated metadata for a table resource db2_columns ( resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name ]]]] ) Returns a result set listing the columns and associated metadata for a table. Parameters: connection A valid connection to an IBM DB2

SoapServer::fault

(PHP 5 >= 5.0.1, PHP 7) Issue SoapServer fault indicating an error public void SoapServer::fault ( string $code, string $string [, string $actor [, string $details [, string $name ]]] ) Sends a response to the client of the current request indicating an error. Note: This can only be called when handling a request. Parameters: code The error code to return

PDF_moveto

(PHP 4, PECL pdflib >= 1.0.0) Set current point bool PDF_moveto ( resource $p, float $x, float $y ) Sets the current point for graphics output. Returns TRUE on success or FALSE on failure.

MongoCursor::hint

(PECL mongo >=0.9.0) Gives the database a hint about the query public MongoCursor MongoCursor::hint ( mixed $index ) Parameters: index Index to use for the query. If a string is passed, it should correspond to an index name. If an array or object is passed, it should correspond to the specification used to create the index (i.e. the first argument to MongoCollection::ens

maxdb_fetch_row

(PECL maxdb >= 1.0) Get a result row as an enumerated array mixed maxdb_fetch_row ( resource $result ) Procedural style Object oriented style mixed maxdb_result::fetch_row ( void ) Returns an array that corresponds to the fetched row, or NULL if there are no more rows. maxdb_fetch_row() fetches one row of data from the result set represented by result and returns it as an enumerated array, where each column is stored i

SolrQuery::setTermsIncludeUpperBound

(PECL solr >= 0.9.2) Include the upper bound term in the result set public SolrQuery SolrQuery::setTermsIncludeUpperBound ( bool $flag ) Include the upper bound term in the result set. Parameters: flag TRUE or FALSE Returns: Returns the current SolrQuery object, if the return value is used.

SWFShape::addFill

(PHP 5 <= 5.3.0, PECL ming SVN) Adds a solid fill to the shape SWFFill SWFShape::addFill ( int $red, int $green, int $blue [, int $alpha = 255 ] ) SWFFill addFill ( SWFBitmap $bitmap [, int $flags ] ) SWFFill addFill ( SWFGradient $gradient [, int $flags ] ) SWFShape::addFill() adds a solid fill to the shape's list of fill styles. SWFShape::addFill() accepts three different types of arguments. red, green, blue is a c

CairoContext::textPath

(PECL cairo >= 0.1.0) The textPath purpose public void CairoContext::textPath ( string $string ) Object oriented style Procedural style void cairo_text_path ( CairoContext $context , string $text ) Adds closed paths for text to the current path. The generated path, if filled, achieves an effect similar to that of CairoContext::showText(). Text conversion and positioning is done similar to CairoContext::showText(). L