Index

HOME > プログラムTOP > PHP

Information



PHP (Hypertext Preprocessor)

PHPの基礎知識・プログラミングTIPS・サンプル・コード集

 スクリプト言語・PHPのプログラミング・コーナーです。特に断りのない限り、バージョンは、"PHP4.3" を対象としています。"PHP5" その他のバージョンのみ対応の内容の場合は、但し書きを添えて対応しています。

 PHPの基礎知識

PHPの基礎知識(1)記述篇 (記述場所、開始・終了タグ、コメント)
PHPの基礎知識(2)定数篇 (定数の定義、システム定義定数)
PHPの基礎知識(3)変数篇 (変数の定義、参照、スコープ)
PHPの基礎知識(4)データ型篇 (データ型、論理値、文字列)
PHPの基礎知識(5)配列篇 (初期化、連想配列、多次元配列)
PHPの基礎知識(6)演算子篇 (様々な演算子、優先順位)
PHPの基礎知識(7)制御文篇 (if文、switch文、for文、while文)
PHPの基礎知識(8)関数篇 (関数の定義、変数、引数・戻り値)
PHPの基礎知識(9)クラス篇(PHP4のクラス定義)
・PHPの基礎知識(10)クラス篇(PHP5のクラス定義)
・PHPの基礎知識(11)フォーム篇
・PHPの基礎知識(12)ファイル篇

 PHPのTIPS集

変数と定数の出力echo, print, print_r, var_dump, var_export
定数の確認define, defined, get_defined_constants
変数の初期化・解放isset, unset, get_defined_vars, getenv, putenv
データ型の確認gettype, is_bool, is_int, is_float, is_string, is_null
データ型の変換settype, intval, floatval, doubleval, strval
シリアル化serialize, unserialize
小数・絶対値・円周率round, floor, ceil, abs, pi
べき乗・平方根・対数pow, sqrt, log, exp
乱数srand, rand, mt_srand, mt_rand
数値の確認・検索is_nan, is_numeric, min, max
基数の変換base_convert, dechex, decbin, hexdec, bindec
三角関数deg2rad, rad2deg, sin, cos, tan, asin, acos, atan
文字列の整形trim, str_pad, strtoupper, strtolower
文字列の書式化printf, sprintf, sscanf, number_format
文字列の評価strlen, eval, strcmp, strcasecmp
文字列の検索strstr, stristr, strpos, strspn, substr
文字列の置換str_replace, substr_replace, strtr, strrev
文字列の改行wordwrap, chunk_split, nl2br
文字列と配列implode, join, explode, split, spliti
配列ポインタcurrent, reset, prev, next, end, each
関数の関数function_exists, func_num_args, func_get_arg
PHPファイルのロードinclude, require, include_once, require_once
パス名の操作pathinfo, basename, dirname, parse_url, parse_str

PHP参考書ガイド


Google Search
Google


www.sasaraan.net

sasaraan programming

(c)morijoh