◆ PHP4.3 関数リファレンス

ここでは、PHPで定義されている組み込み関数の詳細を解説しています。一部サンプルなども用意していますので、開発のお役に立てれば幸いです。

なお、PHP4.3の組込み関数の総数は、およそ1000あまりに達します。それらすべてを網羅するのにはかなり時間が必要です。ここでは「とりあえず」主だった関数の一部を取り上げていますが、折々に順次作成しますので、ご了承ください。

関数リファレンス目次 (順不同)
文字列関数
chop() / echo() / explode() / print() / printf() / sprintf() / strlen()
str_replace() / str_repeat() / strtolower() / strtoupper() / substr()
ucfirst() / ucwords()
マルチバイト文字列関数
mb_convert_kana() / mb_convert_variables() / mb_internal_encoding()
日付と時刻関数
checkdate() / date() / getdate() / gettimeofday() / gmdate() / mktime()
time()
ファイルシステム関数
copy() / fopen() / fclose() / fgetc() / fgets() / fgetss() / fpassthru()
fread() / readfile()
数学関数
abs() / bindec() / ceil() / floor() / round() / pow() / exp() / log()
cos() / sin() / tan() / acos() / asin() / atan() / rad2deg() /deg2rad()
decbin() / dechex() / hexdec() / sqrt()
配列関数
array() / list() / count() / each() / sizeof() / sort() / array_push()
array_pop() / array_shift() / array_unshift() / array_diff()
array_slice() / array_splice()
変数関数
intval() / strval() / floatval() / gettype() / settype() / empty()
print_r() / var_dump()
HTTP関数
header() / header_sent() / setcookie()
URL関数
base64_encode() / base64_decode() / urlencode() / urldecode()
parse_url()
イメージ関数
imagecreate() / imagearc() / imagedestroy() / imageline() / imagepng()
imagecolorallocate() / imagerectangle() / imagedashedline()
imagefill() / imagefilledrectangle() / imagepolygon() / imagejpeg()
imagecreatefromgif() / imagecreatefromjpeg() / imagecreatefrompng()
セッション関数
session_start() / session_destroy() / session_id() / session_register()
session_unregister() / session_name() / session_get_cookie_params()
クラス/オブジェクト関数
class_exists() / get_class() / get_class_methods() / get_class_vars()
Special Thanks
関数リファレンスは以下のサイトよりヒントを得て、私なりにアレンジし作成しました。リファレンス作成にあたり、Webページ上より心から感謝の意を表わします。
http://www.php.net/ PHP: Hypertext Preprocessor
http://www.php.net/manual/ja/ PHPマニュアル


This Page is HTML4.01 Valid! 最新更新日 2004年2月8日   最新更新日 2004年4月1日
Copyright(C) 2002〜2004 banban@scollabo.com