とほほのPHP入門
トップ >
PHP入門
目次
- 索引
- 概要
- 構文
- 型
- 変数
- 定数
- 配列
- 制御構文
- 条件式
- もし~ならば(if, else, elseif)
- ~のあいだ(while)
- ~のあいだ(do while)
- ~のあいだ(for)
- 配列処理(foreach)
- ループを抜ける(break)
- ループ処理をスキップする(continue)
- スイッチ(switch, case, default)
- end~構文(endif, endwhile...)
- 外部ファイル読み込み(require, require_once)
- 外部ファイル読み込み(include, include_once)
- ジャンプ(goto)
- 例外(Exception, throw, try, catch, finally)
- プログラムの終了(exit, die)
- 演算子
- 関数(function)
- クラス
- 入出力
- その他
- 参考リンク
Copyright(C) 2013 杜甫々
初版:2013年5月12日、最終更新:2013年5月12日
http://www.tohoho-web.com/php/index.htm