??????: ???? ??? ?????? ?????? ??????? ????????? ?? PHP? ??? ?? ??? ???? ????? PHP? ???? ??????? PHP? ???? ?????? PHP? ???? MySQL? ???? ????? ??????? ???? ????? GD? ???? SESSION? ???? Date/Time? ??????. ????? ??? ?????? ?????? ??????? ???? ????? ????????? ???????? ?? PHP? ?? ????? ??? ???? ??? ???? ?????? ?????????.
???? ??????? ?? ??????? ?????? |
|
????? ???????? ?? ?????? ?????? |
|
---|---|
trim | 刪除字符串 ????? 空格或其他預定義字符 |
rtrim | 刪除字符串 ?????? ?????? 空格或其他預定義字符 |
chop | rtrim() 的別名 ????? ?????? chop() ?? ???? chop() ?? Perl? ??? ???? ???? ????? ?????? ?? ???????. |
ltrim | 刪除字符串 ?????? ?????? 空格或其他預定義字符 |
????? ??????? ?????? ???????? |
|
str_pad | ??????? ????? ???? ???? ??????? ??? ??? ???? |
str_split | ????? ??????? ??? ?????? |
strrev | ??? ??????? |
wordwrap | ????? ??????? ??? ??? ???? ?? ??????? ??????? |
str_shuffle | ????? ?????? ?????? ?? ?????? |
parse_str | ????? ??????? ??? ??????? |
number_format | ?? ???? ????? ?????? ?????? ??????? |
????? ???? ?????? ?? ??????? |
|
strtolower | ????? ??????? ??? ???? ????? |
strtoupper | ????? ??????? ??? ???? ????? |
ucfirst | ????? ????? ????? ?? ??????? ??? ??? ???? |
lcfirst | ????? ????? ????? ?? ??????? ??? ??? ???? |
ucwords | ????? ????? ????? ?? ?? ???? ?? ??????? ??? ??? ???? |
?????? ???????? HTML |
|
htmlentities | ????? ?????? ??? ?????? HTML |
htmlspecialchars | ????? ??????? ??????? ?????? ??? ????? HTML |
nl2br | 在字符串所有新行之前插入 HTML 換行標記 n轉換為<br>標簽 |
strip_tags | ????? ?????? HTML ? PHP ?? ??????? |
addcslashes | ???????? ??? C? ???? ???? ???? ??????? ???????? ???? ????? ????? |
stripcslashes | 反引用一個(gè)使用 addcslashes() 轉義的字符串 |
addslashes | ??????? ???? ?????? ?????? ??????? ??????? |
stripslashes | 刪除由 addslashes 添加的轉義字符 |
quotemeta | ????? ???? ???? ???? ??? ??? ??????? ??????? ?????? ?? ??????? |
chr | 從指定的 ASCII 值返回字符 |
ord | 返回字符串第一個(gè)字符的 ASCII 值 |
?????? ??????? |
|
strcasecmp | ?????? ????? ???? ??? ???????? ????? ?????? |
strcmp | ?????? ??????? ????????? ????? ?????? |
strncmp | 比較字符串前N個(gè)字符,區分大小寫(xiě) |
strncasecmp | ?????? ?????? ?????? N ?? ??????? ??????? ??? ???????? ????? ?????? |
strnatcmp | ????? ??????? ??????? ??????? ????? ???????? ?? ??????? ??? ?????? ??????? ???????? |
strnatcasecmp | ????? ??????? ??????? ??????? ????? ???????? ??? ??????? ??? ?????? ??????? ???????? |
??? ???????? ??????? ?????? |
|
str_replace | ????? ????? ???????? ?? ?????? ?????? |
str_ireplace | ????? ????? ???????? ??? ????? ????? ?????? |
substr_count | 統計一個(gè)字符串,在另一個(gè)字符串中出現的次數 |
substr_replace | ??????? ????? ?? ????? ?? ?????? ???? |
similar_text | ??? ?????? ???????? ??? ??????? ???? |
strrchr | ????? ????? ????? ?? ??? ???? ?????? ???? ?? ????? ???? ???? ??? ??????? |
strstr | ????? ????? ???? ?? ???? ??????? ??? ???? ??????? ?? ????? ???? ???? |
strchr | ??? ?????? ?? strstr? ????? ????? ???? ???? ?? ???? ??? ???? ?????? ???? ???? ?? ??????? ??????? ??? ???????. |
stristr | ????? ????? ???? ?? ???? ??????? ??? ???? ??????? ?? ????? ???? ????? ??? ??????? ??? ?????? ??????? ????????. |
strtr | ????? ??? ?????? ?? ??????? |
strpos | ????? ?? ???? ??? ???? ???? ?????? ?? ????? ???? |
stripos | ????? ?? ???? ???? ??? ??? ?????? ?? ???????? ??? ???????? ????? ?????? |
strrpos | ????? ?? ???? ??? ???? ?????? ?? ??????? |
strripos | ????? ?? ??? ???? ???? ?????? ?? ???????? ??? ??????? ??? ?????? ??????? ????????. |
strspn | ??? ??????? ?????? ???? ????? ?????? ?? ??????? |
strcspn | ??? ??????? ???? ?? ?????? ?? ?????? ?? ??????? |
????? ??????? ?????? |
|
str_word_count | ??? ??????? ?? ??????? |
strlen | ??? ??????? |
count_chars | 統計字符串中所有字母出現的次數(0..255) |
????? ??????? |
|
md5 | ???? ???? ????? MD5 ?????? ???? |
hash | ????? ??? ????? |
???? ??? ??? ?????????? |
|
????? ?????? |
|
array | ????? ?????? |
array_combine | ????? ??????? ???????? ??? ???? ????????? ??????? ???? ???????? ?????? ????. |
range | ????? ?????? ?????? ????? ??? ????? ?????? ?????? |
compact | ????? ?????? ????? ?? ??????? ????????? |
array_fill | ???? ???????? ???????? ?????? ???????. |
??? ????????? ???????? |
|
array_chunk | ????? ?????? ??? ??? ????? |
array_merge | ??? ???????? ?? ???? ?? ?????? ????? |
array_slice | ??????? ???? ?? ?????? ????? ??? ??? ????????. |
?????? ????????? |
|
array_diff | ????? ?????? ?????? ??? ???????? |
array_intersect | ????? ?????? ??????? ??? ???????? ?? ???? |
??? ???????? ?? ???????? |
|
array_search | ????? ?? ???? ????? ?? ?????? |
array_splice | ??? ??? ?? ???????? ????????? ???? ???? |
array_sum | ????? ????? ?? ????? ?? ???????? |
in_array | ????? ?? ???? ????? ?? ????????? ?? ?????? ?????? ???????? |
array_key_exists | ????? ?? ??? ??? ??????? ?????? ??????? ?? ?????? ????? |
?????? ???? ???????? |
|
key | ????? ??? ??????? ???? ???? ???? ???? ???????? ?????? |
current | ????? ?????? ?????? ?? ???????? |
next | ??? ?????? ???? ???? ??? ?????? ?????? ??? ?????? ??????? ?????? ???? ?????? ??????. |
prev | ??? ?????? ???? ???? ??? ?????? ?????? ??? ?????? ??????? ?????? ???? ?????? ??????. |
end | 將數組內部指針指向最后一個(gè)元素,并返回該元素的值 (??? ????) |
reset | ??? ???? ???????? ??? ?????? ????? ?????? ???? ??? ?????? |
list | ????? ??? ??????? ?? ????????? ???????? ????? ???????? |
array_shift | ???? ?????? ????? ?? ???????? ???? ???? ?????? ???? ?? ????. |
array_unshift | ????? ???? ?? ????? ?????? ?? ????? ???????? |
array_push | ????? ???? ???? ?? ???? ??? ????? ???????? |
array_pop | ??? ?????? ?????? ?? ???????? |
?????? ??????? ??????? ?? ???????? |
|
shuffle | ??? ????????? ?? ???????? ????????? |
count | ???? ??? ??????? ?? ???????? ?? ??? ????? ?????? |
array_flip | ????? ?????? ??? ??? ????? ???????? |
array_keys | ????? ???? ???????? ?? ????????? ????? ?????? ????? |
array_values | 返回數組所有值,組成一個(gè)數組 |
array_reverse | ????? ?????? ?????? ??????? ?????? |
array_count_values | ??? ???? ???? ?? ???? ?? ???????? |
array_rand | ?????? ???? ?? ????? ??????? ?? ????????? ?? ???????? ??? ????? ???????? |
each | ????? ????? ?????? ?? ???????/?????? ?? ???????? ?????? ???? ???????? ???? ????? ??? ??????. |
array_unique | ????? ????? ??????? ?? ???????? |
??? ???????? |
|
sort | ??? ???????? |
rsort | ??? ???????? ?????? ???? |
asort | ??? ???????? ?? ?????? ??? ???????? ???????? |
arsort | ??? ???????? ???????? ?????? ?? ?????? ??? ???????? ???????? |
ksort | ??? ???????? ??? ????? ???????? |
krsort | ??? ???????? ??? ??????? ?????? ???? |
natsort | ??? ???????? ???????? ???????? "????? ???????" |
natcasesort | ??? ???????? ???????? ???????? "????? ???????" ??? ??????? ??? ?????? ??????? ???????? |
?????? ??? ????? ?????????? |
|
abs | ??? ?????? ??????? |
ceil | ??????? ??? ?????? |
floor | ??????? ????? ??? ???? |
fmod | ?????? ?????? ?????? ?????? |
pow | ????? ????? ??????? ????? |
round | ????? ????? ??????? ??????? |
sqrt | ????? ????? ???????? |
max | ??? ?????? ?????? |
min | ??? ???? ?????? |
mt_rand | ??????? ???? |
rand | ??? ?????? |
pi | ?????? ??? ???? ??? |
octdec | ??????? ?? ?????? ??????? ??? ?????? ?????? |
????? ??? ??? ?? MySQL |
|
mysql_affected_rows | ?????? ??? ??? ?????? ???????? ?? ????? MySQL ??????? |
mysql_client_encoding | ??? ?????? ?????? ???????? |
mysql_close | ????? ????? MySQL |
mysql_connect | ??? ????? ????? MySQL |
mysql_create_db | ????? ????? ?????? MySQL ????? |
mysql_data_seek | ?????? ??????? ??????? ???????? |
mysql_db_name | ?????? ??? ?????? ??????? |
mysql_db_query | ????? ??????? MySQL |
mysql_drop_db | ????? (???) ????? ?????? MySQL |
mysql_errno | ??? ????? ?????? ?????? ????? ?? ????? MySQL ??????? |
mysql_error | ????? ????? ????? ?????? ??????? ?? ??????? ??????? ?? MySQL |
mysql_escape_string | ????? ????? ???? ?????????? ?? mysql_query |
mysql_fetch_array | ??????? ??? ???? ?? ?????? ??????? ??????? ??????? ?? ?????? ?????? ?? ?????? ????. |
mysql_fetch_assoc | ??????? ??? ???? ?? ?????? ??????? ??????? ?????? |
mysql_fetch_field | ??????? ??????? ?????? ?? ?????? ??????? ???????? ????? |
mysql_fetch_lengths | ?????? ??? ??? ?? ????? ?? ?????? ??????? |
mysql_fetch_object | ??????? ??? ???? ?? ?????? ??????? ????? |
mysql_fetch_row | ??????? ?? ???? ?? ?????? ??????? ??????? ?????? |
mysql_field_flags | ?????? ??? ???????? ???????? ??????? ??????? ?? ??????? |
mysql_field_len | ????? ??? ????? ?????? |
mysql_field_name | ?????? ??? ??? ????? ????? ?????? ?? ??????? |
mysql_field_seek | ?? ?????? ???? ??????? ??? ????? ????? ??????? |
mysql_field_table | ?????? ??? ??? ?????? ???? ????? ??? ????? ?????? |
mysql_field_type | ?????? ??? ??? ????? ?????? ?? ?????? ??????? |
mysql_free_result | ????? ????? ??????? |
mysql_get_client_info | ?????? ??? ??????? ???? MySQL |
mysql_get_host_info | ?????? ??? ??????? ???? MySQL |
mysql_get_proto_info | ?????? ??? ??????? ???????? MySQL |
mysql_get_server_info | ?????? ??? ??????? ???? MySQL |
mysql_info | ?????? ??? ??? ??????? ??????? |
mysql_insert_id | ?????? ??? ???? ??????? INSERT ??????? |
mysql_list_dbs | ????? ???? ????? ???????? ?? ???? MySQL |
mysql_list_fields | ????? ?????? ?? ????? MySQL |
mysql_list_processes | ????? ?????? MySQL |
mysql_list_tables | ????? ??????? ?? ????? ?????? MySQL |
mysql_num_fields | ?????? ??? ??? ?????? ?? ?????? ??????? |
mysql_num_rows | ?????? ??? ??? ?????? ?? ?????? ??????? |
mysql_pconnect | ??? ????? ???? ????? MySQL |
mysql_ping | ???? ????? ????? ?????? ??????? ?? ???? ??? ??????? |
mysql_query | ????? ??????? MySQL |
mysql_real_escape_string | ????? ?????? ?????? ?? ??????? ?????? ????????? ?? ??? SQL? ?? ?????? ?????? ?????? ??????? ???????. |
mysql_result | ?????? ??? ?????? ??????? |
mysql_select_db | ?????? ????? ?????? MySQL |
mysql_set_charset | Sets the client character set |
mysql_stat | ?????? ??? ???? ?????? ??????? |
mysql_tablename | ?????? ??? ????? ??????? |
mysql_thread_id | ????? ???? ????? ?????? |
mysql_unbuffered_query | ????? ??????? SQL ??? MySQL ??? ??????? ?????? ???? ??????? |
????? ?????? ?????? |
|
basename | ??? ??? ????? ?? ???? ?????? |
chgrp | ????? ?????? ????? ????? |
chmod | ????? ??? ????? |
chown | ????? ???? ????? |
clearstatcache | ??? ????? ??????? ?????? ????? ??????? |
copy | ??? ????? |
delete | ???? ??? unlink ?? unset |
dirname | ??? ?????? ?? ???? ?????? |
disk_free_space | ??????? ??????? ?? ?????? ??????? |
disk_total_space | ????? ????? ???????? ????? ????? |
diskfreespace | ??? ?????? ?? disk_free_space |
fclose | ????? ???? ??? ????? |
feof | ?????? ?? ??? ??? ???? ????? ?? ??? ??? ????? ????? |
fflush | ????? ????? ?????? ?????? ??? ??? |
fgetc | ????? ????? ?? ???? ????? |
fgetcsv | ????? ??? ?? ???? ????? ?????? ???? CSV |
fgets | ????? ??? ?? ???? ????? |
fgetss | ????? ??? ?? ???? ????? ?????? ???????? ????????? ?? HTML |
file_exists | ?????? ?? ???? ??? ?? ???? |
file_get_contents | ????? ????? ?????? ?? ????? ???? |
file_put_contents | ????? ????? ???? ??? ??? |
file | ????? ????? ?????? ?? ?????? |
fileatime | ?????? ??? ??? ??? ????? ????? |
filectime | ?????? ??? ??? ????? inode ????? |
filegroup | ?????? ??? ?????? ??????? |
fileinode | ?????? ??? inode ????? |
filemtime | ?????? ??? ??? ????? ????? |
fileowner | ?????? ??? ???? ????? |
fileperms | ?????? ??? ?????? ????? |
filesize | ?????? ??? ??? ????? |
filetype | ?????? ??? ??? ????? |
flock | ????? ?????????? ??????? |
fnmatch | ??????? ??? ???????? ?????? ??????? |
fopen | ??? ????? ?? ????? URL |
fpassthru | ????? ???? ???????? ???????? ?? ???? ????? |
fputcsv | ????? ?????? ??? ????? CSV ???????? ??? ???? ????? |
fputs | ??? ?????? ?? fwrite |
fread | ????? ????? (??? ????????? ?? ??????? ????????) |
fscanf | ?? ?????? ???? ?????? |
fseek | ??????? ?? ???? ????? |
fstat | ?? ???? ???? ????? ???????? ???? ??? ??????? ????? |
ftell | ????? ???? ???? ???????/??????? |
ftruncate | ?????? ????? ??? ????? ?????? |
fwrite | ????? ??? ??? (???? ????????? ?? ??????? ????????) |
glob | ????? ?? ?????? ??????? ???????? ????? |
is_dir | ????? ?? ??? ??? ??? ????? ?????? ?? ???? |
is_executable | ????? ?? ??? ??? ??? ????? ?????? ?????? ??????? |
is_file | ????? ?? ??? ??? ??? ????? ?????? ?? ??? ???? |
is_link | ????? ?? ??? ??? ??? ????? ?????? ???? ?????? ?????? |
is_readable | ????? ?? ??? ??? ??? ????? ?????? ?????? ??????? |
is_uploaded_file | ????? ?? ??? ??? ????? ?? ?????? ??? HTTP POST |
is_writable | ????? ?? ??? ??? ??? ????? ?????? ???? ??????? |
is_writeable | ????? ???????? ?? is_writable |
lchgrp | Changes group ownership of symlink |
lchown | Changes user ownership of symlink |
link | ????? ????? ??? |
linkinfo | ?????? ??? ??????? ?? ????? |
lstat | ??? ??????? ?? ??? ?? ???? ???? |
md5_file | ???? ????? MD5 ????? |
mkdir | ????? ???? ???? |
move_uploaded_file | ??? ????? ??????? ??? ???? ???? |
parse_ini_file | ????? ??? ??????? |
parse_ini_string | Parse a configuration string |
pathinfo | ??????? ???? ????? ?????? |
pclose | ????? ???? ??? ??????? |
popen | ??? ???? ??? ??????? |
readfile | ????? ??? |
readlink | ????? ????? ??????? ?????? |
realpath_cache_get | Get realpath cache entries |
realpath_cache_size | Get realpath cache size |
realpath | ????? ??? ?????? ?????? ???? ?? ?????? |
rename | ????? ????? ??? ?? ???? |
rewind | ????? ????? ???? ????? |
rmdir | ??? ?????? |
set_file_buffer | ??? ?????? ?? stream_set_write_buffer |
stat | ????? ??????? ????? |
symlink | ????? ????? ???? |
tempnam | ????? ??? ???? ???? |
tmpfile | ????? ??? ???? |
touch | ??? ?????? ??? ????? ??????? |
umask | ????? umask ?????? |
unlink | ??? ????? |
???? GD/Image |
|
gd_info | ?????? ??? ??????? ????? GD ??????? ?????? |
getimagesize | ?????? ??? ??? ?????? |
getimagesizefromstring | Get the size of an image from a string |
image_type_to_extension | ??? ?????? ??? ??? ??? ?????? |
image_type_to_mime_type | ?????? ??? ??? MIME ???? ?????? ???? ?? ?????? ?????? getimagesize? exif_read_data? exif_thumbnail? exif_imagetype |
image2wbmp | ????? ?????? ?????? WBMP ??? ??????? ?? ????? |
imagealphablending | ??? ??? ????? ?????? |
imageantialias | ?? ?????? ???? ?????? ??????? (antialias)? |
imagearc | ??? ??? ????? ???????? |
imagechar | ??? ??? ???? |
imagecharup | ???? ????? ?????? |
imagecolorallocate | ????? ??? ????? |
imagecolorallocatealpha | ????? ??? + ???? ????? |
imagecolorat | ?????? ??? ???? ???? ????? ????? ???? |
imagecolorclosest | ?????? ??? ???? ????? ?????? ??? ????? ?????? |
imagecolorclosestalpha | ?????? ??? ???? ??? ???? ???? ?? ?????? |
imagecolorclosesthwb | ?????? ??? ???? ????? ?????? ?? ?????? ?????? ??? ???? ????? ??????? |
imagecolordeallocate | ????? ????? ??? ?????? |
imagecolorexact | ?????? ??? ???? ???? ????? ?????? |
imagecolorexactalpha | ?????? ??? ???? ???? ????? ?????? ?? ???????? |
imagecolormatch | ????? ????? ???? ??????? ??? ???? ???? ??????? ?? ???? ????? ??????? ???????? |
imagecolorresolve | ?????? ??? ???? ???? ????? ?????? ?? ?????? ??????? ?????? ????? |
imagecolorresolvealpha | ?????? ??? ???? ???? ????? ?????? + alpha ?? ?????? ??????? ?????? ????? |
imagecolorset | ????? ??? ????? ?????? ?????? |
imagecolorsforindex | ?????? ??? ??? ???? ???? |
imagecolorstotal | ?????? ??? ??? ??????? ?? ???? ??????? ????? |
imagecolortransparent | ????? ??? ???? ???? ???? |
imageconvolution | ????? ?????? ???????? 3x3 ???????? ??????? div ???????? offset |
imagecopy | ??? ??? ?? ?????? |
imagecopymerge | ??? ???? ??? ?? ?????? |
imagecopymergegray | ??? ???? ??? ?? ?????? ??????? ??????? |
imagecopyresampled | ????? ??? ????? ?? ??? ?? ?????? ?????? ????? |
imagecopyresized | ??? ??? ?? ?????? ?????? ????? |
imagecreate | ????? ???? ????? ????? ??? ???? ??????? |
imagecreatefromgd2 | ????? ???? ?? ??? GD2 ?? ????? URL |
imagecreatefromgd2part | ????? ???? ????? ?? ??? ???? ?? ??? GD2 ?? ????? URL ?????? |
imagecreatefromgd | ????? ???? ?? ??? GD ?? ????? URL |
imagecreatefromgif | ????? ???? ????? ?? ??? ?? URL |
imagecreatefromjpeg | ????? ???? ????? ?? ??? ?? URL |
imagecreatefrompng | ????? ???? ????? ?? ??? ?? URL |
imagecreatefromstring | ????? ???? ?? ???? ????? ?? ??????? |
imagecreatefromwbmp | ????? ???? ????? ?? ??? ?? URL |
imagecreatefromxbm | ????? ???? ????? ?? ??? ?? URL |
imagecreatefromxpm | ????? ???? ????? ?? ??? ?? URL |
imagecreatetruecolor | ????? ???? ?????? ?????? ????? |
imagedashedline | ???? ???? ??????? |
imagedestroy | ????? ???? ????? |
imageellipse | ???? ??? ???? |
imagefill | ????? ??????? |
imagefilledarc | ???? ????? ???????? ?????? |
imagefilledellipse | ???? ??? ???? ??????. |
imagefilledpolygon | ???? ?????? ?????? |
imagefilledrectangle | ???? ???????? ?????? |
imagefilltoborder | ??????? ????????? ??? ???? ????? ?????? |
imagefilter | ????? ???? ??? ?????? |
imagefontheight | ?????? ??? ?????? ???? |
imagefontwidth | ?????? ??? ??? ???? |
imageftbbox | ????? ???? ?? ???????? ???? FreeType 2 |
imagefttext | ??????? ???? FreeType 2 ?????? ?? ??? ???? |
imagegammacorrect | ????? ????? ???? ??? ???? GD |
imagegd2 | ????? ???? GD2 ??? ??????? ?? ????? |
imagegd | ????? ???? GD ??? ??????? ?? ????? |
imagegif | ????? ?????? ??? ??????? ?? ????? |
imagegrabscreen | Captures the whole screen |
imagegrabwindow | Captures a window |
imageinterlace | ????? ?? ????? ?????? |
imageistruecolor | ?????? ??? ??? ???? ?????? ???? ?????? ??????? |
imagejpeg | ????? ?????? ??? ??????? ?? ????? |
imagelayereffect | ????? ????? ????? ?????? ???????? ????? ??????? ??????? ?? libgd |
imageline | ???? ???? ???????? |
imageloadfont | ????? ?? ???? |
imagepalettecopy | ??? ???? ??????? ?? ???? ??? ???? |
imagepng | ????? ?????? ?????? PNG ??? ??????? ?? ????? |
imagepolygon | ???? ?????? |
imagepsbbox | ????? ???? ?? ?????? ?? PostScript Type1 |
imagepsencodefont | ????? ????? ?????? ?? ???? ?????? |
imagepsextendfont | ????? ?? ????? ???? |
imagepsfreefont | ????? ????? ???? PostScript Type 1 |
imagepsloadfont | ????? ?? PostScript Type 1 ?? ????? |
imagepsslantfont | ??? ?? ???? |
imagepstext | ??? ????? ???? ??? ?????? ???????? ?? PostScript Type1 |
imagerectangle | ???? ???????? |
imagerotate | ????? ?????? ???????? ??????? |
imagesavealpha | ??? ??????? ???? ??????? ???? ?????? ??????? ??? ??? ???? PNG (??? ??? ??? ???? ????) |
imagesetbrush | ????? ???? ????? ????? |
imagesetpixel | ???? ???? ???? |
imagesetstyle | ??? ??? ???? ?????? |
imagesetthickness | ????? ??? ???? ??????? |
imagesettile | ????? ?????? ??????? |
imagestring | ???? ????? ?? ?????? ??????. |
imagestringup | ???? ????? ?? ?????? ?????? |
imagesx | ?????? ??? ??? ?????? |
imagesy | ?????? ??? ?????? ?????? |
imagetruecolortopalette | ????? ?????? ???????? ???????? ??? ???? ????? ??????? |
imagettfbbox | ?????? ??? ???? ???? ???????? ???? TrueType |
imagettftext | ????? ?? ??? ?????? ???????? ???? TrueType |
imagetypes | ????? ????? ????? ???????? ?? ??? ????? PHP ?????? |
imagewbmp | ????? ?????? ?????? WBMP ??? ??????? ?? ????? |
imagexbm | ????? ???? XBM ??? ??????? ?? ????? |
iptcembed | ????? ?????? IPTC ???????? ?? ???? JPEG |
iptcparse | ????? ???? IPTC ???????? http://www.iptc.org/ ??? ?????? ????? |
jpeg2wbmp | ????? ????? ??? JPEG ??? ????? ??? WBMP |
png2wbmp | ????? ????? ??? PNG ??? ????? ??? WBMP |
???? ?????? |
|
session_cache_expire | ????? ??????? ??????? ??????? ??????? |
session_cache_limiter | ?????? ??? ?????? ?? ??????? ??????/????? |
session_commit | ??? ???? ?? session_write_close |
session_decode | ???? ??? ?????? ???????? ?? ????? ????? ?????? ????????. |
session_destroy | ????? ???? ???????? ??????? ?? ?????? |
session_encode | ????? ?????? ???????? ??????? ?? ????? ???? |
session_get_cookie_params | ?????? ??? ?????? ??? ????? ???????? ?????? |
session_id | ?????? ??? ?/?? ????? ???? ?????? ??????? |
session_is_registered | ?????? ??? ??? ???? ????????? ????? ?? ?????? ?????? |
session_module_name | ?????? ??? ?/?? ????? ???? ?????? ??????? |
session_name | ?????? ??? ?/?? ????? ??? ?????? ??????? |
session_regenerate_id | ????? ???? ?????? ???????? ?????? |
session_register_shutdown | ????? ????? ????? ???????? |
session_register | ????? ????? ?? ??? ??????? ???? ?? ?????? ??????? |
session_save_path | ?????? ??? ?/?? ????? ???? ??? ?????? ??????? |
session_set_cookie_params | ????? ?????? ??? ????? ???????? ?????? |
session_set_save_handler | ????? ???? ????? ??????? ??? ????? ???????? |
session_start | ???? ???? ????? ?? ?????? ???? ?????? |
session_status | ????? ???? ?????? ??????? |
session_unregister | ????? ????? ????? ??? ?????? ??????? |
session_unset | ????? ???? ??????? ???????? |
session_write_close | ????? ?????? ???????? ?????? ???????? |
???? ??????? |
|
setcookie() | ????? ??? ????? ???????? |
setrawcookie | ????? ??? ????? ?????? ??? ????? ????? URL |
????? ???????/????? |
|
checkdate | ?????? ?? ????? ??????? |
date_add | ??? ?????? DateTime::add |
date_create_from_format | ??? ?????? DateTime::createFromFormat |
date_create | ??? ?????? DateTime::__construct |
date_date_set | ??? ?????? DateTime::setDate |
date_default_timezone_get | ?????? ??? ??????? ??????? ?????????? ????????? ?? ??? ???? ????? ??????? ?????? ?? ???????? ????? |
date_default_timezone_set | ????? ??????? ??????? ?????????? ????? ????? ??????? ?????? ?? ???????? ????? |
date_diff | ??? ?????? DateTime::diff |
date_format | ??? ?????? DateTime::format |
date_get_last_errors | ??? ?????? DateTime::getLastErrors |
date_interval_create_from_date_string | ??? ?????? DateInterval::createFromDateString |
date_interval_format | ??? ?????? DateInterval::format |
date_isodate_set | ??? ?????? DateTime::setISODate |
date_modify | ??? ?????? DateTime::modify |
date_offset_get | ??? ?????? 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 | ??? ?????? DateTime::sub |
date_sun_info | Returns an array with information about sunset/sunrise and twilight begin/end |
date_sunrise | ????? ??? ???? ????? ??????? ??????? ???????? |
date_sunset | ????? ??? ???? ????? ??????? ??????? ???????? |
date_time_set | ??? ?????? DateTime::setTime |
date_timestamp_get | ??? ?????? DateTime::getTimestamp |
date_timestamp_set | ??? ?????? DateTime::setTimestamp |
date_timezone_get | ??? ?????? DateTime::getTimezone |
date_timezone_set | ??? ?????? DateTime::setTimezone |
date | ????? ??????? / ????? ?????? |
getdate | ?????? ??? ??????? ???????/????? |
gettimeofday | ?????? ??? ????? ?????? |
gmdate | ????? ?????/??? ?????? ??????/????? |
gmmktime | ?????? ??? ???? ???? UNIX ??????? ?????? GMT |
gmstrftime | ????? ???????/????? GMT/UTC ????? ????????? ????分??? |
idate | ????? ????? ??????? ?????? ?????? ??? ??? ???? |
localtime | ?????? ??? ????? ?????? |
microtime | ????? ?????? ?????? ?????? ????? Unix ???? ???????????? |
mktime | ?????? ??? ???? ???? ????? Unix ?????? ???? |
strftime | ????? ??????? / ????? ?????? ????? ????????? ??????? |
strptime | ????? ???????/????? ???? ?? ?????? ?????? strftime |
strtotime | ????? ?? ??? ??????? ?????? ?????? ?????????? ??? ???? ???? ?? Unix |
time | ????? ?????? ?????? ????? ?????? ?? Unix |
timezone_abbreviations_list | ??? ?????? DateTimeZone::listAbbreviations |
timezone_identifiers_list | ??? ?????? DateTimeZone::listIdentifiers |
timezone_location_get | ??? ?????? DateTimeZone::getLocation |
timezone_name_from_abbr | Returns the timezone name from abbreviation |
timezone_name_get | ??? ?????? DateTimeZone::getName |
timezone_offset_get | ??? ?????? DateTimeZone::getOffset |
timezone_open | ??? ?????? DateTimeZone::__construct |
timezone_transitions_get | ??? ?????? DateTimeZone::getTransitions |
timezone_version_get | Gets the version of the timezonedb |
??? ??????? ??????: