| Nazwa funkcji |
Opis |
Wersja PHP |
|
Overrides built-in functions |
(PECL) |
|
Open directory handle |
(PHP 3, PHP 4, PHP 5) |
|
Convert character encoding as output buffer handler |
(PHP 4 >= 4.0.5, PHP 5) |
|
Octal to decimal |
(PHP 3, PHP 4, PHP 5) |
|
Open connection to system logger |
(PHP 3, PHP 4, PHP 5) |
|
Enable property and method call overloading for a class |
(PHP 4 >= 4.2.0) |
|
Appends element to the collection |
(no version information, might be only in CVS) |
|
Assigns a value to the collection from another existing collection |
(no version information, might be only in CVS) |
|
Assigns a value to the element of the collection |
(no version information, might be only in CVS) |
|
Frees the resources associated with the collection object |
(no version information, might be only in CVS) |
|
Returns value of the element |
(no version information, might be only in CVS) |
|
Returns the maximum number of elements in the collection |
(no version information, might be only in CVS) |
|
Returns size of the collection |
(no version information, might be only in CVS) |
|
Trims elements from the end of the collection |
(no version information, might be only in CVS) |
|
Appends data from the large object to another large object |
(no version information, might be only in CVS) |
|
Closes LOB descriptor |
(no version information, might be only in CVS) |
|
Tests for end-of-file on a large object's descriptor |
(no version information, might be only in CVS) |
|
Erases a specified portion of the internal LOB data |
(no version information, might be only in CVS) |
|
Exports LOB's contents to a file |
(no version information, might be only in CVS) |
|
Flushes/writes buffer of the LOB to the server |
(no version information, might be only in CVS) |
|
Frees resources associated with the LOB descriptor |
(no version information, might be only in CVS) |
|
Returns current state of buffering for the large object |
(no version information, might be only in CVS) |
|
Imports file data to the LOB |
(no version information, might be only in CVS) |
|
Returns large object's contents |
(no version information, might be only in CVS) |
|
Reads part of the large object |
(no version information, might be only in CVS) |
|
Moves the internal pointer to the beginning of the large object |
(no version information, might be only in CVS) |
|
Saves data to the large object |
(no version information, might be only in CVS) |
|
Alias of oci_lob_import() |
(no version information, might be only in CVS) |
|
Sets the internal pointer of the large object |
(no version information, might be only in CVS) |
|
Changes current state of buffering for the large object |
(no version information, might be only in CVS) |
|
Returns size of large object |
(no version information, might be only in CVS) |
|
Returns current position of internal pointer of large object |
(no version information, might be only in CVS) |
|
Truncates large object |
(no version information, might be only in CVS) |
|
Writes data to the large object |
(no version information, might be only in CVS) |
|
Writes temporary large object |
(no version information, might be only in CVS) |
|
Alias of oci_lob_export() |
(no version information, might be only in CVS) |
|
Binds the PHP variable to the Oracle placeholder |
(PHP 5) |
|
Cancels reading from cursor |
(PHP 5) |
|
Closes Oracle connection |
(PHP 5) |
|
Commits outstanding statements |
(PHP 5) |
|
Establishes a connection to the Oracle server |
(PHP 5) |
|
Uses a PHP variable for the define-step during a SELECT |
(PHP 5) |
|
Returns the last error found |
(PHP 5) |
|
Executes a statement |
(PHP 5) |
|
Fetches all rows of result data into an array |
(PHP 5) |
|
Returns the next row from the result data as an associative or numeric array, or both |
(PHP 5) |
|
Returns the next row from the result data as an associative array |
(PHP 5) |
|
Returns the next row from the result data as an object |
(PHP 5) |
|
Returns the next row from the result data as a numeric array |
(PHP 5) |
|
Fetches the next row into result-buffer |
(PHP 5) |
|
Checks if the field is NULL |
(PHP 5) |
|
Returns the name of a field from the statement |
(PHP 5) |
|
Tell the precision of a field |
(PHP 5) |
|
Tell the scale of the field |
(PHP 5) |
|
Returns field's size |
(PHP 5) |
|
Tell the raw Oracle data type of the field |
(PHP 5) |
|
Returns field's data type |
(PHP 5) |
|
Frees all resources associated with statement or cursor |
(PHP 5) |
|
Enables or disables internal debug output |
(PHP 5) |
|
Copies large object |
(PHP 5) |
|
Compares two LOB/FILE locators for equality |
(PHP 5) |
|
Allocates new collection object |
(PHP 5) |
|
Establishes a new connection to the Oracle server |
(PHP 5) |
|
Allocates and returns a new cursor (statement handle) |
(PHP 5) |
|
Initializes a new empty LOB or FILE descriptor |
(PHP 5) |
|
Returns the number of result columns in a statement |
(PHP 5) |
|
Returns number of rows affected during statement execution |
(PHP 5) |
|
Prepares Oracle statement for execution |
(PHP 5) |
|
Changes password of Oracle's user |
(PHP 5) |
|
Connect to an Oracle database using a persistent connection |
(PHP 5) |
|
Returns field's value from the fetched row |
(PHP 5) |
|
Rolls back outstanding transaction |
(PHP 5) |
|
Returns server version |
(PHP 5) |
|
Sets number of rows to be prefetched |
(PHP 5) |
|
Returns the type of an OCI statement |
(PHP 5) |
|
Alias of oci_bind_by_name() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_cancel() |
(PHP 3 >= 3.0.8, PHP 4, PHP 5) |
|
Alias of OCI-Lob->close |
(no version information, might be only in CVS) |
|
Alias of OCI-Collection->append |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of OCI-Collection->assign |
(PHP 4 >= 4.0.6) |
|
Alias of OCI-Collection->assignElem |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of OCI-Collection->getElem |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of OCI-Collection->max |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of OCI-Collection->size |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of OCI-Collection->trim |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of oci_field_is_null() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_field_name() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_field_precision() |
(PHP 4, PHP 5) |
|
Alias of oci_field_scale() |
(PHP 4, PHP 5) |
|
Alias of oci_field_size() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_field_type() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_field_type_raw() |
(PHP 4, PHP 5) |
|
Alias of oci_commit() |
(PHP 3 >= 3.0.7, PHP 4, PHP 5) |
|
Alias of oci_define_by_name() |
(PHP 3 >= 3.0.7, PHP 4, PHP 5) |
|
Alias of oci_error() |
(PHP 3 >= 3.0.7, PHP 4, PHP 5) |
|
Alias of oci_execute() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_fetch() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Fetches the next row into an array |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_fetch_all() |
(no version information, might be only in CVS) |
|
Alias of OCI-Collection->free |
(PHP 4 >= 4.1.0, PHP 5) |
|
Alias of oci_free_statement() |
(PHP 3 >= 3.0.8, PHP 4, PHP 5) |
|
Alias of OCI-Lob->free |
(PHP 4, PHP 5) |
|
Alias of oci_free_statement() |
(PHP 3 >= 3.0.5, PHP 4, PHP 5) |
|
Alias of oci_internal_debug() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of OCI-Lob->load |
(PHP 4, PHP 5) |
|
Alias of oci_close() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_connect() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_new_collection() |
(PHP 4 >= 4.0.6, PHP 5) |
|
Alias of oci_new_cursor() |
(PHP 3 >= 3.0.8, PHP 4, PHP 5) |
|
Alias of oci_new_descriptor() |
(no version information, might be only in CVS) |
|
Alias of oci_new_connect() |
(PHP 3 >= 3.0.8, PHP 4, PHP 5) |
|
Alias of oci_num_fields() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_parse() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_pconnect() |
(PHP 3 >= 3.0.8, PHP 4, PHP 5) |
|
Alias of oci_result() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_rollback() |
(PHP 3 >= 3.0.7, PHP 4, PHP 5) |
|
Alias of oci_num_rows() |
(PHP 3 >= 3.0.7, PHP 4, PHP 5) |
|
Alias of OCI-Lob->save |
(PHP 4, PHP 5) |
|
Alias of OCI-Lob->import |
(PHP 4, PHP 5) |
|
Alias of oci_server_version() |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Alias of oci_set_prefetch() |
(PHP 3 >= 3.0.12, PHP 4, PHP 5) |
|
Alias of oci_statement_type() |
(PHP 3 >= 3.0.5, PHP 4, PHP 5) |
|
Alias of OCI-Lob->export |
(PHP 4, PHP 5) |
|
Alias of OCI-Lob->writeTemporary |
(no version information, might be only in CVS) |
|
Toggle autocommit behaviour |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Handling of binary column data |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Close all ODBC connections |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Close an ODBC connection |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns a result identifier that can be used to fetch a list of columns and associated privileges |
(PHP 4, PHP 5) |
|
Lists the column names in specified tables |
(PHP 4, PHP 5) |
|
Commit an ODBC transaction |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Connect to a datasource |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Get cursorname |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns information about a current connection |
(PHP 4 >= 4.3.0, PHP 5) |
|
Synonym for odbc_exec() |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Get the last error code |
(PHP 4 >= 4.0.5, PHP 5) |
|
Get the last error message |
(PHP 4 >= 4.0.5, PHP 5) |
|
Prepare and execute a SQL statement |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Execute a prepared statement |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Fetch a result row as an associative array |
(PHP 4 >= 4.0.2, PHP 5) |
|
Fetch one result row into array |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Fetch a result row as an object |
(PHP 4 >= 4.0.2, PHP 5) |
|
Fetch a row |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Get the length (precision) of a field |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Get the columnname |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Return column number |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Synonym for odbc_field_len() |
(PHP 4, PHP 5) |
|
Get the scale of a field |
(PHP 4, PHP 5) |
|
Datatype of a field |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table |
(PHP 4, PHP 5) |
|
Free resources associated with a result |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns a result identifier containing information about data types supported by the data source |
(PHP 4, PHP 5) |
|
Handling of LONG columns |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Checks if multiple results are available |
(PHP 4 >= 4.0.5, PHP 5) |
|
Number of columns in a result |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Number of rows in a result |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Open a persistent database connection |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Prepares a statement for execution |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table |
(PHP 4, PHP 5) |
|
Retrieve information about parameters to procedures |
(PHP 4, PHP 5) |
|
Get the list of procedures stored in a specific data source |
(PHP 4, PHP 5) |
|
Print result as HTML table |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Get result data |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Rollback a transaction |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Adjust ODBC settings |
(PHP 3 >= 3.0.6, PHP 4, PHP 5) |
|
Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction |
(PHP 4, PHP 5) |
|
Retrieve statistics about a table |
(PHP 4, PHP 5) |
|
Lists tables and the privileges associated with each table |
(PHP 4, PHP 5) |
|
Get the list of table names stored in a specific data source |
(PHP 3 >= 3.0.17, PHP 4, PHP 5) |
|
Generate OpenAL buffer |
(PECL) |
|
Load a buffer with data |
(PECL) |
|
Destroys an OpenAL buffer |
(PECL) |
|
Retrieve an OpenAL buffer property |
(PECL) |
|
Load a .wav file into a buffer |
(PECL) |
|
Create an audio processing context |
(PECL) |
|
Make the specified context current |
(PECL) |
|
Destroys a context |
(PECL) |
|
Process the specified context |
(PECL) |
|
Suspend the specified context |
(PECL) |
|
Close an OpenAL device |
(PECL) |
|
Initialize the OpenAL audio layer |
(PECL) |
|
Retrieve a listener property |
(PECL) |
|
Set a listener property |
(PECL) |
|
Generate a source resource |
(PECL) |
|
Destroy a source resource |
(PECL) |
|
Retrieve an OpenAL source property |
(PECL) |
|
Pause the source |
(PECL) |
|
Start playing the source |
(PECL) |
|
Rewind the source |
(PECL) |
|
Set source property |
(PECL) |
|
Stop playing the source |
(PECL) |
|
Begin streaming on a source |
(PECL) |
|
Exports a CSR to a file |
(PHP 4 >= 4.2.0, PHP 5) |
|
Exports a CSR as a string |
(PHP 4 >= 4.2.0, PHP 5) |
|
Generates a CSR |
(PHP 4 >= 4.2.0, PHP 5) |
|
Sign a CSR with another certificate (or itself) and generate a certificate |
(PHP 4 >= 4.2.0, PHP 5) |
|
Return openSSL error message |
(PHP 4 >= 4.0.6, PHP 5) |
|
Free key resource |
(PHP 4 >= 4.0.4, PHP 5) |
|
Alias of openssl_pkey_get_private() |
(PHP 4 >= 4.0.4, PHP 5) |
|
Alias of openssl_pkey_get_public() |
(PHP 4 >= 4.0.4, PHP 5) |
|
Open sealed data |
(PHP 4 >= 4.0.4, PHP 5) |
|
Decrypts an S/MIME encrypted message |
(PHP 4 >= 4.0.6, PHP 5) |
|
Encrypt an S/MIME message |
(PHP 4 >= 4.0.6, PHP 5) |
|
Sign an S/MIME message |
(PHP 4 >= 4.0.6, PHP 5) |
|
Verifies the signature of an S/MIME signed message |
(PHP 4 >= 4.0.6, PHP 5) |
|
Gets an exportable representation of a key into a file |
(PHP 4 >= 4.2.0, PHP 5) |
|
Gets an exportable representation of a key into a string |
(PHP 4 >= 4.2.0, PHP 5) |
|
Frees a private key |
(PHP 4 >= 4.2.0, PHP 5) |
|
Get a private key |
(PHP 4 >= 4.2.0, PHP 5) |
|
Extract public key from certificate and prepare it for use |
(PHP 4 >= 4.2.0, PHP 5) |
|
Generates a new private key |
(PHP 4 >= 4.2.0, PHP 5) |
|
Decrypts data with private key |
(PHP 4 >= 4.0.6, PHP 5) |
|
Encrypts data with private key |
(PHP 4 >= 4.0.6, PHP 5) |
|
Decrypts data with public key |
(PHP 4 >= 4.0.6, PHP 5) |
|
Encrypts data with public key |
(PHP 4 >= 4.0.6, PHP 5) |
|
Seal (encrypt) data |
(PHP 4 >= 4.0.4, PHP 5) |
|
Generate signature |
(PHP 4 >= 4.0.4, PHP 5) |
|
Verify signature |
(PHP 4 >= 4.0.4, PHP 5) |
|
Checks if a private key corresponds to a certificate |
(PHP 4 >= 4.2.0, PHP 5) |
|
Verifies if a certificate can be used for a particular purpose |
(PHP 4 >= 4.0.6, PHP 5) |
|
Exports a certificate to file |
(PHP 4 >= 4.2.0, PHP 5) |
|
Exports a certificate as a string |
(PHP 4 >= 4.2.0, PHP 5) |
|
Free certificate resource |
(PHP 4 >= 4.0.6, PHP 5) |
|
Parse an X509 certificate and return the information as an array |
(PHP 4 >= 4.0.6, PHP 5) |
|
Parse an X.509 certificate and return a resource identifier for it |
(PHP 4 >= 4.0.6, PHP 5) |
|
Binds a PHP variable to an Oracle parameter |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Closes an Oracle cursor |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Gets the name of an Oracle result column |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Returns the size of an Oracle result column |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Gets the type of an Oracle result column |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Commit an Oracle transaction |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Disable automatic commit |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Enable automatic commit |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Parse, Exec, Fetch |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Gets an Oracle error message |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Gets an Oracle error code |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Execute a parsed statement on an Oracle cursor |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Fetch a row into the specified result array |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Fetch a row of data from a cursor |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Get data from a fetched column |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Close an Oracle connection |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Open an Oracle connection |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Returns the number of columns |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Returns the number of rows |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Opens an Oracle cursor |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Parse an SQL statement with Oracle |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Open a persistent Oracle connection |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Rolls back a transaction |
(PHP 3, PHP 4, PHP 5 <= 5.1.0RC1) |
|
Clean (erase) the output buffer |
(PHP 4 >= 4.2.0, PHP 5) |
|
Clean (erase) the output buffer and turn off output buffering |
(PHP 4, PHP 5) |
|
Flush (send) the output buffer and turn off output buffering |
(PHP 4, PHP 5) |
|
Flush (send) the output buffer |
(PHP 4 >= 4.2.0, PHP 5) |
|
Get current buffer contents and delete current output buffer |
(PHP 4 >= 4.3.0, PHP 5) |
|
Return the contents of the output buffer |
(PHP 4, PHP 5) |
|
Flush the output buffer, return it as a string and turn off output buffering |
(PHP 4 >= 4.3.0, PHP 5) |
|
Return the length of the output buffer |
(PHP 4 >= 4.0.2, PHP 5) |
|
Return the nesting level of the output buffering mechanism |
(PHP 4 >= 4.2.0, PHP 5) |
|
Get status of output buffers |
(PHP 4 >= 4.2.0, PHP 5) |
|
ob_start callback function to gzip output buffer |
(PHP 4 >= 4.0.4, PHP 5) |
|
Turn implicit flush on/off |
(PHP 4, PHP 5) |
|
List all output handlers in use |
(PHP 4 >= 4.3.0, PHP 5) |
|
Turn on output buffering |
(PHP 4, PHP 5) |
|
Add URL rewriter values |
(PHP 4 >= 4.3.0, PHP 5) |
|
Reset URL rewriter values |
(PHP 4 >= 4.3.0, PHP 5) |
|
Closes the connection to ovrimos |
(PHP 4 >= 4.0.3, PHP 5) |
|
Commits the transaction |
(PHP 4 >= 4.0.3, PHP 5) |
|
Connect to the specified database |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the name of the cursor |
(PHP 4 >= 4.0.3, PHP 5) |
|
Executes an SQL statement |
(PHP 4 >= 4.0.3, PHP 5) |
|
Executes a prepared SQL statement |
(PHP 4 >= 4.0.3, PHP 5) |
|
Fetches a row from the result set |
(PHP 4 >= 4.0.3, PHP 5) |
|
Fetches a row from the result set |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the length of the output column |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the output column name |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the (1-based) index of the output column |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the (numeric) type of the output column |
(PHP 4 >= 4.0.3, PHP 5) |
|
Frees the specified result_id |
(PHP 4 >= 4.0.3, PHP 5) |
|
Specifies how many bytes are to be retrieved from long datatypes |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the number of columns |
(PHP 4 >= 4.0.3, PHP 5) |
|
Returns the number of rows affected by update operations |
(PHP 4 >= 4.0.3, PHP 5) |
|
Prepares an SQL statement |
(PHP 4 >= 4.0.3, PHP 5) |
|
Prints the whole result set as an HTML table |
(PHP 4 >= 4.0.3, PHP 5) |
|
Retrieves the output column |
(PHP 4 >= 4.0.3, PHP 5) |
|
Rolls back the transaction |
(PHP 4 >= 4.0.3, PHP 5) |
|
Use CORBA enums |
(no version information, might be only in CVS) |
|
Access CORBA objects |
(no version information, might be only in CVS) |
|
Use CORBA structs |
(no version information, might be only in CVS) |
|
Return ASCII value of character |
(PHP 3, PHP 4, PHP 5) |
|
ob_start callback function to repair the buffer |
(PHP 5) |