| mysql_affected_rows |
Get the number of rows affected by the previous MySQL operation |
| mysql_client_encoding |
Return the name of the character set |
| mysql_close |
Close the MySQL connection |
| mysql_connect |
Open a connection to a MySQL server |
| mysql_create_db |
Create a new MySQL database |
| mysql_data_seek |
Move the pointer of the internal result |
| mysql_db_name |
Get the result data |
| mysql_db_query |
Send a MySQL query |
| mysql_drop_db |
Drop (delete) a MySQL database |
| mysql_errno |
Returns the numeric code of the error message in the last MySQL operation |
| mysql_error |
Returns the text error message generated by the last MySQL operation |
| mysql_escape_string |
Escape a string for use in mysql_query |
| mysql_fetch_array |
Get a row from the result set as an associative array, a numeric array, or both |
| mysql_fetch_assoc |
Get a row from the result set as an associative array |
| mysql_fetch_field |
Get column information from the result set and return it as an object |
| mysql_fetch_lengths |
Get the length of each output in the result set |
| mysql_fetch_object |
Get a row from the result set as an object |
| mysql_fetch_object |
Get a row from the result set as an enumeration array |
| mysql_field_flags |
Get the flag associated with the specified field from the result |
| mysql_field_len |
Return the length of the specified field |
| mysql_field_name |
Get the field name of the specified field in the result |
| mysql_field_seek |
Set the pointer in the result set to the specified field offset |
| mysql_field_table |
Get the table name where the specified field is located |
| mysql_field_type |
Get the type of the specified field in the result set |
| mysql_free_result |
Free the result memory |
| mysql_get_client_info |
Get MySQL client information |
| mysql_get_host_info |
Get MySQL host information |
| mysql_get_proto_info |
Get MySQL protocol information |
| mysql_get_server_info |
Get MySQL server information |
| mysql_info |
Get the latest query information |
| mysql_insert_id |
Get the ID generated by the previous INSERT operation |
| mysql_list_dbs |
List all databases in the MySQL server |
| mysql_list_fields |
List the fields in the MySQL result |
| mysql_list_processes |
List MySQL processes |
| mysql_list_tables |
List the tables in the MySQL database |
| mysql_num_fields |
Get the number of fields in the result set |
| mysql_num_rows |
Get the number of rows in the result set |
| mysql_pconnect |
Open a persistent connection to the MySQL server |
| mysql_ping |
Ping a server connection, reconnect if not connected |
| mysql_query |
Send a MySQL query |
| mysql_real_escape_string |
Escape special characters in strings used in SQL statements, taking into account the current character set of the connection |
| mysql_result |
Get result data |
| mysql_select_db |
Select MySQL database |
| mysql_set_charset |
Sets the client character set |
| mysql_stat |
Get the current system status |
| mysql_tablename |
Get the table name |
| mysql_thread_id |
Returns the ID of the current thread |
| mysql_unbuffered_query |
Sends a SQL query to MySQL without getting and caching the result rows |
| basename |
Returns the file name part of the path |
| chgrp |
Change the group to which the file belongs |
| chmod |
Change the file mode |
| chown |
Change the owner of the file |
| clearstatcache |
Clear the file status cache |
| copy |
Copy the file |
| delete |
See unlink or unset |
| dirname |
Returns the directory portion of a path |
| disk_free_space |
Returns the free space in a directory |
| disk_total_space |
Returns the total disk size of a directory |
| diskfreespace |
Alias of disk_free_space |
| fclose |
Close an open file pointer |
| feof |
Test if the file pointer has reached the end of the file |
| fflush |
Output the buffer content to the file |
| fgetc |
Read characters from the file pointer |
| fgetcsv |
Read a line from the file pointer and parse the CSV fields |
| fgets |
Read a line from the file pointer |
| fgetss |
Read a line from the file pointer and filter out HTML tags |
| file_exists |
Check if a file or directory exists |
| file_get_contents |
Read the entire file into a string |
| file_put_contents |
Write a string to a file |
| file |
Read the entire file into an array |
| fileatime |
Get the last access time of the file |
| filectime |
Get the inode modification time of the file |
| filegroup |
Get the group of the file |
| fileinode |
Get the inode of the file |
| filemtime |
Get file modification time |
| fileowner |
Get file owner |
| fileperms |
Get file permissions |
| filesize |
Get file size |
| filetype |
Get file type |
| flock |
Lightweight advisory file locking |
| fnmatch |
Match filenames with a pattern |
| fopen |
Open a file or URL |
| fpassthru |
Output all remaining data at file pointer |
| fputcsv |
Format rows as CSV and write to file pointer |
| fputs |
Alias of fwrite |
| fread |
Read from a file (binary-safe) |
| fscanf |
Format input from a file |
| fseek |
Position within a file pointer |
| fstat |
Get file information through the opened file pointer |
| ftell |
Return the position of the file pointer to read/write |
| ftruncate |
Truncate the file to a given length |
| fwrite |
Write to file (safe for binary files) |
| glob |
Find a file path that matches a pattern |
| is_dir |
Determine if the given file name is a directory |
| is_executable |
Determine if the given file name is executable |
| is_file |
Determine if the given file name is a normal file |
| is_link |
Determine if the given file name is a symbolic link |
| is_readable |
Determine if the given file name is readable |
| is_uploaded_file |
Determine whether the file is uploaded via HTTP POST |
| is_writable |
Determine whether the given file name is writable |
| is_writeable |
Alias of is_writable |
| lchgrp |
Changes group ownership of symlink |
| lchown |
Changes user ownership of symlink |
| link |
Create a hard link |
| linkinfo |
Get information about a link |
| lstat |
Give information about a file or symbolic link |
| mkdir |
Create a new directory |
| move_uploaded_file |
Move the uploaded file to a new location |
| parse_ini_file |
Parse a configuration file |
| parse_ini_string |
Parse a configuration string |
| pathinfo |
Return information about the file path |
| pclose |
Close the process file pointer |
| popen |
Open the process file pointer |
| readfile |
Output a file |
| readlink |
Return the target pointed to by the symbolic link |
| realpath_cache_get |
Get realpath cache entries |
| realpath_cache_size |
Get realpath cache size |
| realpath |
Return the normalized absolute path name |
| rename |
Rename a file or directory |
| rewind |
Rewind the file pointer |
| rmdir |
Delete directory |
| set_file_buffer |
Alias of stream_set_write_buffer |
| stat |
Give information about a file |
| symlink |
Create a symbolic link |
| tempnam |
Create a file with a unique file name |
| tmpfile |
Create a temporary file |
| touch |
Set the access and modification time of the file |
| umask |
Change the current umask |
| unlink |
Delete the file |
| gd_info |
Get the information of the currently installed GD library |
| getimagesize |
Get the image size |
| getimagesizefromstring |
Get the size of an image from a string |
| image_type_to_extension |
Get the file suffix of the image type |
| image_type_to_mime_type |
Get the MIME type of the image type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype |
| image2wbmp |
Output the image to the browser or file in WBMP format |
| imagealphablending |
Set the image blending mode |
| imageantialias |
Whether to use antialiasing function |
| imagearc |
Draw an ellipse |
| imagechar |
Draw a character horizontally |
| imagecharup |
Draw a character vertically |
| imagecolorallocate |
Assign a color to an image |
| imagecolorallocatealpha |
Assign a color + alpha to an image |
| imagecolorat |
Get the color index value of a pixel |
| imagecolorclosest |
Get the index value of the color closest to the specified color |
| imagecolorclosestalpha |
Get the color closest to the specified color plus transparency |
| imagecolorclosesthwb |
Get the index of the black and white color closest to the given color |
| imagecolordeallocate |
Cancel the allocation of image colors |
| imagecolorexact |
Get the index value of the specified color |
| imagecolorexactalpha |
Get the index value of the specified color plus transparency |
| imagecolormatch |
Make the palette version of an image more closely match the true color version |
| imagecolorresolve |
Get the index value of the specified color or the closest possible alternative |
| imagecolorresolvealpha |
Get the index value of the specified color + alpha or the closest possible alternative value |
| imagecolorset |
Set the color for the specified palette index |
| imagecolorsforindex |
Get the color of a certain index |
| imagecolorstotal |
Get the number of colors in the palette of an image |
| imagecolortransparent |
Define a color as transparent |
| imageconvolution |
Apply a 3x3 convolution matrix with coefficients div and offset |
| imagecopy |
Copy part of the image |
| imagecopymerge |
Copy and merge part of the image |
| imagecopymergegray |
Copy and merge part of the image in grayscale |
| imagecopyresampled |
Resample and copy part of the image and resize it |
| imagecopyresized |
Copy part of an image and resize it |
| imagecreate |
Create a new image based on a palette |
| imagecreatefromgd2 |
Create a new image from a GD2 file or URL |
| imagecreatefromgd2part |
Create a new image from a given GD2 file or URL |
| imagecreatefromgd |
Create a new image from a GD file or URL |
| imagecreatefromgif |
Create a new image from a file or URL |
| imagecreatefromjpeg |
Create a new image from a file or URL |
| imagecreatefrompng |
Create a new image from a file or URL |
| imagecreatefromstring |
Create a new image from the image stream in the string |
| imagecreatefromwbmp |
Create a new image from a file or URL |
| imagecreatefromxbm |
Create a new image from a file or URL |
| imagecreatefromxpm |
Create a new image from a file or URL |
| imagecreatetruecolor |
Create a true color image |
| imagedashedline |
Draw a dotted line |
| imagedestroy |
Destroy an image |
| imageellipse |
Draw an ellipse |
| imagefill |
Region fill |
| imagefilledarc |
Draw an ellipse and fill it |
| imagefilledellipse |
Draw an ellipse and fill it |
| imagefilledpolygon |
Draw a polygon and fill it |
| imagefilledrectangle |
Draw a rectangle and fill it |
| imagefilltoborder |
Fill the area to the border of the specified color |
| imagefilter |
Apply a filter to the image |
| imagefontheight |
Get the font height |
| imagefontwidth |
Get font width |
| imageftbbox |
Give a text box using FreeType 2 fonts |
| imagefttext |
Write text to an image using FreeType 2 fonts |
| imagegammacorrect |
Apply gamma correction to a GD image |
| imagegd2 |
Exports GD2 images to a browser or file |
| imagegd |
Exports GD images to a browser or file |
| imagegif |
Exports images to a browser or file |
| imagegrabscreen |
Captures the whole screen |
| imagegrabwindow |
Captures a window |
| imageinterlace |
Enable or disable interlacing |
| imageistruecolor |
Check if the image is a true color image |
| imagejpeg |
Output the image to a browser or file |
| imagelayereffect |
Set alpha blending flag to use bundled libgd layering effect |
| imageline |
Draw a line segment |
| imageloadfont |
Load a new font |
| imagepalettecopy |
Copy the palette from one image to another |
| imagepng |
Output the image to the browser or file in PNG format |
| imagepolygon |
Draw a polygon |
| imagepsbbox |
Give a text box using PostScript Type1 font |
| imagepsencodefont |
Change the character encoding vector in the font |
| imagepsextendfont |
Expand or simplify fonts |
| imagepsfreefont |
Release aMemory used by PostScript Type 1 fonts |
| imagepsloadfont |
Load a PostScript Type 1 font from a file |
| imagepsslantfont |
Tilt a font |
| imagepstext |
Draw a text string on an image using a PostScript Type 1 font |
| imagerectangle |
Draw a rectangle |
| imagerotate |
Rotate the image by a given angle |
| imagesavealpha |
Sets a flag to save the full alpha channel information when saving PNG images (as opposed to a single transparent color) |
| imagesetbrush |
Sets the brush image used for drawing lines |
| imagesetpixel |
Draw a single pixel |
| imagesetstyle |
Set the style of the line |
| imagesetthickness |
Set the width of the line |
| imagesettile |
Set the texture used for filling |
| imagestring |
Draw a line of strings horizontally |
| imagestringup |
Draw a line of strings vertically |
| imagesx |
Get the image width |
| imagesy |
Get the image height |
| imagetruecolortopalette |
Convert a true color image to a paletted image |
| imagettfbbox |
Get the range of text using TrueType fonts |
| imagettftext |
Write text to an image using TrueType fonts |
| imagetypes |
Returns the image types supported by the current version of PHP |
| imagewbmp |
Export an image to a browser or file in WBMP format |
| imagexbm |
Export an XBM image to a browser or file |
| iptcembed |
Embed binary IPTC data into a JPEG image |
| iptcparse |
Export binary IPTC http://www.iptc.org/ Blocks are parsed into individual tags |
| jpeg2wbmp |
Convert JPEG image files to WBMP image files |
| png2wbmp |
Convert PNG image files to WBMP image files |
| session_cache_expire |
Return the current cache expiration |
| session_cache_limiter |
Get and set the current cache limit/gold |
| session_commit |
Alias of session_write_close |
| session_decode |
Encode session data from a session to a string |
| session_destroy |
Destroy all data registered to the session |
| session_encode |
Encode the current session data to a string |
| session_get_cookie_params |
Get session cookie parameters |
| session_id |
Get and/or set the current session identifier |
| session_is_registered |
Check if the variable is already registered in the session |
| session_module_name |
Get and/or set the current session module |
| session_name |
Get and/or set the current session name |
| session_regenerate_id |
Update the newly generated session ID |
| session_register_shutdown |
Session shutdown function |
| session_register |
Register one or more global variables with the current session |
| session_save_path |
Get and/or set the current session save path |
| session_set_cookie_params |
Set session cookie parameters |
| session_set_save_handler |
Set user-level session storage function |
| session_start |
Start a new or resume an existing session |
| session_status |
Return the current session status |
| session_unregister |
Unregister a global variable of the current session |
| session_unset |
Free all session variables |
| session_write_close |
Write session data and end session |
| checkdate |
Validate a Gregorian date |
| date_add |
Alias DateTime::add |
| date_create_from_format |
Alias DateTime::createFromFormat |
| date_create |
Alias DateTime::__construct |
| date_date_set |
Alias DateTime::setDate |
| date_default_timezone_get |
Get the default time zone used by all date and time functions in a script |
| date_default_timezone_set |
Sets the default time zone for all date and time functions in a script |
| date_diff |
Alias DateTime::diff |
| date_format |
Alias DateTime::format |
| date_get_last_errors |
Alias DateTime::getLastErrors |
| date_interval_create_from_date_string |
Alias DateInterval::createFromDateString |
| date_interval_format |
Alias DateInterval::format |
| date_isodate_set |
Alias DateTime::setISODate |
| date_modify |
Alias DateTime::modify |
| date_offset_get |
Alias DateTime::getOffset |
| date_parse_from_format |
Get info about given date formatted according to the specified format |
| date_parse |
Returns associative array with detailed info about given date |
| date_sub |
Alias DateTime::sub |
| date_sun_info |
Returns an array with information about sunset/sunrise and twilight begin/end |
| date_sunrise |
Returns the sunrise time for a given date and location |
| date_sunset |
Returns the sunset time for a given date and location |
| date_time_set |
Alias DateTime::setTime |
| date_timestamp_get |
Alias DateTime::getTimestamp |
| date_timestamp_set |
Alias DateTime::setTimestamp |
| date_timezone_get |
Alias DateTime::getTimezone |
| date_timezone_set |
Alias DateTime::setTimezone |
| date |
Format a local time/date |
| getdate |
Get date/time information |
| gettimeofday |
Get the current time |
| gmdate |
Format a GMT/UTC date/time |
| gmmktime |
Get the UNIX timestamp of the GMT date |
| gmstrftime |
Format the GMT/UTC time/date according to the locale |
| idate |
Format the local time date as an integer |
| localtime |
Get local time |
| microtime |
Return current Unix timestamp and microseconds |
| mktime |
Get Unix timestamp of a date |
| strftime |
Format local time/date according to locale |
| strptime |
Parse date/time generated by strftime |
| strtotime |
Parse any English text date and time description into a Unix timestamp |
| time |
Return the current Unix timestamp |
| timezone_abbreviations_list |
Alias DateTimeZone::listAbbreviations |
| timezone_identifiers_list |
Alias DateTimeZone::listIdentifiers |
| timezone_location_get |
Alias DateTimeZone::getLocation |
| timezone_name_from_abbr |
Returns the timezone name from abbreviation |
| timezone_name_get |
Alias DateTimeZone::getName |
| timezone_offset_get |
Alias DateTimeZone::getOffset |
| timezone_open |
Alias DateTimeZone::__construct |
| timezone_transitions_get |
Alias DateTimeZone::getTransitions |
| timezone_version_get |
Gets the version of the timezonedb |