ReflectionClass::getStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7) Gets static property value public mixed ReflectionClass::getStaticPropertyValue ( string $name [, mixed &$def_value ] ) Gets the value of a static property on this class. Parameters: name The name of the static property for which to return a value. def_value A default value to return in case the class does

SimpleXMLIterator::current

(PHP 5 >= 5.1.0, PHP 7) Returns the current element public mixed SimpleXMLIterator::current ( void ) This method returns the current element as a SimpleXMLIterator object or NULL. Returns: Returns the current element as a SimpleXMLIterator object or NULL on failure. Examples: Return the current element <?php $xmlIte

IntlChar::getIntPropertyValue

(PHP 7) Get the value for a Unicode property for a code point public static int IntlChar::getIntPropertyValue ( mixed $codepoint, int $property ) Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the char

fdf_get_value

(PHP 4, PHP 5, PHP 7) Get the value of a field mixed fdf_get_value ( resource $fdf_document, string $fieldname [, int $which = -1 ] ) Gets the value for the requested field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname Name of the FDF field, as a string.

radius_cvt_int

(PECL radius >= 1.1.0) Converts raw data to integer int radius_cvt_int ( string $data ) Examples: radius_cvt_int() example <?php while ($resa = radius_get_attr($res)) {     if (!is_array($resa)) {         printf ("Error getting attribute: %s\n",  radius_strerror($res));         exit;     }     $attr = $resa['attr'];     $data = $resa

EventBufferEvent::__construct

(PECL event >= 1.2.6-beta) Constructs EventBufferEvent object public EventBufferEvent::__construct ( EventBase $base [, mixed $socket = NULL [, int $options = 0 [, callable $readcb = NULL [, callable $writecb = NULL [, callable $eventcb = NULL ]]]]] ) Create a buffer event on a socket, stream or a file descriptor. Passing NULL to socket means that the socket should be created later, e.g. by means of EventBufferEvent

dgettext

(PHP 4, PHP 5, PHP 7) Override the current domain string dgettext ( string $domain, string $message ) The dgettext() function allows you to override the current domain for a single message lookup. Parameters: domain The domain message The message Returns: A string on success.

IntlCalendar::isLenient

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether date/time interpretation is in lenient mode public bool IntlCalendar::isLenient ( void ) Object oriented style Procedural style bool intlcal_is_lenient ( IntlCalendar $cal ) Returns whether the current date/time interpretations is lenient (the default). If that is case, some out of range values for fields will be accepted instead of raising an error. Parame

ncurses_halfdelay

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put terminal into halfdelay mode int ncurses_halfdelay ( int $tenth ) Parameters: tenth This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be

kadm5_modify_principal

(PECL kadm5 >= 0.2.3) Modifies a kerberos principal with the given parameters bool kadm5_modify_principal ( resource $handle, string $principal, array $options ) Modifies a principal according to the given options. Parameters: handle A KADM5 handle. principal The principal. options It is possible t