[devguide] element index

Package indexes

All elements
0 a b c d e f g h i k l m n o p q r s t u v w x z _
_
top
_cleanup_array
_cleanup_array() in php.php
Remove and blank strings from the given array.
_fail_php_type_check
Throw out a type checker error message.
_read_php_function_line
Read a PHP function line and return parsed details.
a
top
abs
abs() in phpstub.php
Absolute value.
acos
acos() in phpstub.php
Arc cosine.
addcslashes
addcslashes() in phpstub.php
Quote string with slashes in a C style.
addslashes
addslashes() in phpstub.php
Quote string for encapsulation in a written string data type.
array_count_values
array_count_values() in phpstub.php
Counts all the values of an array.
array_diff
array_diff() in phpstub.php
Calculate the difference between arrays.
array_filter
array_filter() in phpstub.php
Filters elements of an array using a callback function.
array_flip
array_flip() in phpstub.php
Exchanges all keys with their associated values in an array.
array_intersect
array_intersect() in phpstub.php
Calculate the intersection between arrays.
array_keys
array_keys() in phpstub.php
Return all the keys of an array.
array_key_exists
array_key_exists() in phpstub.php
Checks if the given key or index exists in the array.
array_map
array_map() in phpstub.php
Applies the callback to the elements of the given array.
array_merge
array_merge() in phpstub.php
Merge two or more arrays.
array_merge_recursive
Merges the elements of one or more arrays together so that the values of one are appended to the end of the previous one. It returns the resulting array.
array_pad
array_pad() in phpstub.php
Pad array to the specified length with a value.
array_pop
array_pop() in phpstub.php
Pop the element off the end of array.
array_push
array_push() in phpstub.php
Push one or more elements onto the end of array.
array_rand
array_rand() in phpstub.php
Pick one or more random entries out of an array.
array_reduce
array_reduce() in phpstub.php
Iteratively reduce the array to a single value using a callback function.
array_reverse
array_reverse() in phpstub.php
Return an array with elements in reverse order.
array_search
array_search() in phpstub.php
Searches the array for a given value and returns the corresponding key if successful.
array_shift
array_shift() in phpstub.php
Shift an element off the beginning of array.
array_slice
array_slice() in phpstub.php
Extract a slice of the array.
array_splice
array_splice() in phpstub.php
Remove a portion of the array and replace it with something else.
array_sum
array_sum() in phpstub.php
Add all the elements of an array.
array_unique
array_unique() in phpstub.php
Removes duplicate values from an array. Equivalence determined by string comparison.
array_unshift
array_unshift() in phpstub.php
Prepend one or more elements to the beginning of array.
array_values
array_values() in phpstub.php
Return all the values of an array.
array_walk
array_walk() in phpstub.php
Apply a user function to every member of an array .
arsort
arsort() in phpstub.php
Sort an array in reverse order and maintain index association.
asin
asin() in phpstub.php
Arc sine.
asort
asort() in phpstub.php
Sort an array and maintain index association.
atan
atan() in phpstub.php
Arc tan.
atan2
atan2() in phpstub.php
Arc tangent of two variables.
b
top
base64_decode
base64_decode() in phpstub.php
Decodes data encoded with MIME base64.
base64_encode
base64_encode() in phpstub.php
Encodes data with MIME base64.
basename
basename() in phpstub.php
Returns filename component of path.
base_convert
base_convert() in phpstub.php
Convert a number between arbitrary bases (string representations).
bindec
bindec() in phpstub.php
Binary (string representation) to decimal (integer).
Block_main_block_help
Block_main_block_help in main_block_help.php
Block_main_code_documentor
Block_main_code_documentor in main_code_documentor.php
c
top
cacheing_environment
Standard modular cache function.
call_user_func
call_user_func() in phpstub.php
Call a user function given by the first parameter.
call_user_func_array
call_user_func_array() in phpstub.php
Call a user function given with an array of parameters.
ceil
ceil() in phpstub.php
Round fractions up.
chdir
chdir() in phpstub.php
Change directory.
checkdate
checkdate() in phpstub.php
Validate a gregorian date.
check_function_type
Type-check the specified parameter (giving an error if the type checking fails) [all checks]
chmod
chmod() in phpstub.php
Changes file mode.
chr
chr() in phpstub.php
Return a specific character.
chunk_split
chunk_split() in phpstub.php
Split a string into smaller chunks. Can be used to split a string into smaller chunks which is useful for e.g. converting base64_encode output to match RFC 2045 semantics. It inserts end (defaults to "\r\n") every chunklen characters.
class_exists
class_exists() in phpstub.php
Checks if the class has been defined.
clearstatcache
clearstatcache() in phpstub.php
Clears file status cache.
closedir
closedir() in phpstub.php
Close directory handle.
constant
constant() in phpstub.php
Returns the value of a constant.
copy
copy() in phpstub.php
Copies a file. {{creates-file}}
cos
cos() in phpstub.php
Calculate the cosine of an angle.
cosh
cosh() in phpstub.php
Hyperbolic cosine.
count
count() in phpstub.php
Count elements in a variable.
count_chars
count_chars() in phpstub.php
Return information about characters used in a string.
crc32
crc32() in phpstub.php
Calculates the crc32 polynomial of a string.
crypt
crypt() in phpstub.php
One-way string hashing (not encryption, as not reversible).
current
current() in phpstub.php
Return the current element in an array.
d
top
date
date() in phpstub.php
Format a local time/date.
dbx_connect
dbx_connect() in phpstub.php
Open a connection to a database Server.
dbx_escape_string
dbx_escape_string() in phpstub.php
Escapes a string for use in a dbx_query.
dbx_query
dbx_query() in phpstub.php
Send a database query.
decbin
decbin() in phpstub.php
Decimal (integer) to binary (string representation).
dechex
dechex() in phpstub.php
Integer to string representation of hexadecimal.
decoct
decoct() in phpstub.php
Integer to string representation of octal.
define
define() in phpstub.php
Defines a named constant.
defined
defined() in phpstub.php
Checks whether a given named constant exists.
deg2rad
deg2rad() in phpstub.php
Converts the number in degrees to the radian equivalent.
dirname
dirname() in phpstub.php
Returns directory name component of path.
disk_free_space
disk_free_space() in phpstub.php
Returns the amount of free space under a directory in a unix-style mount/quota-supporting filesystem.
disk_total_space
disk_total_space() in phpstub.php
Returns the total size of a directory.
doubleval
doubleval() in phpstub.php
Get float value of a variable.
devguide.php
devguide.php in devguide.php
e
top
each
each() in phpstub.php
Return the current key and value pair from an array and advance the array cursor.
end
end() in phpstub.php
Set the internal pointer of an array to its last element.
error_log
error_log() in phpstub.php
Send an error message somewhere.
error_reporting
error_reporting() in phpstub.php
Sets which PHP errors are reported.
exec
exec() in phpstub.php
Execute an external program.
exp
exp() in phpstub.php
Calculates the exponent of e.
explode
explode() in phpstub.php
Split a string by string.
f
top
fclose
fclose() in phpstub.php
Closes an open file pointer.
feof
feof() in phpstub.php
Tests for end-of-file on a file pointer.
fflush
fflush() in phpstub.php
Flushes the output to a file.
fgetc
fgetc() in phpstub.php
Gets character from file pointer.
fgetcsv
fgetcsv() in phpstub.php
Gets line from file pointer and parse for CSV fields.
fgets
fgets() in phpstub.php
Gets line from file pointer.
fgetss
fgetss() in phpstub.php
Gets line from file pointer and strip HTML tags.
file
file() in phpstub.php
Reads entire file into an array.
fileatime
fileatime() in phpstub.php
Gets last access time of file.
filectime
filectime() in phpstub.php
Gets inode change time of file.
filegroup
filegroup() in phpstub.php
Gets file group.
filemtime
filemtime() in phpstub.php
Gets file modification time.
fileowner
fileowner() in phpstub.php
Gets file owner.
fileperms
fileperms() in phpstub.php
Gets file permissions.
filesize
filesize() in phpstub.php
Gets file size.
filetype
filetype() in phpstub.php
Gets file type.
file_exists
file_exists() in phpstub.php
Checks whether a file or directory exists.
floatval
floatval() in phpstub.php
Get float value of a variable.
flock
flock() in phpstub.php
Portable advisory file locking.
floor
floor() in phpstub.php
Round fractions down.
flush
flush() in phpstub.php
Flush the output buffer.
fopen
fopen() in phpstub.php
Opens file or URL. {{creates-file}}
fpassthru
fpassthru() in phpstub.php
Output all remaining data on a file pointer.
fread
fread() in phpstub.php
Binary-safe file read.
fscanf
fscanf() in phpstub.php
Parses input from a file according to a format.
fseek
fseek() in phpstub.php
Seeks on a file pointer.
fsockopen
fsockopen() in phpstub.php
Open Internet or Unix domain socket connection.
fstat
fstat() in phpstub.php
Gets information about a file using an open file pointer.
ftell
ftell() in phpstub.php
Gets file pointer read/write position.
ftp_cdup
ftp_cdup() in phpstub.php
Changes to the parent directory.
ftp_chdir
ftp_chdir() in phpstub.php
Changes directories on a FTP server.
ftp_close
ftp_close() in phpstub.php
Close an FTP connection.
ftp_connect
ftp_connect() in phpstub.php
Make an FTP connection.
ftp_delete
ftp_delete() in phpstub.php
Deletes a file on the FTP server.
ftp_fget
ftp_fget() in phpstub.php
Downloads a file from the FTP server and saves to an open file.
ftp_fput
ftp_fput() in phpstub.php
Uploads from an open file to the FTP server.
ftp_get
ftp_get() in phpstub.php
Downloads a file from the FTP server.
ftp_login
ftp_login() in phpstub.php
Logs in to an FTP connection.
ftp_mkdir
ftp_mkdir() in phpstub.php
Creates a directory.
ftp_nlist
ftp_nlist() in phpstub.php
Returns a list of files in the given directory.
ftp_pasv
ftp_pasv() in phpstub.php
Turns passive mode on or off.
ftp_put
ftp_put() in phpstub.php
Uploads a file to the FTP server.
ftp_pwd
ftp_pwd() in phpstub.php
Returns the current directory name.
ftp_rawlist
ftp_rawlist() in phpstub.php
Returns a detailed list of files in the given directory.
ftp_rename
ftp_rename() in phpstub.php
Renames a file on the FTP server.
ftp_rmdir
ftp_rmdir() in phpstub.php
Removes a directory on the FTP server.
ftp_site
ftp_site() in phpstub.php
Sends a SITE command to the FTP server.
ftp_size
ftp_size() in phpstub.php
Find the file size of a file on the FTP server.
ftp_systype
ftp_systype() in phpstub.php
Returns the system type identifier of the remote FTP server.
ftruncate
ftruncate() in phpstub.php
Truncates a file to a given length.
function_exists
function_exists() in phpstub.php
Find whether the function of the given function name has been defined.
func_get_arg
func_get_arg() in phpstub.php
Return an item from the argument list.
func_get_args
func_get_args() in phpstub.php
Returns an array comprising a function's argument list.
func_num_args
func_num_args() in phpstub.php
Returns the number of arguments passed to the function.
fwrite
fwrite() in phpstub.php
Binary-safe file write.
g
top
gd_info
gd_info() in phpstub.php
Retrieve information about the currently installed GD library.
getcwd
getcwd() in phpstub.php
Gets the current working directory.
getdate
getdate() in phpstub.php
Get date/time information.
getenv
getenv() in phpstub.php
Gets the value of an environment variable.
gethostbyaddr
gethostbyaddr() in phpstub.php
Get the Internet host name corresponding to a given IP address.
gethostbyname
gethostbyname() in phpstub.php
Get the IP address corresponding to a given Internet host name.
gethostbynamel
gethostbynamel() in phpstub.php
Get a list of IP addresses corresponding to a given Internet host name.
getimagesize
getimagesize() in phpstub.php
Get the size of an image.
getmypid
getmypid() in phpstub.php
Gets PHP's process ID.
getmyuid
getmyuid() in phpstub.php
Gets PHP's user ID.
getrandmax
getrandmax() in phpstub.php
Get largest possible random value.
gettimeofday
gettimeofday() in phpstub.php
Get current time.
gettype
gettype() in phpstub.php
Get the type of a variable.
get_chmod_array
Get a list of file permissions to set
get_class
get_class() in phpstub.php
Returns the name of the class of an object.
get_current_user
get_current_user() in phpstub.php
Gets the name of the owner of the current PHP script.
get_declared_classes
get_declared_classes() in phpstub.php
Get an array of all declared classes.
get_defined_functions
Get an array of all defined functions.
get_defined_vars
get_defined_vars() in phpstub.php
Get an array of all defined variables.
get_dependencies
Get a mapping of dependency types
get_description
Get the description of the addon
get_file_list
Get a list of files that belong to this addon
get_html_translation_table
Returns the translation table used by htmlspecialchars and htmlentities.
get_included_files
get_included_files() in phpstub.php
Returns an array with the names of included or required files.
get_magic_quotes_gpc
get_magic_quotes_gpc() in phpstub.php
Gets the current active configuration setting of magic quotes gpc. (Note: it actually returns a BINARY, but lets make it cleaner, it won't hurt)
get_magic_quotes_runtime
Gets the current active configuration setting of magic_quotes_runtime.
get_parent_class
get_parent_class() in phpstub.php
Retrieves the parent class name for object or class.
get_php_file_api
Get a complex API information structure from a PHP file. It assumes the file has reasonably properly layed out class and function whitespace The return structure is...
get_resource_type
get_resource_type() in phpstub.php
Returns the resource type.
get_version
Get the version of ocPortal this addon is for
gmdate
gmdate() in phpstub.php
Format a GMT/UTC date/time (uses different format to 'date' function).
gmmktime
gmmktime() in phpstub.php
Get UNIX timestamp for a GMT date.
gmstrftime
gmstrftime() in phpstub.php
Format a GMT/UTC time/date according to locale settings.
gzclose
gzclose() in phpstub.php
Close an open gz-file pointer.
gzcompress
gzcompress() in phpstub.php
Compress a string.
gzdeflate
gzdeflate() in phpstub.php
Deflate a string.
gzencode
gzencode() in phpstub.php
Create a gzip compressed string.
gzfile
gzfile() in phpstub.php
Read entire gz-file into an array.
gzinflate
gzinflate() in phpstub.php
Inflate a deflated string.
gzopen
gzopen() in phpstub.php
Open gz-file. {{creates-file}}
gzuncompress
gzuncompress() in phpstub.php
Uncompress a compressed string.
gzwrite
gzwrite() in phpstub.php
Binary-safe gz-file write.
h
top
header
header() in phpstub.php
Send a raw HTTP header.
headers_sent
headers_sent() in phpstub.php
Checks if or where headers have been sent.
hexdec
hexdec() in phpstub.php
String representation of hexadecimal to decimal.
Hook_addon_registry_devguide
htmlentities
htmlentities() in phpstub.php
Convert all applicable characters to HTML entities.
hypot
hypot() in phpstub.php
Calculate the length of the hypotenuse of a right-angle triangle.
i
top
ignore_user_abort
ignore_user_abort() in phpstub.php
Set whether a client disconnect should abort script execution.
imagealphablending
imagealphablending() in phpstub.php
Set the blending mode for an image.
imagearc
imagearc() in phpstub.php
Draw a partial ellipse.
imagechar
imagechar() in phpstub.php
Draw a character horizontally.
imagecharup
imagecharup() in phpstub.php
Draw a character vertically.
imagecolorallocate
imagecolorallocate() in phpstub.php
Allocate a color for an image.
imagecolorat
imagecolorat() in phpstub.php
Get the index of the color of a pixel.
imagecolorclosest
imagecolorclosest() in phpstub.php
Get the index of the closest color to the specified color.
imagecolorclosestalpha
Get the index of the closest color to the specified color + alpha.
imagecolorclosesthwb
imagecolorclosesthwb() in phpstub.php
Get the index of the color which has the hue, white and blackness nearest to the given color .
imagecolordeallocate
imagecolordeallocate() in phpstub.php
De-allocate a color for an image.
imagecolorexact
imagecolorexact() in phpstub.php
Get the index of the specified color.
imagecolorexactalpha
imagecolorexactalpha() in phpstub.php
Get the index of the specified color + alpha.
imagecolorresolve
imagecolorresolve() in phpstub.php
Get the index of the specified color or its closest possible alternative.
imagecolorresolvealpha
Get the index of the specified color + alpha or its closest possible alternative.
imagecolorset
imagecolorset() in phpstub.php
Set the color for the specified palette index.
imagecolorsforindex
imagecolorsforindex() in phpstub.php
Get the colors for an index.
imagecolorstotal
imagecolorstotal() in phpstub.php
Find out the number of colors in an image's palette.
imagecolortransparent
Define a color as transparent.
imagecopy
imagecopy() in phpstub.php
Copy part of an image.
imagecopymerge
imagecopymerge() in phpstub.php
Copy and merge part of an image.
imagecopymergegray
imagecopymergegray() in phpstub.php
Copy and merge part of an image with gray scale.
imagecopyresampled
imagecopyresampled() in phpstub.php
Copy and resize part of an image with resampling.
imagecopyresized
imagecopyresized() in phpstub.php
Copy and resize part of an image.
imagecreate
imagecreate() in phpstub.php
Create a new palette based image.
imagecreatefromjpeg
imagecreatefromjpeg() in phpstub.php
Create a new image from a JPEG file on disk.
imagecreatefrompng
imagecreatefrompng() in phpstub.php
Create a new image from a PNG file on disk.
imagecreatefromstring
Create a new image from the image stream in the string.
imagecreatetruecolor
imagecreatetruecolor() in phpstub.php
Create a new true color image.
imagedestroy
imagedestroy() in phpstub.php
Destroy an image resource.
imageellipse
imageellipse() in phpstub.php
Draw an ellipse.
imagefill
imagefill() in phpstub.php
Flood fill.
imagefilledarc
imagefilledarc() in phpstub.php
Draw a partial ellipse and fill it.
imagefilledellipse
imagefilledellipse() in phpstub.php
Draw a filled ellipse.
imagefilledpolygon
imagefilledpolygon() in phpstub.php
Draw a filled polygon.
imagefilledrectangle
imagefilledrectangle() in phpstub.php
Draw a filled rectangle.
imagefilltoborder
imagefilltoborder() in phpstub.php
Flood fill to specific color.
imagefontheight
imagefontheight() in phpstub.php
Get font height.
imagefontwidth
imagefontwidth() in phpstub.php
Get font width.
imagegammacorrect
imagegammacorrect() in phpstub.php
Apply a gamma correction to a GD image.
imageinterlace
imageinterlace() in phpstub.php
Enable or disable interlace / progressive-save.
imagejpeg
imagejpeg() in phpstub.php
Output image to browser or file as JPEG.
imageline
imageline() in phpstub.php
Draw a line.
imageloadfont
imageloadfont() in phpstub.php
Load a new font.
imagepalettecopy
imagepalettecopy() in phpstub.php
Copy the palette from one image to another.
imagepng
imagepng() in phpstub.php
Output image to browser or file as PNG.
imagepolygon
imagepolygon() in phpstub.php
Draw a polygon.
imagerectangle
imagerectangle() in phpstub.php
Draw a rectangle.
imagesavealpha
imagesavealpha() in phpstub.php
Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images.
imagesetbrush
imagesetbrush() in phpstub.php
Set the brush image for line drawing.
imagesetpixel
imagesetpixel() in phpstub.php
Set a single pixel.
imagesetstyle
imagesetstyle() in phpstub.php
Set the style for line drawing.
imagesetthickness
imagesetthickness() in phpstub.php
Set the thickness for line drawing.
imagesettile
imagesettile() in phpstub.php
Set the tile image for filling.
imagestring
imagestring() in phpstub.php
Draw a string horizontally.
imagestringup
imagestringup() in phpstub.php
Give the bounding box of a text using TrueType fonts.
imagesx
imagesx() in phpstub.php
Get image width.
imagesy
imagesy() in phpstub.php
Get image height.
imagetruecolortopalette
Convert a true color image to a palette image.
imagettfbbox
imagettfbbox() in phpstub.php
Give the bounding box of a text using TrueType fonts.
imagettftext
imagettftext() in phpstub.php
Give the bounding box of a text using TrueType fonts.
imagetypes
imagetypes() in phpstub.php
Return the image types supported by this execution environment.
implode
implode() in phpstub.php
Join array elements with a string.
info
Block_main_code_documentor::info() in main_code_documentor.php
Standard modular info function.
info
Block_main_block_help::info() in main_block_help.php
Standard modular info function.
init__php
init__php() in php.php
Standard code module initialisation function.
ini_get
ini_get() in phpstub.php
Gets the value of a configuration option. Note: On Phalanger any unknown config options will produce a warning if fetched.
ini_set
ini_set() in phpstub.php
Sets the value of a configuration option.
intval
intval() in phpstub.php
Get integer value of a variable.
in_array
in_array() in phpstub.php
Checks if a value exists in an array.
ip2long
ip2long() in phpstub.php
Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address.
is_a
is_a() in phpstub.php
Whether the object is of this class or has this class as one of its parents.
is_array
is_array() in phpstub.php
Finds whether a variable is an array.
is_bool
is_bool() in phpstub.php
Finds whether a variable is a boolean.
is_callable
is_callable() in phpstub.php
Finds whether a variable holds a callable function reference.
is_dir
is_dir() in phpstub.php
Finds whether a path is to a directory.
is_executable
is_executable() in phpstub.php
Tells whether the filename is executable.
is_file
is_file() in phpstub.php
Finds whether a path is to a file.
is_float
is_float() in phpstub.php
Finds whether a variable is a float.
is_integer
is_integer() in phpstub.php
Finds whether a variable is an integer.
is_link
is_link() in phpstub.php
Finds whether a path is to a symbolic link.
is_null
is_null() in phpstub.php
Finds whether a variable is null.
is_numeric
is_numeric() in phpstub.php
Finds whether a variable is numeric (e.g. a numeric string, or a pure integer).
is_object
is_object() in phpstub.php
Finds whether a variable is an object.
is_readable
is_readable() in phpstub.php
Finds whether a path is to an actual readable file.
is_resource
is_resource() in phpstub.php
Finds whether a variable is a resource.
is_scalar
is_scalar() in phpstub.php
Finds whether a variable is a scalar (integer, float, string or boolean).
is_string
is_string() in phpstub.php
Finds whether a variable is a string.
is_subclass_of
is_subclass_of() in phpstub.php
Find whether the object has this class as one of its parents.
is_uploaded_file
is_uploaded_file() in phpstub.php
Finds whether a path is to an actual uploaded file.
is_writable
is_writable() in phpstub.php
Finds whether a path is to an actual writeable file.
k
top
key
key() in phpstub.php
Fetch a key from an associative array.
krsort
krsort() in phpstub.php
Sort an array by key in reverse order.
ksort
ksort() in phpstub.php
Sort an array by key.
l
top
lcg_value
lcg_value() in phpstub.php
Combined linear congruential generator.
localtime
localtime() in phpstub.php
Get the local time.
log
log() in phpstub.php
Natural logarithm.
log10
log10() in phpstub.php
Base-10 logarithm.
long2ip
long2ip() in phpstub.php
Converts an (IPv4) Internet network address into a string in Internet standard dotted format.
ltrim
ltrim() in phpstub.php
Strip whitespace from the beginning of a string.
m
top
mail
mail() in phpstub.php
Send an e-mail.
max
max() in phpstub.php
Find highest value between arguments.
md5
md5() in phpstub.php
Calculate the md5 hash of a string.
method_exists
method_exists() in phpstub.php
Checks if the class method exists.
microtime
microtime() in phpstub.php
Return current UNIX timestamp with microseconds.
min
min() in phpstub.php
Find lowest value between arguments.
mkdir
mkdir() in phpstub.php
Makes a directory. {{creates-file}}
mktime
mktime() in phpstub.php
Get UNIX timestamp for a componentialised date.
move_uploaded_file
move_uploaded_file() in phpstub.php
Moves an uploaded file to a new location. {{creates-file}}
mt_getrandmax
mt_getrandmax() in phpstub.php
Get largest possible random value.
mt_rand
mt_rand() in phpstub.php
Generate a better random value.
mt_srand
mt_srand() in phpstub.php
Seed the better random number generator.
main_block_help.php
main_block_help.php in main_block_help.php
main_code_documentor.php
main_code_documentor.php in main_code_documentor.php
n
top
natcasesort
natcasesort() in phpstub.php
Sort an array using a case insensitive "natural order" algorithm .
natsort
natsort() in phpstub.php
Sort an array using a "natural order" algorithm.
next
next() in phpstub.php
Advance the internal array pointer of an array.
nl2br
nl2br() in phpstub.php
Inserts HTML line breaks before all newlines in a string.
number_format
number_format() in phpstub.php
Format a number with grouped thousands.
o
top
ob_end_clean
ob_end_clean() in phpstub.php
Clean (erase) the output buffer and turn off output buffering.
ob_end_flush
ob_end_flush() in phpstub.php
Flush (output and erase) the output buffer and turn off output buffering.
ob_get_contents
ob_get_contents() in phpstub.php
Return the contents of the output buffer .
ob_get_length
ob_get_length() in phpstub.php
Return the length of the output buffer.
ob_gzhandler
ob_gzhandler() in phpstub.php
ob_start callback function to gzip output buffer.
ob_iconv_handler
ob_iconv_handler() in phpstub.php
Convert character encoding as output buffer handler.
ob_implicit_flush
ob_implicit_flush() in phpstub.php
Turn implicit flush on/off .
ob_start
ob_start() in phpstub.php
Turn on output buffering.
ocp_is_escaped
ocp_is_escaped() in phpstub.php
XSS detection helper function.
ocp_mark_as_escaped
ocp_mark_as_escaped() in phpstub.php
XSS detection helper function.
octdec
octdec() in phpstub.php
String representation of octal to decimal.
opendir
opendir() in phpstub.php
Open a directory for analysis.
ord
ord() in phpstub.php
Return ASCII value of character.
p
top
pack
pack() in phpstub.php
Pack data into binary string.
parse_ini_file
parse_ini_file() in phpstub.php
Parse a configuration file.
parse_str
parse_str() in phpstub.php
Parses the string into variables.
parse_url
parse_url() in phpstub.php
Parse a URL and return its components.
passthru
passthru() in phpstub.php
Execute an external program and display raw output.
pathinfo
pathinfo() in phpstub.php
Returns information about a file path.
pclose
pclose() in phpstub.php
Closes process file pointer.
phpinfo
phpinfo() in phpstub.php
Outputs lots of PHP information.
phpversion
phpversion() in phpstub.php
Gets the current PHP version.
php_sapi_name
php_sapi_name() in phpstub.php
Returns the type of interface between web server and PHP.
pi
pi() in phpstub.php
Get value of PI.
popen
popen() in phpstub.php
Opens process file pointer.
posix_getpwuid
posix_getpwuid() in phpstub.php
Return info about a user by user id. Does not exist on Windows.
posix_getuid
posix_getuid() in phpstub.php
Return the real user ID of the current process. Does not exist on Windows.
pow
pow() in phpstub.php
Exponential expression.
preg_grep
preg_grep() in phpstub.php
Array entries that match the pattern.
preg_match
preg_match() in phpstub.php
Perform a regular expression match.
preg_match_all
preg_match_all() in phpstub.php
Perform a global regular expression match.
preg_quote
preg_quote() in phpstub.php
Quote regular expression characters.
preg_replace
preg_replace() in phpstub.php
Perform a regular expression search and replace.
preg_replace_callback
Perform a regular expression search and replace using a callback.
preg_split
preg_split() in phpstub.php
Split string by a regular expression.
prev
prev() in phpstub.php
Rewind the internal array pointer.
printf
printf() in phpstub.php
Output a formatted string.
print_r
print_r() in phpstub.php
Prints human-readable information about a variable.
putenv
putenv() in phpstub.php
Sets the value of an environment variable.
php.php
php.php in php.php
phpstub.php
phpstub.php in phpstub.php
q
top
quoted_printable_decode
Convert a quoted-printable string to an 8 bit string.
quotemeta
quotemeta() in phpstub.php
Quote meta characters. Returns a version of str with a backslash character (\) before every character that is among these: . \ + * ? [ ^ ] ( $ ).
r
top
rad2deg
rad2deg() in phpstub.php
Converts the radian number to the equivalent number in degrees.
range
range() in phpstub.php
Create a sequence in an array.
rawurldecode
rawurldecode() in phpstub.php
Decode URL-encoded strings.
rawurlencode
rawurlencode() in phpstub.php
Encode URL-encoded strings.
readdir
readdir() in phpstub.php
Read entry from directory handle.
readfile
readfile() in phpstub.php
Outputs a file.
readgzfile
readgzfile() in phpstub.php
Output a gz-file.
realpath
realpath() in phpstub.php
Returns canonicalized absolute pathname.
register_shutdown_function
Register a function for execution on shutdown.
rename
rename() in phpstub.php
Renames a file.
render_php_function
Render a PHP function to display in a template.
render_php_function_do_bits
Get a PHP function parameter line.
reset
reset() in phpstub.php
Set the internal pointer of an array to its first element.
restore_error_handler
Restores the previous error handler function.
rewind
rewind() in phpstub.php
Rewind the position of a file pointer.
rewinddir
rewinddir() in phpstub.php
Rewind directory handle.
rmdir
rmdir() in phpstub.php
Removes directory.
round
round() in phpstub.php
Rounds a float.
rsort
rsort() in phpstub.php
Sort an array in reverse order.
rtrim
rtrim() in phpstub.php
Strip whitespace from the end of a string.
run
Block_main_block_help::run() in main_block_help.php
Standard modular run function.
run
Block_main_code_documentor::run() in main_code_documentor.php
Standard modular run function.
0
top
() in phpstub.php
Output a message and terminate the current script.
s
top
serialize
serialize() in phpstub.php
Generates a storable representation of a value.
session_cache_limiter
Get and/or set the current cache limiter.
session_decode
session_decode() in phpstub.php
Decodes session data from a string.
session_destroy
session_destroy() in phpstub.php
Destroys all data registered to a session.
session_encode
session_encode() in phpstub.php
Encodes the current session data as a string.
session_get_cookie_params
Get the session cookie parameters.
session_id
session_id() in phpstub.php
Get and/or set the current session id.
session_module_name
session_module_name() in phpstub.php
Get and/or set the current session module.
session_name
session_name() in phpstub.php
Get and/or set the current session name.
session_save_path
session_save_path() in phpstub.php
Get and/or set the current session save path.
session_set_cookie_params
Set the session cookie parameters.
session_set_save_handler
Sets user-level session storage functions.
session_start
session_start() in phpstub.php
Initialize session data.
session_unset
session_unset() in phpstub.php
Set whether a client disconnect should abort script execution.
session_write_close
session_write_close() in phpstub.php
Write session data and end session.
setcookie
setcookie() in phpstub.php
Send a cookie.
set_error_handler
set_error_handler() in phpstub.php
Sets a user-defined error handler function.
shell_exec
shell_exec() in phpstub.php
Execute command via shell and return complete output as string.
shuffle
shuffle() in phpstub.php
Shuffle an array.
similar_text
similar_text() in phpstub.php
Calculate the similarity between two strings.
sin
sin() in phpstub.php
Calculate the sine of an angle.
sinh
sinh() in phpstub.php
Hyperbolic sine.
sleep
sleep() in phpstub.php
Delay execution.
sort
sort() in phpstub.php
Sort an array.
soundex
soundex() in phpstub.php
Calculate the soundex key of a string.
sprintf
sprintf() in phpstub.php
Return a formatted string.
sqrt
sqrt() in phpstub.php
Square root.
srand
srand() in phpstub.php
Seed the random number generator.
strcasecmp
strcasecmp() in phpstub.php
Binary safe case-insensitive string comparison.
strcmp
strcmp() in phpstub.php
Binary safe string comparison.
strcoll
strcoll() in phpstub.php
Locale based string comparison.
strcspn
strcspn() in phpstub.php
Find length of initial segment not matching mask.
strftime
strftime() in phpstub.php
Format a local time/date according to locale settings (uses alternative formatting to 'date' function).
stripcslashes
stripcslashes() in phpstub.php
Un-quote string quoted with addcslashes.
stripslashes
stripslashes() in phpstub.php
Un-quote string slashed with addslashes.
strip_tags
strip_tags() in phpstub.php
Strip HTML and PHP tags from a string.
stristr
stristr() in phpstub.php
Case-insensitive strstr.
strlen
strlen() in phpstub.php
Get string length.
strnatcasecmp
strnatcasecmp() in phpstub.php
Case insensitive string comparisons using a "natural order" algorithm.
strnatcmp
strnatcmp() in phpstub.php
String comparisons using a "natural order" algorithm.
strncasecmp
strncasecmp() in phpstub.php
Binary safe case-insensitive string comparison of the first n characters.
strncmp
strncmp() in phpstub.php
Binary safe string comparison of the first n characters.
strpos
strpos() in phpstub.php
Find position of first occurrence of a string.
strrchr
strrchr() in phpstub.php
Find the last occurrence of a character in a string.
strrev
strrev() in phpstub.php
Reverse a string.
strrpos
strrpos() in phpstub.php
Find position of last occurrence of a char in a string.
strspn
strspn() in phpstub.php
Find length of initial segment matching mask.
strstr
strstr() in phpstub.php
Find first occurrence of a string.
strtok
strtok() in phpstub.php
Tokenize string.
strtolower
strtolower() in phpstub.php
Make a string lowercase.
strtotime
strtotime() in phpstub.php
Parse about any English textual datetime description into a UNIX timestamp.
strtoupper
strtoupper() in phpstub.php
Make a string uppercase.
strtr
strtr() in phpstub.php
Translate certain characters.
strval
strval() in phpstub.php
Get string value of a variable.
str_pad
str_pad() in phpstub.php
Pad a string to a certain length with another string.
str_repeat
str_repeat() in phpstub.php
Repeat a string.
str_replace
str_replace() in phpstub.php
Replace all occurrences of the search string with the replacement string.
substr
substr() in phpstub.php
Return part of a string.
substr_count
substr_count() in phpstub.php
Count the number of substring occurrences.
substr_replace
substr_replace() in phpstub.php
Replace text within a portion of a string.
system
system() in phpstub.php
Execute an external program and display the output.
t
top
tan
tan() in phpstub.php
Calculate the tangent of an angle.
tanh
tanh() in phpstub.php
Hyperbolic tangent.
tempnam
tempnam() in phpstub.php
Create file with unique file name. {{creates-file}}
test_fail_php_type_check
Type-check the specified parameter (giving an error if the type checking fails) [just value against type]
time
time() in phpstub.php
Return current UNIX timestamp.
tmpfile
tmpfile() in phpstub.php
Create a temporary file.
touch
touch() in phpstub.php
Sets access and modification time of file.
tpl_previews
Get mapping between template names and the method of this class that can render a preview of them
tpl_preview__administrative__block_main_block_help
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__php_function
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
trigger_error
trigger_error() in phpstub.php
Generates a user-level error/warning/notice message.
trim
trim() in phpstub.php
Strip whitespace from both ends of a string.
u
top
uasort
uasort() in phpstub.php
Sort an array with a user-defined comparison function and maintain index association.
ucfirst
ucfirst() in phpstub.php
Make a string's first character uppercase.
ucwords
ucwords() in phpstub.php
Uppercase the first character of each word in a string.
uksort
uksort() in phpstub.php
Sort an array by keys using a user-defined comparison function.
uniqid
uniqid() in phpstub.php
Generate a unique ID.
unlink
unlink() in phpstub.php
Deletes a file.
unpack
unpack() in phpstub.php
Unpack data from binary string.
unserialize
unserialize() in phpstub.php
Creates a PHP value from a stored representation.
urldecode
urldecode() in phpstub.php
Decodes URL-encoded string.
urlencode
urlencode() in phpstub.php
URL-encodes string.
usort
usort() in phpstub.php
Sort an array by values using a user-defined comparison function.
utf8_decode
utf8_decode() in phpstub.php
Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1.
utf8_encode
utf8_encode() in phpstub.php
Encodes an ISO-8859-1 string to UTF-8.
v
top
var_dump
var_dump() in phpstub.php
Dumps information about a variable.
version_compare
version_compare() in phpstub.php
Compares two "PHP-standardized" version number strings.
vprintf
vprintf() in phpstub.php
Output a formatted string.
vsprintf
vsprintf() in phpstub.php
Return a formatted string.
w
top
wordwrap
wordwrap() in phpstub.php
Wraps a string to a given number of characters using a string break character.
x
top
xdebug_dump_function_profile
Xdebug: dump profiling information.
xdebug_start_profiling
Xdebug: start profiling.
xmlrpc_encode_request
Generates XML for a method request.
xml_error_string
xml_error_string() in phpstub.php
Get XML parser error string for a certain error code.
xml_get_current_byte_index
Get current byte index for an XML parser.
xml_get_current_column_number
Get current column number for an XML parser.
xml_get_current_line_number
Get current line number for an XML parser.
xml_get_error_code
xml_get_error_code() in phpstub.php
Get XML parser error code for last error the occurred.
xml_parse
xml_parse() in phpstub.php
Start parsing an XML document.
xml_parser_create
xml_parser_create() in phpstub.php
Create an XML parser.
xml_parser_free
xml_parser_free() in phpstub.php
Free an XML parser.
xml_parser_get_option
Get options from an XML parser.
xml_parser_set_option
Set options in an XML parser.
xml_parse_into_struct
Parse XML data into an array structure.
xml_set_character_data_handler
Set up character data handler.
xml_set_default_handler
Set up default handler.
xml_set_element_handler
Set up start and end element handlers.
xml_set_external_entity_ref_handler
Set up external entity reference handler.
xml_set_notation_decl_handler
Set up notation declaration handler.
xml_set_object
xml_set_object() in phpstub.php
Use XML Parser within an object.
xml_set_processing_instruction_handler
Set up processing instruction (PI) handler.
xml_set_unparsed_entity_decl_handler
Set up unparsed entity declaration handler.
z
top
zend_version
zend_version() in phpstub.php
Gets the version of the current Zend engine.
0 a b c d e f g h i k l m n o p q r s t u v w x z _