file | function | php3 proto |
---|---|---|
php4/dl/crypt/crypt.c | decrypt | string decrypt(string data, int type, string key) Decrypts string with key using algorithm type |
php4/dl/crypt/crypt.c | encrypt | string encrypt(string data, int type, string key) Encrypts string with key using algorithm type |
php4/dl/log/log.c | getlastaccess | |
php4/dl/log/log.c | getlastbrowser | |
php4/dl/log/log.c | getlastemail | |
php4/dl/log/log.c | getlasthost | |
php4/dl/log/log.c | getlastref | |
php4/dl/log/log.c | getlogdir | |
php4/dl/log/log.c | getloghost | |
php4/dl/log/log.c | getstartlogging | |
php4/dl/log/log.c | gettoday | |
php4/dl/log/log.c | gettotal | |
php4/dl/log/log.c | logas | |
php4/dl/vmailmgr/php3_vmailmgr.c | vm_addalias | int vm_addalias(string vdomain, string basepwd, string username, string alias) Add an alias to a virtual user |
php4/dl/vmailmgr/php3_vmailmgr.c | vm_adduser | int vm_adduser(string vdomain, string basepwd, string newusername, string newuserpassword) Add a new virtual user with a password |
php4/dl/vmailmgr/php3_vmailmgr.c | vm_delalias | int vm_delalias(string vdomain, string basepwd, string alias) Removes an alias |
php4/dl/vmailmgr/php3_vmailmgr.c | vm_deluser | int vm_deluser(string vdomain, string username) Removes a virtual user |
php4/dl/vmailmgr/php3_vmailmgr.c | vm_passwd | int vm_passwd(string vdomain, string username, string password, string newpasswd) Changes a virtual users password |
php4/ext/com/COM.c | com_invoke | |
php4/ext/com/COM.c | com_load | |
php4/ext/com/COM.c | com_propget | mixed com_propget(int module, string property_name) Gets properties from a COM module |
php4/ext/com/COM.c | com_propput | bool com_propput(int module, string property_name, mixed value) Puts the properties for a module |
php4/ext/cybercash/cybercash.c | cybercash_base64_decode | |
php4/ext/cybercash/cybercash.c | cybercash_base64_encode | |
php4/ext/cybercash/cybercash.c | cybercash_decr | |
php4/ext/cybercash/cybercash.c | cybercash_encr | |
php4/ext/db/db.c | dbmfirstkey | string dbmfirstkey(int dbm_identifier) Retrieves the first key from a dbm database |
php4/ext/domxml/domxml.c | domxml_node | |
php4/ext/filepro/filepro.c | filepro | bool filepro(string directory) Read and verify the map file |
php4/ext/filepro/filepro.c | filepro_fieldcount | int filepro_fieldcount(void) Find out how many fields are in a filePro database |
php4/ext/filepro/filepro.c | filepro_fieldname | string filepro_fieldname(int fieldnumber) Gets the name of a field |
php4/ext/filepro/filepro.c | filepro_fieldtype | string filepro_fieldtype(int field_number) Gets the type of a field |
php4/ext/filepro/filepro.c | filepro_fieldwidth | int filepro_fieldwidth(int field_number) Gets the width of a field |
php4/ext/filepro/filepro.c | filepro_retrieve | string filepro_retrieve(int row_number, int field_number) Retrieves data from a filePro database |
php4/ext/filepro/filepro.c | filepro_rowcount | int filepro_rowcount(void) Find out how many rows are in a filePro database |
php4/ext/gd/gd.c | imagegammacorrect | int imagegammacorrect(int im, double inputgamma, double outputgamma) Apply a gamma correction to a GD image |
php4/ext/gd/gd.c | imagepscopyfont | |
php4/ext/icap/php_icap.c | icap_list_alarms | |
php4/ext/icap/php_icap.c | icap_popen | |
php4/ext/icap/php_icap.c | icap_rename_calendar | |
php4/ext/mcal/php_mcal.c | mcal_date_compare | int mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday) Returns <0, 0, >0 if ab respectively |
php4/ext/mcal/php_mcal.c | mcal_list_alarms | int mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) List alarms for a given time |
php4/ext/mcal/php_mcal.c | mcal_rename_calendar | |
php4/ext/mcrypt/mcrypt.c | mcrypt_cbc | string mcrypt_cbc(int cipher, string key, string data, int mode [, string iv]) CBC crypt/decrypt data using key key with cipher cipher using optional IV |
php4/ext/mcrypt/mcrypt.c | mcrypt_cfb | string mcrypt_cfb(int cipher, string key, string data, int mode, string iv) CFB crypt/decrypt data using key key with cipher cipher starting with IV |
php4/ext/mcrypt/mcrypt.c | mcrypt_create_iv | string mcrypt_create_iv(int size, int source) Create an initializing vector (IV) from a random source |
php4/ext/mcrypt/mcrypt.c | mcrypt_ecb | string mcrypt_ecb(int cipher, string key, string data, int mode) ECB crypt/decrypt data using key key with cipher cipher |
php4/ext/mcrypt/mcrypt.c | mcrypt_get_block_size | int mcrypt_get_block_size(int cipher) Get the block size of the specified cipher |
php4/ext/mcrypt/mcrypt.c | mcrypt_get_cipher_name | string mcrypt_get_cipher_name(int cipher) Get the name of the specified cipher |
php4/ext/mcrypt/mcrypt.c | mcrypt_get_key_size | int mcrypt_get_key_size(int cipher) Get the key size of the specified cipher |
php4/ext/mcrypt/mcrypt.c | mcrypt_ofb | string mcrypt_ofb(int cipher, string key, string data, int mode, string iv) OFB crypt/decrypt data using key key with cipher cipher starting with IV |
php4/ext/mhash/mhash.c | mhash | string mhash(int hash, string data) Hash data with hash |
php4/ext/mhash/mhash.c | mhash_count | int mhash_count(void) Get the number of available hashes |
php4/ext/mhash/mhash.c | mhash_get_block_size | int mhash_get_block_size(int hash) Get the block size of hash |
php4/ext/mhash/mhash.c | mhash_get_hash_name | string mhash_get_hash_name(int hash) Get the name of hash |
php4/ext/mssql/php_mssql.c | mssql_fetch_array | array mssql_fetch_array(int result) Fetch row as array |
php4/ext/mssql/php_mssql.c | mssql_fetch_object | object mssql_fetch_object(int result) Fetch row as object |
php4/ext/oci8/oci8.c | ociinternaldebug | |
php4/ext/odbc/php_odbc.c | odbc_tableprivileges | |
php4/ext/odbc/velocis.c | velocis_autocommit | |
php4/ext/odbc/velocis.c | velocis_close | |
php4/ext/odbc/velocis.c | velocis_commit | |
php4/ext/odbc/velocis.c | velocis_connect | |
php4/ext/odbc/velocis.c | velocis_exec | |
php4/ext/odbc/velocis.c | velocis_fetch | |
php4/ext/odbc/velocis.c | velocis_fieldname | |
php4/ext/odbc/velocis.c | velocis_fieldnum | |
php4/ext/odbc/velocis.c | velocis_freeresult | |
php4/ext/odbc/velocis.c | velocis_off_autocommit | |
php4/ext/odbc/velocis.c | velocis_result | |
php4/ext/odbc/velocis.c | velocis_rollback | |
php4/ext/pgsql/pgsql.c | pg_fetch_row | array pg_fetch_row(int result, int row) Get a row as an enumerated array |
php4/ext/session/session.c | session_decode | |
php4/ext/session/session.c | session_destroy | |
php4/ext/session/session.c | session_start | |
php4/ext/session/session.c | session_unset | |
php4/ext/standard/basic_functions.c | diskfreespace | |
php4/ext/standard/basic_functions.c | escapeshellcmd | string escapeshellcmd(string command) Escape shell metacharacters |
php4/ext/standard/basic_functions.c | get_extension_funcs | |
php4/ext/standard/basic_functions.c | metaphone | |
php4/ext/standard/basic_functions.c | ob_get_contents | |
php4/ext/standard/basic_functions.c | parse_ini_file | |
php4/ext/standard/basic_functions.c | php_logo_guid | |
php4/ext/standard/basic_functions.c | set_socket_blocking | int set_socket_blocking(int socket descriptor, int mode) Set blocking/non-blocking mode on a socket |
php4/ext/standard/basic_functions.c | shell_exec | |
php4/ext/standard/basic_functions.c | show_source | |
php4/ext/standard/basic_functions.c | zend_logo_guid | |
php4/ext/sybase/sybase.c | sybase_close | bool sybase_close([int link_id]) Close Sybase connection |
php4/ext/sybase/sybase.c | sybase_connect | int sybase_connect([string host [, string user [, string password]]]) Open Sybase server connection |
php4/ext/sybase/sybase.c | sybase_data_seek | bool sybase_data_seek(int result, int offset) Move internal row pointer |
php4/ext/sybase/sybase.c | sybase_fetch_array | array sybase_fetch_array(int result) Fetch row as array |
php4/ext/sybase/sybase.c | sybase_fetch_field | object sybase_fetch_field(int result [, int offset]) Get field information |
php4/ext/sybase/sybase.c | sybase_fetch_object | object sybase_fetch_object(int result) Fetch row as object |
php4/ext/sybase/sybase.c | sybase_fetch_row | array sybase_fetch_row(int result) Get row as enumerated array |
php4/ext/sybase/sybase.c | sybase_field_seek | bool sybase_field_seek(int result, int offset) Set field offset |
php4/ext/sybase/sybase.c | sybase_free_result | bool sybase_free_result(int result) Free result memory |
php4/ext/sybase/sybase.c | sybase_get_last_message | string sybase_get_last_message(void) Returns the last message from server (over min_message_severity) |
php4/ext/sybase/sybase.c | sybase_min_error_severity | void sybase_min_error_severity(int severity) Sets the minimum error severity |
php4/ext/sybase/sybase.c | sybase_min_message_severity | void sybase_min_message_severity(int severity) Sets the minimum message severity |
php4/ext/sybase/sybase.c | sybase_num_fields | int sybase_num_fields(int result) Get number of fields in result |
php4/ext/sybase/sybase.c | sybase_num_rows | int sybase_num_rows(int result) Get number of rows in result |
php4/ext/sybase/sybase.c | sybase_pconnect | int sybase_pconnect([string host [, string user [, string password]]]) Open persistent Sybase connection |
php4/ext/sybase/sybase.c | sybase_query | int sybase_query(string query [, int link_id]) Send Sybase query |
php4/ext/sybase/sybase.c | sybase_result | string sybase_result(int result, int row, mixed field) Get result data |
php4/ext/sybase/sybase.c | sybase_select_db | bool sybase_select_db(string database [, int link_id]) Select Sybase database |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_affected_rows | int sybase_affected_rows([int link_id]) Get number of affected rows in last query |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_close | bool sybase_close([int link_id]) Close Sybase connection |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_connect | int sybase_connect([string host [, string user [, string password]]]) Open Sybase server connection |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_data_seek | bool sybase_data_seek(int result, int offset) Move internal row pointer |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_fetch_array | array sybase_fetch_array(int result) Fetch row as array |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_fetch_field | object sybase_fetch_field(int result [, int offset]) Get field information |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_fetch_object | object sybase_fetch_object(int result) Fetch row as object |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_fetch_row | array sybase_fetch_row(int result) Get row as enumerated array |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_free_result | bool sybase_free_result(int result) Free result memory |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_min_client_severity | void sybase_min_client_severity(int severity) Sets minimum client severity |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_min_server_severity | void sybase_min_server_severity(int severity) Sets minimum server severity |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_num_fields | int sybase_num_fields(int result) Get number of fields in result |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_num_rows | int sybase_num_rows(int result) Get number of rows in result |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_pconnect | int sybase_pconnect([string host [, string user [, string password]]]) Open persistent Sybase connection |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_query | int sybase_query(string query [, int link_id]) Send Sybase query |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_result | string sybase_result(int result, int row, mixed field) Get result data |
php4/ext/sybase_ct/php_sybase_ct.c | sybase_select_db | bool sybase_select_db(string database [, int link_id]) Select Sybase database |
php4/Zend/zend_builtin_functions.c | crash | |
php4/Zend/zend_builtin_functions.c | define | bool define(string var_name, mixed value [, int case_sensitive]) Defines a constant value |
php4/Zend/zend_builtin_functions.c | defined | int defined(string constant_name) Tests if a constant is defined |
php4/Zend/zend_builtin_functions.c | each | array each(array array_arg) Return next key/value pair from an array |
php4/Zend/zend_builtin_functions.c | error_reporting | int error_reporting([int level]) Set/get the current error reporting level |
php4/Zend/zend_builtin_functions.c | func_get_arg | |
php4/Zend/zend_builtin_functions.c | func_get_args | |
php4/Zend/zend_builtin_functions.c | func_num_args | |
php4/Zend/zend_builtin_functions.c | leak | void leak(int bytes) Leak memory - only useful for debugging internal PHP memory manager issues |
php4/Zend/zend_builtin_functions.c | set_user_error_handler | |
php4/Zend/zend_builtin_functions.c | zend_version |
(c) 2000 Hartmut Holzgraefe