IntlChar::getFC_NFKC_Closure

(PHP 7) Get the FC_NFKC_Closure property for a code point public static string IntlChar::getFC_NFKC_Closure ( mixed $codepoint ) Gets the FC_NFKC_Closure property string for a character. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") Returns: Returns t

yaz_get_option

(PECL yaz >= 0.9.0) Returns value of option for connection string yaz_get_option ( resource $id, string $name ) Returns the value of the option specified with name. Parameters: id The connection resource returned by yaz_connect(). name The option name. Returns: Returns the value of the specified option or an

SolrQuery::getFacetFields

(PECL solr >= 0.9.2) Returns all the facet fields public array SolrQuery::getFacetFields ( void ) Returns all the facet fields Returns: Returns an array of all the fields and NULL if none was set

FANNConnection::__construct

(PECL fann >= 1.0.0) The connection constructor public FANNConnection::__construct ( int $from_neuron, int $to_neuron, float $weight ) Create new connection and initialize its params. After creating the connection, only weight can be changed. Parameters: from_neuron The postion number of starting neuron. to_neuron The postion number

PDF_define_layer

(PECL pdflib >= 2.0.0) Create layer definition int PDF_define_layer ( resource $pdfdoc, string $name, string $optlist ) Creates a new layer definition. This function requires PDF 1.5.

readline_write_history

(PHP 4, PHP 5, PHP 7) Writes the history bool readline_write_history ([ string $filename ] ) This function writes the command history to a file. Parameters: filename Path to the saved file. Returns: Returns TRUE on success or FALSE on failure.

GmagickDraw::bezier

(PECL gmagick >= Unknown) Draws a bezier curve public GmagickDraw GmagickDraw::bezier ( array $coordinate_array ) Draws a bezier curve through a set of points on the image. Parameters: coordinate_array Coordinates array Returns: The GmagickDraw object on success

DOMDocument::createProcessingInstruction

(PHP 5, PHP 7) Creates new PI node public DOMProcessingInstruction DOMDocument::createProcessingInstruction ( string $target [, string $data ] ) This function creates a new instance of class DOMProcessingInstruction. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: target The target of the processing instruct

SolrInputDocument::__construct

(PECL solr >= 0.9.2) Constructor public SolrInputDocument::__construct ( void ) Constructor. Returns: None.

SolrDocument::next

(PECL solr >= 0.9.2) Moves the internal pointer to the next field public void SolrDocument::next ( void ) Moves the internal pointer to the next field. Returns: This method has no return value.