Caution
お使いのブラウザはJavaScriptが実行できない状態になっております。
当サイトはWebプログラミングの情報サイトの為、
JavaScriptが実行できない環境では正しいコンテンツが提供出来ません。
JavaScriptが実行可能な状態でご閲覧頂くようお願い申し上げます。
PHP辞典
- strlen() / mb_strlen()
- strpos() / strrpos() / mb_strpos()
- substr() / mb_substr()
- str_replace() / str_ireplace()
- strtolower() / strtoupper() / mb_strtolower()
- trim() / ltrim() / rtrim()
- explode() / implode()
- sprintf() / number_format()
- str_pad() / str_repeat()
- strcmp() / strcasecmp()
- htmlspecialchars() / htmlentities()
- nl2br() / wordwrap()
- urlencode() / urldecode() / base64_encode()
- array_push() / array_pop() / array_shift() / array_unshift()
- array_splice() / array_slice()
- array_merge() / array_combine()
- array_keys() / array_values() / array_column()
- array_unique() / array_reverse() / array_pad()
- in_[] / array_search() / array_key_exists()
- array_intersect() / array_diff()
- sort() / rsort() / asort() / arsort()
- usort() / uasort() / uksort()
- array_map() / array_filter()
- array_reduce() / array_walk()
- count() / array_sum() / range()
- intval() / floatval() / number_format()
- round() / ceil() / floor()
- max() / min() / rand() / random_int()
- date() / time() / mktime()
- strtotime()
- DateTime クラス
- file_get_contents() / file_put_contents()
- fopen() / fread() / fwrite() / fclose()
- move_uploaded_file() / is_uploaded_file()
- file_exists() / is_file() / is_dir()
- mkdir() / rmdir() / unlink() / copy() / rename()
- basename() / dirname() / pathinfo() / glob()
- preg_match() / preg_match_all()
- preg_replace() / preg_split()
- json_encode() / json_decode()
- isset() / empty() / is_null()
- is_[] / is_string() / is_numeric() / gettype()
- (int) / (string) / (array) キャスト
- session_start() / $_SESSION / session_destroy()
- setcookie() / $_COOKIE
- $_GET / $_POST / $_REQUEST
- $_SERVER
- header() / http_response_code()
- new PDO()
- PDO::prepare() / execute()
- PDOStatement::fetch() / fetchAll()
- PDO::beginTransaction() / commit() / rollBack()
- try / catch / finally / throw
- error_reporting() / set_error_handler()
- echo / print / printf()
- var_dump() / print_r() / var_export()
- ob_start() / ob_get_clean()
- password_hash() / password_verify()
- hash() / md5() / sha1()
- filter_var() / filter_input()
- class / new / $this
- public / private / protected / static
- extends / implements / abstract / interface
- trait / マジックメソッド
- exit() / die() / sleep()
- define() / defined() / const
- random_bytes() / random_int() / uniqid()
- serialize() / unserialize()