HaruFont::getEncodingName

(PECL haru >= 0.0.1) Get the name of the encoding string HaruFont::getEncodingName ( void ) Get the name of the font encoding. Returns: Returns the name of the font encoding. Exception: Throws a HaruException on error.

IntlChar::getPropertyValueName

(PHP 7) Get the Unicode name for a property value public static string IntlChar::getPropertyValueName ( int $property, int $value [, int $nameChoice = IntlChar::LONG_PROPERTY_NAME ] ) Returns the Unicode name for a given property value, as given in the Unicode database file PropertyValueAliases.txt. Note: Some of the names in PropertyValueAliases.txt can only be retrieved using IntlChar::PROPERTY_GENERAL_CATEGORY_MASK,

pg_meta_data

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Get meta data for table array pg_meta_data ( resource $connection, string $table_name [, bool $extended ] ) pg_meta_data() returns table definition for table_name as an array. Parameters: connection PostgreSQL database connection resource. table_name The name of the table. exten

chown

(PHP 4, PHP 5, PHP 7) Changes file owner bool chown ( string $filename, mixed $user ) Attempts to change the owner of the file filename to user user. Only the superuser may change the owner of a file. Parameters: filename Path to the file. user A user name or number. Returns: Returns TRUE on success or FALSE on

SVM::getOptions

(PECL svm >= 0.1.0) Return the current training parameters public array SVM::getOptions ( void ) Retrieve an array containing the training parameters. The parameters will be keyed on the predefined SVM constants. Returns: Returns an array of configuration settings.

SolrQuery::getTermsIncludeUpperBound

(PECL solr >= 0.9.2) Returns whether or not to include the upper bound term in the result set public bool SolrQuery::getTermsIncludeUpperBound ( void ) Returns whether or not to include the upper bound term in the result set Returns: Returns a boolean on success and NULL if not set.

PDF_get_image_height

(PHP 4, PECL pdflib >= 1.0.0) Get image height [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter imageheight instead.

array_multisort

(PHP 4, PHP 5, PHP 7) Sort multiple or multi-dimensional arrays bool array_multisort ( array &$array1 [, mixed $array1_sort_order = SORT_ASC [, mixed $array1_sort_flags = SORT_REGULAR [, mixed $... ]]] ) array_multisort() can be used to sort several arrays at once, or a multi-dimensional array by one or more dimensions. Associative (string) keys will be maintained, but numeric keys will be re-indexed.

EventUtil::__construct

(PECL event >= 1.2.6-beta) The abstract constructor abstract public EventUtil::__construct ( void ) EventUtil is a singleton. Therefore the constructor is abstract, and it is impossible to create objects based on this class. Returns: No value is returned.

db2_fetch_both

(PECL ibm_db2 >= 1.0.0) Returns an array, indexed by both column name and position, representing a row in a result set array db2_fetch_both ( resource $stmt [, int $row_number = -1 ] ) Returns an array, indexed by both column name and position, representing a row in a result set. Note that the row returned by db2_fetch_both() requires more memory than the single-indexed arrays returned by db2_fetch_assoc() or db2_fetch