PHP Function Table / Implementation & Documentation

_ a b c d e f g h i j k l m n o p q r s t u v w x y z    alphabetical    by extension    about    statistics

Functions without a prototype (in latest PHP4)

filefunctionphp3 proto
php4/dl/crypt/crypt.cdecryptstring decrypt(string data, int type, string key)
Decrypts string with key using algorithm type 
php4/dl/crypt/crypt.cencryptstring encrypt(string data, int type, string key)
Encrypts string with key using algorithm type 
php4/dl/log/log.cgetlastaccess 
php4/dl/log/log.cgetlastbrowser 
php4/dl/log/log.cgetlastemail 
php4/dl/log/log.cgetlasthost 
php4/dl/log/log.cgetlastref 
php4/dl/log/log.cgetlogdir 
php4/dl/log/log.cgetloghost 
php4/dl/log/log.cgetstartlogging 
php4/dl/log/log.cgettoday 
php4/dl/log/log.cgettotal 
php4/dl/log/log.clogas 
php4/dl/vmailmgr/php3_vmailmgr.cvm_addaliasint vm_addalias(string vdomain, string basepwd, string username, string alias)
Add an alias to a virtual user 
php4/dl/vmailmgr/php3_vmailmgr.cvm_adduserint vm_adduser(string vdomain, string basepwd, string newusername, string newuserpassword)
Add a new virtual user with a password 
php4/dl/vmailmgr/php3_vmailmgr.cvm_delaliasint vm_delalias(string vdomain, string basepwd, string alias)
Removes an alias 
php4/dl/vmailmgr/php3_vmailmgr.cvm_deluserint vm_deluser(string vdomain, string username)
Removes a virtual user 
php4/dl/vmailmgr/php3_vmailmgr.cvm_passwdint vm_passwd(string vdomain, string username, string password, string newpasswd)
Changes a virtual users password 
php4/ext/com/COM.ccom_invoke 
php4/ext/com/COM.ccom_load 
php4/ext/com/COM.ccom_propgetmixed com_propget(int module, string property_name)
Gets properties from a COM module 
php4/ext/com/COM.ccom_propputbool com_propput(int module, string property_name, mixed value)
Puts the properties for a module 
php4/ext/cybercash/cybercash.ccybercash_base64_decode 
php4/ext/cybercash/cybercash.ccybercash_base64_encode 
php4/ext/cybercash/cybercash.ccybercash_decr 
php4/ext/cybercash/cybercash.ccybercash_encr 
php4/ext/db/db.cdbmfirstkeystring dbmfirstkey(int dbm_identifier)
Retrieves the first key from a dbm database 
php4/ext/domxml/domxml.cdomxml_node 
php4/ext/filepro/filepro.cfileprobool filepro(string directory)
Read and verify the map file 
php4/ext/filepro/filepro.cfilepro_fieldcountint filepro_fieldcount(void)
Find out how many fields are in a filePro database 
php4/ext/filepro/filepro.cfilepro_fieldnamestring filepro_fieldname(int fieldnumber)
Gets the name of a field 
php4/ext/filepro/filepro.cfilepro_fieldtypestring filepro_fieldtype(int field_number)
Gets the type of a field 
php4/ext/filepro/filepro.cfilepro_fieldwidthint filepro_fieldwidth(int field_number)
Gets the width of a field 
php4/ext/filepro/filepro.cfilepro_retrievestring filepro_retrieve(int row_number, int field_number)
Retrieves data from a filePro database 
php4/ext/filepro/filepro.cfilepro_rowcountint filepro_rowcount(void)
Find out how many rows are in a filePro database 
php4/ext/gd/gd.cimagegammacorrectint imagegammacorrect(int im, double inputgamma, double outputgamma)
Apply a gamma correction to a GD image 
php4/ext/gd/gd.cimagepscopyfont 
php4/ext/icap/php_icap.cicap_list_alarms 
php4/ext/icap/php_icap.cicap_popen 
php4/ext/icap/php_icap.cicap_rename_calendar 
php4/ext/mcal/php_mcal.cmcal_date_compareint 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.cmcal_list_alarmsint 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.cmcal_rename_calendar 
php4/ext/mcrypt/mcrypt.cmcrypt_cbcstring 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.cmcrypt_cfbstring 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.cmcrypt_create_ivstring mcrypt_create_iv(int size, int source)
Create an initializing vector (IV) from a random source 
php4/ext/mcrypt/mcrypt.cmcrypt_ecbstring mcrypt_ecb(int cipher, string key, string data, int mode)
ECB crypt/decrypt data using key key with cipher cipher 
php4/ext/mcrypt/mcrypt.cmcrypt_get_block_sizeint mcrypt_get_block_size(int cipher)
Get the block size of the specified cipher 
php4/ext/mcrypt/mcrypt.cmcrypt_get_cipher_namestring mcrypt_get_cipher_name(int cipher)
Get the name of the specified cipher 
php4/ext/mcrypt/mcrypt.cmcrypt_get_key_sizeint mcrypt_get_key_size(int cipher)
Get the key size of the specified cipher 
php4/ext/mcrypt/mcrypt.cmcrypt_ofbstring 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.cmhashstring mhash(int hash, string data)
Hash data with hash 
php4/ext/mhash/mhash.cmhash_countint mhash_count(void)
Get the number of available hashes 
php4/ext/mhash/mhash.cmhash_get_block_sizeint mhash_get_block_size(int hash)
Get the block size of hash 
php4/ext/mhash/mhash.cmhash_get_hash_namestring mhash_get_hash_name(int hash)
Get the name of hash 
php4/ext/mssql/php_mssql.cmssql_fetch_arrayarray mssql_fetch_array(int result)
Fetch row as array 
php4/ext/mssql/php_mssql.cmssql_fetch_objectobject mssql_fetch_object(int result)
Fetch row as object 
php4/ext/oci8/oci8.cociinternaldebug 
php4/ext/odbc/php_odbc.codbc_tableprivileges 
php4/ext/odbc/velocis.cvelocis_autocommit 
php4/ext/odbc/velocis.cvelocis_close 
php4/ext/odbc/velocis.cvelocis_commit 
php4/ext/odbc/velocis.cvelocis_connect 
php4/ext/odbc/velocis.cvelocis_exec 
php4/ext/odbc/velocis.cvelocis_fetch 
php4/ext/odbc/velocis.cvelocis_fieldname 
php4/ext/odbc/velocis.cvelocis_fieldnum 
php4/ext/odbc/velocis.cvelocis_freeresult 
php4/ext/odbc/velocis.cvelocis_off_autocommit 
php4/ext/odbc/velocis.cvelocis_result 
php4/ext/odbc/velocis.cvelocis_rollback 
php4/ext/pgsql/pgsql.cpg_fetch_rowarray pg_fetch_row(int result, int row)
Get a row as an enumerated array 
php4/ext/session/session.csession_decode 
php4/ext/session/session.csession_destroy 
php4/ext/session/session.csession_start 
php4/ext/session/session.csession_unset 
php4/ext/standard/basic_functions.cdiskfreespace 
php4/ext/standard/basic_functions.cescapeshellcmdstring escapeshellcmd(string command)
Escape shell metacharacters 
php4/ext/standard/basic_functions.cget_extension_funcs 
php4/ext/standard/basic_functions.cmetaphone 
php4/ext/standard/basic_functions.cob_get_contents 
php4/ext/standard/basic_functions.cparse_ini_file 
php4/ext/standard/basic_functions.cphp_logo_guid 
php4/ext/standard/basic_functions.cset_socket_blockingint set_socket_blocking(int socket descriptor, int mode)
Set blocking/non-blocking mode on a socket 
php4/ext/standard/basic_functions.cshell_exec 
php4/ext/standard/basic_functions.cshow_source 
php4/ext/standard/basic_functions.czend_logo_guid 
php4/ext/sybase/sybase.csybase_closebool sybase_close([int link_id])
Close Sybase connection 
php4/ext/sybase/sybase.csybase_connectint sybase_connect([string host [, string user [, string password]]])
Open Sybase server connection 
php4/ext/sybase/sybase.csybase_data_seekbool sybase_data_seek(int result, int offset)
Move internal row pointer 
php4/ext/sybase/sybase.csybase_fetch_arrayarray sybase_fetch_array(int result)
Fetch row as array 
php4/ext/sybase/sybase.csybase_fetch_fieldobject sybase_fetch_field(int result [, int offset])
Get field information 
php4/ext/sybase/sybase.csybase_fetch_objectobject sybase_fetch_object(int result)
Fetch row as object 
php4/ext/sybase/sybase.csybase_fetch_rowarray sybase_fetch_row(int result)
Get row as enumerated array 
php4/ext/sybase/sybase.csybase_field_seekbool sybase_field_seek(int result, int offset)
Set field offset 
php4/ext/sybase/sybase.csybase_free_resultbool sybase_free_result(int result)
Free result memory 
php4/ext/sybase/sybase.csybase_get_last_messagestring sybase_get_last_message(void)
Returns the last message from server (over min_message_severity) 
php4/ext/sybase/sybase.csybase_min_error_severityvoid sybase_min_error_severity(int severity)
Sets the minimum error severity 
php4/ext/sybase/sybase.csybase_min_message_severityvoid sybase_min_message_severity(int severity)
Sets the minimum message severity 
php4/ext/sybase/sybase.csybase_num_fieldsint sybase_num_fields(int result)
Get number of fields in result 
php4/ext/sybase/sybase.csybase_num_rowsint sybase_num_rows(int result)
Get number of rows in result 
php4/ext/sybase/sybase.csybase_pconnectint sybase_pconnect([string host [, string user [, string password]]])
Open persistent Sybase connection 
php4/ext/sybase/sybase.csybase_queryint sybase_query(string query [, int link_id])
Send Sybase query 
php4/ext/sybase/sybase.csybase_resultstring sybase_result(int result, int row, mixed field)
Get result data 
php4/ext/sybase/sybase.csybase_select_dbbool sybase_select_db(string database [, int link_id])
Select Sybase database 
php4/ext/sybase_ct/php_sybase_ct.csybase_affected_rowsint sybase_affected_rows([int link_id])
Get number of affected rows in last query 
php4/ext/sybase_ct/php_sybase_ct.csybase_closebool sybase_close([int link_id])
Close Sybase connection 
php4/ext/sybase_ct/php_sybase_ct.csybase_connectint sybase_connect([string host [, string user [, string password]]])
Open Sybase server connection 
php4/ext/sybase_ct/php_sybase_ct.csybase_data_seekbool sybase_data_seek(int result, int offset)
Move internal row pointer 
php4/ext/sybase_ct/php_sybase_ct.csybase_fetch_arrayarray sybase_fetch_array(int result)
Fetch row as array 
php4/ext/sybase_ct/php_sybase_ct.csybase_fetch_fieldobject sybase_fetch_field(int result [, int offset])
Get field information 
php4/ext/sybase_ct/php_sybase_ct.csybase_fetch_objectobject sybase_fetch_object(int result)
Fetch row as object 
php4/ext/sybase_ct/php_sybase_ct.csybase_fetch_rowarray sybase_fetch_row(int result)
Get row as enumerated array 
php4/ext/sybase_ct/php_sybase_ct.csybase_free_resultbool sybase_free_result(int result)
Free result memory 
php4/ext/sybase_ct/php_sybase_ct.csybase_min_client_severityvoid sybase_min_client_severity(int severity)
Sets minimum client severity 
php4/ext/sybase_ct/php_sybase_ct.csybase_min_server_severityvoid sybase_min_server_severity(int severity)
Sets minimum server severity 
php4/ext/sybase_ct/php_sybase_ct.csybase_num_fieldsint sybase_num_fields(int result)
Get number of fields in result 
php4/ext/sybase_ct/php_sybase_ct.csybase_num_rowsint sybase_num_rows(int result)
Get number of rows in result 
php4/ext/sybase_ct/php_sybase_ct.csybase_pconnectint sybase_pconnect([string host [, string user [, string password]]])
Open persistent Sybase connection 
php4/ext/sybase_ct/php_sybase_ct.csybase_queryint sybase_query(string query [, int link_id])
Send Sybase query 
php4/ext/sybase_ct/php_sybase_ct.csybase_resultstring sybase_result(int result, int row, mixed field)
Get result data 
php4/ext/sybase_ct/php_sybase_ct.csybase_select_dbbool sybase_select_db(string database [, int link_id])
Select Sybase database 
php4/Zend/zend_builtin_functions.ccrash 
php4/Zend/zend_builtin_functions.cdefinebool define(string var_name, mixed value [, int case_sensitive])
Defines a constant value 
php4/Zend/zend_builtin_functions.cdefinedint defined(string constant_name)
Tests if a constant is defined 
php4/Zend/zend_builtin_functions.ceacharray each(array array_arg)
Return next key/value pair from an array 
php4/Zend/zend_builtin_functions.cerror_reportingint error_reporting([int level])
Set/get the current error reporting level 
php4/Zend/zend_builtin_functions.cfunc_get_arg 
php4/Zend/zend_builtin_functions.cfunc_get_args 
php4/Zend/zend_builtin_functions.cfunc_num_args 
php4/Zend/zend_builtin_functions.cleakvoid leak(int bytes)
Leak memory - only useful for debugging internal PHP memory manager issues 
php4/Zend/zend_builtin_functions.cset_user_error_handler 
php4/Zend/zend_builtin_functions.czend_version 


last update Die 23 Mai 2000 10:01:22 CEST

(c) 2000 Hartmut Holzgraefe