SDO_Model_Type::getBaseType

(^) Get the base type for this type SDO_Model_Type SDO_Model_Type::getBaseType ( void ) Get the base type for this type. Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL. An example of when base types occur is when a type defined in XML schema inherits from another type by using <extension base="..."> Returns: Returns the SDO_Model_T

SDO_DAS_DataFactory::addType

(^) Add a new type to a model void SDO_DAS_DataFactory::addType ( string $type_namespace_uri, string $type_name [, array $options ] ) Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters: type_namespace_uri The namespace of the type.

oci_field_size

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns field's size int oci_field_size ( resource $statement, mixed $field ) Returns the size of a field. Parameters: statement A valid OCI statement identifier. field Can be the field's index (1-based) or name. Returns: Returns the size of a field in bytes, or FALSE on er

define

(PHP 4, PHP 5, PHP 7) Defines a named constant bool define ( string $name, mixed $value [, bool $case_insensitive = false ] ) Defines a named constant at runtime. Parameters: name The name of the constant. value The value of the constant. In PHP 5, value must be a scalar value (integer, float, string, boolean, or NULL). In PHP 7, array

Yaf_Route_Supervar::__construct

(Yaf >=1.0.0) The __construct purpose public Yaf_Route_Supervar::__construct ( string $supervar_name ) Yaf_Route_Supervar is similar with Yaf_Route_Static, the difference is Yaf_Route_Supervar will look for path info in query string, and the parameter supervar_name is the key. Parameters: supervar_name The name of key. Returns:

WeakMap::offsetSet

(PECL weakref >= 0.2.0) Updates the map with a new key-value pair public void WeakMap::offsetSet ( object $object, mixed $value ) Updates the map with a new key-value pair. If the key already existed in the map, the old value is replaced with the new. Parameters: object The object serving as key of the key-value pair. value The arbi

jdtojulian

(PHP 4, PHP 5, PHP 7) Converts a Julian Day Count to a Julian Calendar Date string jdtojulian ( int $julianday ) Converts Julian Day Count to a string containing the Julian Calendar Date in the format of "month/day/year". Parameters: julianday A julian day number as integer Returns: The julian date as a string in the form "month/day/year"

ssh2_publickey_list

(PECL ssh2 >= 0.10) List currently authorized publickeys array ssh2_publickey_list ( resource $pkey ) List currently authorized publickeys. Parameters: pkey Publickey Subsystem resource Returns: Returns a numerically indexed array of keys, each of which is an associative array containing: name, blob, and attrs elements. Publickey elements A

event_timer_del

(PECL libevent >= 0.0.2) Alias of event_del() This function is an alias of: event_del().

ncurses_mvaddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string int ncurses_mvaddstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation