PHPFUNCTIONDEF PHP Functions
|
|
checkdate
|
Validate a gregorian date/time
|
|
date
|
Format a local time/date
|
|
getdate
|
Get date/time information
|
|
gettimeofday
|
Get current time
|
|
gmdate
|
Format a GMT/CUT date/time
|
|
gmmktime
|
Get UNIX timestamp for a GMT date
|
|
gmstrftime
|
Format a GMT/CUT time/date according to locale settings
|
|
localtime
|
Get the local time
|
|
microtime
|
Return current UNIX timestamp with microseconds
|
|
mktime
|
Get UNIX timestamp for a date
|
|
strftime
|
Format a local time/date according to locale settings
|
|
time
|
Return current UNIX timestamp
|
|
strtotime
|
Parse about any english textual datetime description into a UNIX timestamp
|
|
checkdnsrr
|
Check DNS records corresponding to a given Internet host name or IP address
|
|
closelog
|
Close connection to system logger
|
|
debugger_off
|
Disable internal PHP debugger
|
|
debugger_on
|
Enable internal PHP debugger
|
|
define_syslog_variables
|
Initializes all syslog related constants
|
|
fsock |
Internet or Unix domain socket connection
|
|
gethostbyaddr
|
Get the Internet host name corresponding to a given IP address
|
|
gethostbyname
|
Get the IP address corresponding to a given Internet host name
|
|
gethostbynamel
|
Get a list of IP addresses corresponding to a given Internet host name
|
|
getmxrr
|
Get MX records corresponding to a given Internet host name
|
|
getprotobyname
|
Get protocol number associated with protocol name
|
|
getprotobynumber
|
Get protocol name associated with protocol number
|
|
getservbyname
|
Get port number associated with an Internet service and protocol
|
|
getservbyport
|
Get Internet service which corresponds to port and protocol
|
|
ip2long
|
Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address.
|
|
long2ip
|
Converts an (IPv4) Internet network address into a string in Internet standard dotted format
|
| og
|
connection to system logger
|
|
pfsock |
persistent Internet or Unix domain socket connection
|
|
socket_get_status
|
Returns information about existing socket resource
|
|
socket_set_blocking
|
Set blocking/non
|
|
socket_set_timeout
|
Set timeout period on a socket
|
|
syslog
|
Generate a system log message
|
|
ldap_add
|
Add entries to LDAP directory
|
|
ldap_bind
|
Bind to LDAP directory
|
|
ldap_close
|
Close link to LDAP server
|
|
ldap_compare
|
Compare value of attribute found in entry specified with DN
|
|
ldap_connect
|
Connect to an LDAP server
|
|
ldap_count_entries
|
Count the number of entries in a search
|
|
ldap_delete
|
Delete an entry from a directory
|
|
ldap_dn2ufn
|
Convert DN to User Friendly Naming format
|
|
ldap_err2str
|
Convert LDAP error number into string error message
|
|
ldap_errno
|
Return the LDAP error number of the last LDAP command
|
|
ldap_error
|
Return the LDAP error message of the last LDAP command
|
|
ldap_explode_dn
|
Splits DN into its component parts
|
|
ldap_first_attribute
|
Return first attribute
|
|
ldap_first_entry
|
Return first result id
|
|
ldap_free_result
|
Free result memory
|
|
ldap_get_attributes
|
Get attributes from a search result entry
|
|
ldap_get_dn
|
Get the DN of a result entry
|
|
ldap_get_entries
|
Get all result entries
|
|
ldap_get_option
|
Get the current value for given option
|
|
ldap_get_values
|
Get all values from a result entry
|
|
ldap_get_values_len
|
Get all binary values from a result entry
|
|
ldap_list
|
Single
|
|
ldap_modify
|
Modify an LDAP entry
|
|
ldap_mod_add
|
Add attribute values to current attributes
|
|
ldap_mod_del
|
Delete attribute values from current attributes
|
|
ldap_mod_replace
|
Replace attribute values with new ones
|
|
ldap_next_attribute
|
Get the next attribute in result
|
|
ldap_next_entry
|
Get next result entry
|
|
ldap_read
|
Read an entry
|
|
ldap_rename
|
Modify the name of an entry
|
|
ldap_search
|
Search LDAP tree
|
|
ldap_set_option
|
Set the value of the given option
|
|
ldap_unbind
|
Unbind from LDAP directory
|