metaphone

(PHP 4, PHP 5, PHP 7) Calculate the metaphone key of a string string metaphone ( string $str [, int $phonemes = 0 ] ) Calculates the metaphone key of str. Similar to soundex() metaphone creates the same key for similar sounding words. It's more accurate than soundex() as it knows the basic rules of English pronunciation. The metaphone generated keys are of variable length. Metaphone was developed by Lawrence Philips <

SDO_Model_Property::getDefault

(^) Get the default value for the property mixed SDO_Model_Property::getDefault ( void ) Returns the default value for the property. Only primitive data type properties can have default values. Returns: Returns the default value for the property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

ps_get_parameter

(PECL ps >= 1.1.0) Gets certain parameters string ps_get_parameter ( resource $psdoc, string $name [, float $modifier ] ) Gets several parameters which were directly set by ps_set_parameter() or indirectly by one of the other functions. Parameters are by definition string values. This function cannot be used to retrieve resources which were also set by ps_set_parameter(). The parameter name can have the following values

snmp3_walk

(PHP 4, PHP 5, PHP 7) Fetch all the SNMP objects from an agent array snmp3_walk ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) snmp3_walk() function is used to read all the values from an SNMP agent specified by the hostname. Even if the security

HaruPage::getLineCap

(PECL haru >= 0.0.1) Get the current line cap style int HaruPage::getLineCap ( void ) Get the current line cap style. Returns: Returns the current line cap style. The result value is one of the following: HaruPage::BUTT_END - the line is squared off at the endpoint of the path. HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the end point of the path. HaruPag

ReflectionClass::isInstantiable

(PHP 5, PHP 7) Checks if the class is instantiable public bool ReflectionClass::isInstantiable ( void ) Checks if the class is instantiable. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isInstantiable() example <?php class C { } interface iface {     function f1(); } class ifaceImp

Serializable::unserialize

(PHP 5 >= 5.1.0, PHP 7) Constructs the object abstract public void Serializable::unserialize ( string $serialized ) Called during unserialization of the object. Note: This method acts as the constructor of the object. The __construct() method will not be called after this method. Parameters: serialized The string representation of the object.

GmagickDraw::gettextencoding

(PECL gmagick >= Unknown) Returns the code set used for text annotations public string GmagickDraw::gettextencoding ( void ) Returns a string which specifies the code set used for text annotations. Returns: Returns a string specifying the code set or false if text encoding is not set.

mailparse_msg_extract_part

(PECL mailparse >= 0.9.0) Extracts/decodes a message section void mailparse_msg_extract_part ( resource $mimemail, string $msgbody [, callable $callbackfunc ] ) Parameters: mimemail A valid MIME resource. msgbody A valid MIME resource. callbackfunc A valid MIME resource. Return

snmp3_set

(PHP 4, PHP 5, PHP 7) Set the value of an SNMP object bool snmp3_set ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, string $type, string $value [, int $timeout = 1000000 [, int $retries = 5 ]] ) snmp3_set() is used to set the value of an SNMP object specified by the object_id. Even if the security leve