rise

Web言語備忘録

  • 文字列・数値
  • 配列
  • ファイル操作
  • ネットワーク
  • その他

intval()

is_numeric()

mb_convert_encording()

mb_convert_kana()

mb_strlen()

mb_strpos()

mb_substr()

md5()

mt_rand()

preg_match()

preg_match_all()

preg_replace()

printf()

print_r()

rand()

range()

sha1()

sprintf()

strcmp()

strip_tags()

strpos()

str_repeat()

str_replace()

str_shuffle()

strto

strtotime()

trim

uniqid

array_combine()

array_merge()

array_pop()

array_push()

array_rand()

array_reverse()

array_search()

array_shift()

array_slice()

array_unique()

array_unshift()

current()

reset(),end()

explode

implode()

in_array()

next(),prev()

shuffle()

sizeof()

sort()

配列

連想配列

copy()

fgets()

file()

file_exists()

file_get_contents()

file_put_contents()

flock()

fopen()

fwrite()

is_dir()

is_file()

is_writable()

mkdir()

move_uploaded_file()

realpath()

rename()

rewind()

rmdir()

unlink()

$_FILES()

cookie()

htmlspecialchars()

include()

include_once()

password_hash()

password_verify()

PDO

require

require_once

$_SERVER()

$_SESSION()

暗号化

ハッシュテーブル

class

classの継承

count()

date()

date_default_timezone_set()

dateTime()

define

echo

empty

error_reporting

exit

filter_var()

for()

format()

foreach()

if()

isset()

mktime()

ob_start()

switch()

try-catch

var_dump

while

アクセス権

@rise