CountChars
Counts how many a character occures in a string
(view function )
EnvironGetKey
Gets the value of an environment key
(view function )
EnvironString
Replaces %name% values with it's environment values
(view function )
FindProcess
Searches for a process by it's executable name
(view function )
GUIDFromString
Converts a String to a binary GUID
(view function )
GetComputerName
Gets the computer network name
(view function )
GetFullIPv6Address
Gets a full IPv6 address as 8 times 4 hex-digits
(view function )
GetProcessList
Returns a list of all processes
(view function )
GetProcessWindows
Returns all kind of Window-information of a process
(view function )
GetShortIPv6Address
Decreases size of an IPv6 address by replacing multiple zero values by two colons
(view function )
GetWindowCaption
Gets a window caption
(view function )
InIdeMode
Checks if we are in IDE mode
(view function )
IsValidEmailAddress
Validates an email address
(view function )
IsValidHostname
Checks if a hostname is valid
(view function )
IsValidIPAddress
Checks if an IP address is valid according to the IPv4 or IPv6 standards
(view function )
IsValidIPv4Address
Checks if an IP address is valid according to the IPv4 standards
(view function )
IsValidIPv6Address
Checks if an IP address is valid according to the IPv6 standards
(view function )
KillProcess
Closes a process
(view function )
MouseAboveObject
Checks if the mousepointer is above a specific object
(view function )
OpenFile
Displays an Open File dialog box
(view function )
RealTrim
Trims all kind of whitespaces
(view function )
RegisterGetKey
Gets a registry key
(view function )
SaveFile
Displays an Save File dialog box
(view function )
SplitCommandLine
Splits a string into multiple parts as if it is a command line
(view function )
StartProcess
Starts a new process and returns the Process ID
(view function )
StringFromGUID
Converts a binary GUID to a String
(view function )
TimestampToDate
Converts a "unix timestamp" to a VB6 Date-object
(view function )
UTCdifference
Gives the difference between UTC and local time in seconds
(view function )
array_merge
Merges two arrays
(view function )
array_reverse
Return an array with elements in reverse order
(view function )
array_search
Searches for an index in an array
(view function )
asf_get_tag
Reads an ASF (WMA) tag
(view function )
base64_decode
Decodes a base64 string to a data string
(view function )
base64_encode
Encodes a string to base64 a string
(view function )
basename
Returns filename component of path
(view function )
bindec
Makes an integer number from a binary string
(view function )
ceil
Round fractions up
(view function )
change_endian
convert multiple bytes to a valid endian number
(view function )
chunk_split
Split a string into smaller chunks
(view function )
cmd_version
Returns the version of the command prompt
(view function )
convert_uudecode
Decode a uuencoded string
(view function )
convert_uuencode
Uuencode a string
(view function )
copy
This function copies a file
(view function )
decbin
Makes a binary string from an integer number
(view function )
dirname
Returns directory name component of path
(view function )
disk_free_space
Returns available space in directory
(view function )
disk_total_space
Returns the total size of a directory
(view function )
exec
Execute an external program
(view function )
explode
Splits a string into an array with a delimiter char
(view function )
file
Gets a file as an array
(view function )
file_exists
This function checks if a file exists and returns true or false
(view function )
file_get_contents
Reads entire file into a string
(view function )
file_put_contents
Write a string to a file
(view function )
filesize
Gets file size
(view function )
floor
Round fractions down
(view function )
get_audio_tag
Reads the id3 or asf tags from an audio file
(view function )
get_html_translation_table
Returns the translation table used by htmlspecialchars() and htmlentities()
(view function )
hexdec
Converts a heximal string to a decimal integer
(view function )
html_entity_decode
Convert all HTML entities to their applicable characters
(view function )
htmlentities
Convert all applicable characters to HTML entities
(view function )
htmlspecialchars
Convert special characters to HTML entities
(view function )
htmlspecialchars_decode
Convert special characters entities to normal text
(view function )
id3_genre_name
Returns the name of a genre number
(view function )
id3v1_empty_tag
Returns an empty id3v1-tag
(view function )
id3v1_get_tag
Reads an ID3 v1-tag from a file and returns it
(view function )
id3v2_get_tag
Reads an ID3 v2-tag (to up to 2.3) from a file and returns it
(view function )
implode
Places an array in a string, with a delimiter char
(view function )
in_array
Searches if a value exists in an array
(view function )
ini_exist_chapter
Returns if a specific INI chapter exists
(view function )
ini_exist_key
Returns if a specific INI key exists
(view function )
ini_list_chapters
Returns all chapters in an INI-file
(view function )
ini_list_keys
Returns all keys in an INI-file chapter
(view function )
ini_value_get
Returns a value from a specific key in a specific chapter
(view function )
ini_value_set
Sets an INI-value
(view function )
is_dir
Tells whether the filename is a directory
(view function )
lcfirst
Make a string's first character lowercase
(view function )
nl2br
Inserts HTML line breaks before all newlines in a string
(view function )
pathinfo
Returns information about a file path
(view function )
preg_quote
Quote regular expression characters
(view function )
preg_replace
Perform a regular expression search and replace
(view function )
rand
Generate a random integer
(view function )
rawurldecode
Decode URL-encoded strings
(view function )
rawurlencode
URL-encode according to RFC 1738
(view function )
serialize
Generates a storable representation of a value
(view function )
shell_exec
Execute command via shell and return the complete output as a string
(view function )
sort
Sort an array
(view function )
str_replace
This function replaces a string in another string
(view function )
str_split
Convert a string to an array
(view function )
strrev
Reverse a string
(view function )
strstr
Searches for a string in another string and gives all data from that point
(view function )
sys_get_temp_dir
Returns directory path used for temporary files
(view function )
two_longs_to_variant
Combines two long values as QuadWORD-value and creates a Variant
(view function )
ucfirst
Make a string's first character uppercase
(view function )
unserialize
Creates a PHP value from a stored representation
(view function )
volume_get_waveout
Gets the volume for the left and right channel
(view function )
volume_set_waveout
Sets the volume for the left and right channel
(view function )
windows_force
Forcefully shuts down Windows
(view function )
windows_logoff
Logs the current user off
(view function )
windows_reboot
Reboots Windows
(view function )
windows_shutdown
Shuts down Windows
(view function )
wordwrap
This function wraps long lines to short ones
(view function )
zerofill
Completes a string by adding zero characters to the front
(view function )