Collator::__construct

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Create a collator public Collator::__construct ( string $locale ) Creates a new instance of Collator. Parameters: locale The locale whose collation rules should be used. Special values for locales can be passed in - if null is passed for the locale, the default locale's collation rules will be used. If "root" is passed, UCA rules will be u

tidy_set_encoding

(PECL tidy >= 0.5.2) Set the input/output character encoding for parsing markup bool tidy_set_encoding ( string $encoding ) Sets the encoding for input/output documents. Parameters: encoding The encoding parameter sets the encoding for input/output documents. The possible values for encoding are: ascii, latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, u

OAuthProvider::tokenHandler

(PECL OAuth >= 1.0.0) Set the tokenHandler handler callback public void OAuthProvider::tokenHandler ( callable $callback_function ) Sets the token handler callback, which will later be called with OAuthProvider::callTokenHandler(). Parameters: callback_function The callable functions name. Returns: No value is returned.

cairo_ps_surface_create

(PECL cairo >= 0.1.0) Description CairoPsSurface cairo_ps_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and fa

Yar_Client::__call

(PECL yar >= 1.0.0) Call service public void Yar_Client::__call ( string $method, array $parameters ) Issue a call to remote RPC method. Parameters: method Remote RPC method name. parameters Parameters. Returns: Examples: Yar_Client::__call() exam

SolrQuery::setFacetOffset

(PECL solr >= 0.9.2) Sets the offset into the list of constraints to allow for pagination public SolrQuery SolrQuery::setFacetOffset ( int $offset [, string $field_override ] ) Sets the offset into the list of constraints to allow for pagination. Parameters: offset The offset field_override The name of the field.

KTaglib_ID3v2_Tag::getFrameList

(0.0.1) Returns an array of ID3v2 frames, associated with the ID3v2 tag public array KTaglib_ID3v2_Tag::getFrameList ( void ) Returns an array of ID3v2 frames, associated with the ID3v2 tag. Returns: Return an array of KTaglib_ID3v2_Frame objects

SolrQuery::setHighlightFragmenter

(PECL solr >= 0.9.2) Sets a text snippet generator for highlighted text public SolrQuery SolrQuery::setHighlightFragmenter ( string $fragmenter [, string $field_override ] ) Specify a text snippet generator for highlighted text. Parameters: fragmenter The standard fragmenter is gap. Another option is regex, which tries to create fragments that resembles a certain regul

SDO_DAS_XML::loadFile

(^) Returns SDO_DAS_XML_Document object for a given path to xml instance document SDO_XMLDocument SDO_DAS_XML::loadFile ( string $xml_file ) Constructs the tree of SDO_DataObjects from the given address to xml instance document. Returns SDO_DAS_XML_Document Object. Use SDO_DAS_XML_Document::getRootDataObject method to get root data object. Parameters: xml_file Path to

UConverter::getAliases

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the aliases of the given name public static array UConverter::getAliases ([ string $name ] ) Parameters: name Returns: This function is currently not documented; only its argument list is available.