サンプル
マニュアル内の全サンプルの一覧
- Example#0 - 初歩的な例
- Example#1 - 初めての PHP スクリプト: hello.php
- Example#2 - PHP からシステムに関する情報を取得する
- Example#3 - 変数を出力する (配列要素)
- Example#4 - 制御構造 および 関数の使用例
- Example#5 - HTML および PHP モードの両方を混在させる
- Example#6 - 簡単な HTML フォーム
- Example#7 - フォームからのデータを出力する
- Example#8 - PHP インストール 手順 (Apache 共有モジュール版)
- Example#9 - PHP インストール手順 (Apache 静的モジュール)
- Example#10 - Apache を再起動するためのコマンドの例
- Example#11 -
- Example#12 -
- Example#13 -
- Example#14 -
- Example#15 -
- Example#16 -
- Example#17 -
- Example#18 -
- Example#19 -
- Example#20 -
- Example#21 -
- Example#22 -
- Example#23 -
- Example#24 - lighttpd.conf の抜粋
- Example#25 - FastCGI レスポンダの起動
- Example#26 - リモートの php-fastcgi インスタンスへの接続
- Example#27 -
- Example#28 -
- Example#29 - OpenBSD パッケージインストールの例
- Example#30 - Debian で Apache 2 と組み合わせるインストール例
- Example#31 - PHP インストール後に Apache を停止・起動させる
- Example#32 - 追加の PHP 5 パッケージを探す方法
- Example#33 - PHP と MySQL、cURL のインストール
- Example#34 - OpCache の推奨構成
- Example#35 - WinCache の推奨構成
- Example#36 - IIS と PHP の設定をするためのコマンドライン
- Example#37 - PHP 5 パッケージ構造
- Example#38 - php.ini での CGI および FastCGI 用の設定
- Example#39 - FastCGI エクステンションで PHP リクエストを処理するための設定
- Example#40 - ファイルのアクセス権の設定
- Example#41 - FastCGI と PHP の再利用設定
- Example#42 - FastCGI のタイムアウト設定
- Example#43 - php.ini ファイルの場所の変更
- Example#44 - php.ini での CGI および FastCGI 用の設定
- Example#45 - IIS FastCGI プロセスプールの作成
- Example#46 - PHP リクエスト用のハンドラマッピングの作成
- Example#47 - IIS 匿名認証で使うアカウントの設定
- Example#48 - ファイルのアクセス権の設定
- Example#49 - index.php を IIS のデフォルトドキュメントにする
- Example#50 - FastCGI と PHP の再利用設定
- Example#51 - FastCGI のタイムアウト設定
- Example#52 - php.ini ファイルの場所の変更
- Example#53 - Apache 1.3.x でモジュール版の PHP を使用する場合の設定
- Example#54 - Apache 1.3.x で CGI 版の PHP を使用する場合の設定
- Example#55 - PHP を Apache 2.x ハンドラとして使う設定
- Example#56 -
- Example#57 - PHP を Apache 2.x 上で CGI として動かす例
- Example#58 - PHP を FastCGI として動かす Apache の設定
- Example#59 - Sambar での ISAPI の設定
- Example#60 - Windows 版の PHP で Bzip2 拡張モジュールを有効にする
- Example#61 - レジストリの変更
- Example#62 - 環境変数や PHP の設定をプールに渡す
- Example#63 - PHP の設定を nginx.conf で行う例
- Example#64 - phpinfo のコール
- Example#65 - php.ini での環境変数
- Example#66 - php.ini の例
- Example#67 - Apache 設定の例
- Example#68 - PHP の開始タグと終了タグ
- Example#69 - 条件文を使った高度な脱出
- Example#70 - 改行を囲んだ終了タグを表示させる例
- Example#71 - 整数リテラル
- Example#72 - 32 ビットシステムにおける整数のオーバーフロー
- Example#73 - 64 ビットシステムにおける整数のオーバーフロー
- Example#74 - 間違った例
- Example#75 - 有効な例
- Example#76 - ヒアドキュメントで文字列を括る例
- Example#77 - ヒアドキュメントを引数に使用する例
- Example#78 - ヒアドキュメントを用いた静的な値の初期化
- Example#79 - ヒアドキュメントでのダブルクォート
- Example#80 - Nowdoc による文字列のクォートの例
- Example#81 - Nowdoc string quoting example with variables
- Example#82 - 静的データの例
- Example#83 - 簡単な構文の例
- Example#84 - 負の数値インデックス
- Example#85 - 文字列の例
- Example#86 - 不正な文字列のオフセットの例
- Example#87 - シンプルな配列定義
- Example#88 - 型のキャストと値の上書きの例
- Example#89 - 整数と文字列のキーの混在例
- Example#90 - 数値添字配列でキーを省略する例
- Example#91 - 一部の要素にだけキーを指定する例
- Example#92 - 配列の要素へのアクセス
- Example#93 - 配列のデリファレンス
- Example#94 - array() の使用例
- Example#95 - コレクション
- Example#96 - ループ内での要素の変更
- Example#97 - 1 から始まる添字
- Example#98 - 配列に代入する
- Example#99 - 配列のソート
- Example#100 - 再帰および多次元配列
- Example#101 - Iterable パラメータ型の例
- Example#102 - Iterable パラメータのデフォルト値の例
- Example#103 - Iterable 戻り値の例
- Example#104 - Iterable 戻り値のジェネレータの例
- Example#105 - Iterable 型の可変性の例
- Example#106 - コールバック関数の例
- Example#107 - クロージャを使ったコールバックの例
- Example#108 -
- Example#109 - クラスによる型宣言の基本
- Example#110 - インターフェイスによる型宣言の基本
- Example#111 - 基本的な戻り値の型宣言
- Example#112 - オブジェクトを返す
- Example#113 - Null を許容する型宣言
- Example#114 - Null を許容する戻り値の型宣言
- Example#115 - 引数にnullを許容する古いやり方
- Example#116 - 引数の値に対する厳密な型付け
- Example#117 - 引数の値に対する型の強制
- Example#118 - 戻り値に対する厳密な型付け
- Example#119 - union の型のひとつに強制される例
- Example#120 - 参照渡しの引数に対する型宣言
- Example#121 - TypeError をキャッチする
- Example#122 - 初期化されていない変数のデフォルト値
- Example#123 - global の使用
- Example#124 - globalのかわりに$GLOBALSを使用する
- Example#125 - スーパーグローバルとスコープの例
- Example#126 - 静的変数が必要な場面の例
- Example#127 - 静的変数の使用例
- Example#128 - 再帰関数での静的変数の使用
- Example#129 - 静的変数の宣言
- Example#130 - 可変プロパティの例
- Example#131 - 簡単なHTMLフォーム
- Example#132 - 簡単なPOST HTMLフォームからのデータにアクセスする
- Example#133 - より複雑なフォーム変数
- Example#134 - setcookieの例
- Example#135 - 有効/無効な定数名の例
- Example#136 - 定数の定義
- Example#137 - const キーワードによる定数の定義
- Example#138 - 結合時の評価
- Example#139 - 評価順序は未定義
- Example#140 - +、-、. の優先順位は同じ
- Example#141 - 参照による代入
- Example#142 - 整数値におけるビット AND、OR および XOR 演算
- Example#143 - 文字列でのビット XOR 演算
- Example#144 - 整数値のビットシフト
- Example#145 - Boolean/null comparison
- Example#146 - 一般的な配列の比較
- Example#147 - デフォルト値を設定する
- Example#148 - 三項演算子のわかりにくい挙動
- Example#149 - デフォルト値の代入
- Example#150 - Null 合体演算子のネスト
- Example#151 - 文字変数に対する算術演算子の使用
- Example#152 - 論理演算子についての説明
- Example#153 - 配列の比較
- Example#154 - クラスでの instanceof の使用法
- Example#155 - 継承したクラスでの instanceof の使用法
- Example#156 - instanceof を使用して、オブジェクトがクラスのインスタンスで ない かどうかを調べる方法
- Example#157 - インターフェイスでの instanceof の使用法
- Example#158 - 変数を用いた instanceof の使用法
- Example#159 - instanceof での他の変数の調べかた
- Example#160 - instanceof を使って定数を確認する
- Example#161 - switch構造
- Example#162 - switch構造では文字列を使用できる
- Example#163 - match 式の構造
- Example#164 - 処理されない match 式の例
- Example#165 - 整数の範囲の応じてmatch式を分岐させる一般的な使い方
- Example#166 - 文字列の内容に応じてmatch式を分岐させる一般的な使い方
- Example#167 - Tick の使用例
- Example#168 - Ticks の使用例
- Example#169 - スクリプトのエンコーディングの宣言
- Example#170 - 基本的な include の例
- Example#171 - 関数内での読み込み
- Example#172 - HTTP経由の include
- Example#173 - インクルードの戻り値を比較する
- Example#174 - include と return 文
- Example#175 - 出力バッファリングを用い、 PHP ファイルの内容を文字列として読み込む
- Example#176 - goto の例
- Example#177 - ループでの goto の例
- Example#178 - これは動作しません
- Example#179 - 関数の使用法を説明するための擬似コード
- Example#180 - 条件つきの関数
- Example#181 - 関数の中の関数
- Example#182 - 再帰的な関数
- Example#183 - 関数に配列を渡す
- Example#184 - 関数の引数リストの最後にカンマを付ける
- Example#185 - オプションの引数の後に、必須の引数を続ける
- Example#186 - 関数のパラメータの参照渡し
- Example#187 - 関数におけるデフォルトパラメータの使用法
- Example#188 - スカラー型以外をデフォルト値として使用する
- Example#189 - 関数の引数のデフォルト値の 間違った使用法
- Example#190 - 関数の引数のデフォルト値の 正しい使用法
- Example#191 - ... を使った、可変長引数へのアクセス
- Example#192 - 引数での ... の使用例
- Example#193 - 型宣言つきの可変長引数
- Example#194 - 可変長引数へのアクセス (古いバージョンのPHP)
- Example#195 - 名前付き引数の文法
- Example#196 - 位置を指定した引数と、名前付き引数
- Example#197 - 上と同じ例を、引数の順番を変えて渡す
- Example#198 - 位置を指定した引数と、名前付き引数を組み合わせる
- Example#199 - 同じ引数を複数回渡すと、Error 例外が発生する
- Example#200 - return の使用法
- Example#201 - 複数の値を得るために配列を返す例
- Example#202 - 関数からリファレンスを返す
- Example#203 - 可変関数の例
- Example#204 - 可変メソッドの例
- Example#205 - 静的プロパティを含む可変メソッドの例
- Example#206 - 複雑な callable
- Example#207 - 無名関数の例
- Example#208 - 変数への無名関数の代入
- Example#209 - 親のスコープからの変数の引き継ぎ
- Example#210 - クロージャのスコープ
- Example#211 - $this の自動バインド
- Example#212 - 静的無名関数内での $this の使用例
- Example#213 - 静的無名関数へのオブジェクトのバインド
- Example#214 - アロー関数は参照ではなく値を自動でキャプチャする
- Example#215 - アロー関数は、ネストされた場合でも変数を値でキャプチャする
- Example#216 - アロー関数の例
- Example#217 - 外部のスコープの値はアロー関数では変更できない
- Example#218 - 簡単なクラス定義
- Example#219 - $this 疑似変数の例
- Example#220 - インスタンスを作成する
- Example#221 - オブジェクトの代入
- Example#222 - 新しいオブジェクトの作成
- Example#223 - 新しく作成したオブジェクトのメンバーへのアクセス
- Example#224 - プロパティへのアクセスとメソッドの呼び出し
- Example#225 - プロパティに格納した無名関数の呼び出し
- Example#226 - 簡単なクラスの継承
- Example#227 - クラス名の解決
- Example#228 - クラス名が存在しない場合の名前解決
- Example#229 - オブジェクトの名前解決
- Example#230 - nullsafe 演算子
- Example#231 - プロパティの宣言
- Example#232 - Nowdoc を使ったプロパティの初期化
- Example#233 - 型付きプロパティの例
- Example#234 - プロパティにアクセスする
- Example#235 - 定数の定義と使用
- Example#236 - 静的なデータの例
- Example#237 - 名前空間の ::class の例
- Example#238 - 定数式の例
- Example#239 - クラス定数のアクセス範囲
- Example#240 - オートロードの例
- Example#241 - オートロードの別の例
- Example#242 - 5.3.0 以降での例外処理つきのオートロード
- Example#243 - 5.3.0 以降での例外処理つきのオートロード - 独自の例外が見つからない場合
- Example#244 - 継承とコンストラクタ
- Example#245 - コンストラクタを引数と一緒に使う
- Example#246 - コンストラクタのプロモーションを使う
- Example#247 - 静的な生成メソッドを使う
- Example#248 - デストラクタの例
- Example#249 - プロパティの宣言
- Example#250 - メソッドの宣言
- Example#251 - PHP 7.1.0 以降での定数の宣言
- Example#252 - 同じ型のオブジェクトの private メンバーへのアクセス
- Example#253 - 継承の例
- Example#254 - クラス定義の外からの ::
- Example#255 - クラス定義の中からの ::
- Example#256 - 親クラスのメソッドをコールする
- Example#257 - Static method example
- Example#258 - static プロパティの例
- Example#259 - 抽象クラスの例
- Example#260 - 抽象クラスの例
- Example#261 - Interface の例
- Example#262 - インターフェイスの継承
- Example#263 - 複数のインターフェイスの継承
- Example#264 - インターフェイスでの定数
- Example#265 - トレイトの例
- Example#266 - 優先順位の例
- Example#267 - もうひとつの優先順位の例
- Example#268 - 複数のトレイトの使用例
- Example#269 - 衝突の解決
- Example#270 - メソッドの可視性の変更
- Example#271 - トレイトを組み合わせたトレイト
- Example#272 - 抽象メソッドによる、要件の明示
- Example#273 - 静的な変数
- Example#274 - 静的なメソッド
- Example#275 - プロパティの定義
- Example#276 - 衝突の解決
- Example#277 - __get()、 __set()、__isset() および __unset() メソッドを使ったプロパティのオーバーロードの例
- Example#278 - __call() および __callStatic() メソッドによる、メソッドのオーバーロードの例
- Example#279 - Simple Object Iteration
- Example#280 - Iteratorを実装するオブジェクトの反復処理
- Example#281 - IteratorAggregateを実装するオブジェクトの反復処理
- Example#282 - sleep および wakeup
- Example#283 - Serialize および unserialize
- Example#284 - 簡単な例
- Example#285 - __invoke() の使用
- Example#286 - __set_state() の使用法 (PHP 5.1.0 以降)
- Example#287 - __debugInfo() の使用法
- Example#288 - finalメソッドの例
- Example#289 - finalクラスの例
- Example#290 - オブジェクトのクローン作成
- Example#291 - クローンしたオブジェクトのメンバーへのアクセス
- Example#292 - PHP 5におけるオブジェクト比較の例
- Example#293 - self:: の使用例
- Example#294 - static:: のシンプルな使用法
- Example#295 - 非静的コンテキストにおける static:: の使用法
- Example#296 - 転送するコールと転送しないコール
- Example#297 - 参照とオブジェクト
- Example#298 - 名前空間構文の例
- Example#299 - 名前空間の宣言
- Example#300 - 名前空間の宣言
- Example#301 - 階層つきの名前空間の宣言
- Example#302 - シンプルな組み合わせ方式による複数の名前空間の宣言
- Example#303 - 波括弧構文による複数の名前空間の宣言
- Example#304 - 複数の名前空間および名前空間に属さないコードの宣言
- Example#305 - 複数の名前空間および名前空間に属さないコードの宣言
- Example#306 - グローバルなクラス、関数および定数への名前空間内からのアクセス
- Example#307 - 要素への動的なアクセス
- Example#308 - 名前空間つき要素への動的なアクセス
- Example#309 - 名前空間内のコードでの __NAMESPACE__ の例
- Example#310 - グローバルなコードでの __NAMESPACE__ の例
- Example#311 - __NAMESPACE__ による動的な名前の作成
- Example#312 - 名前空間内での namespace 演算子
- Example#313 - グローバルコードでの namespace 演算子
- Example#314 - use 演算子によるインポート/エイリアス
- Example#315 - use 演算子によるインポート/エイリアスで、複数の use 文を組み合わせる例
- Example#316 - インポートと動的名
- Example#317 - インポートと完全修飾名
- Example#318 - 間違ったインポートの例
- Example#319 - グローバル空間を指定する方法
- Example#320 - 名前空間内からのグローバルクラスへのアクセス
- Example#321 - 名前空間内からのグローバル関数/定数への移行
- Example#322 - 名前解決の例
- Example#323 - 名前空間の外部にあるグローバルクラスへのアクセス
- Example#324 - 名前空間の外部にあるグローバルクラスへのアクセス
- Example#325 - 名前空間内からの内部クラスへのアクセス
- Example#326 - 名前空間内のクラス、関数あるいは定数へのアクセス
- Example#327 - 完全修飾名
- Example#328 - 修飾名
- Example#329 - 非修飾クラス名
- Example#330 - 非修飾関数/定数名
- Example#331 - ダブルクォートで囲んだ文字列内で名前空間名を扱う際の危険
- Example#332 - 未定義の定数
- Example#333 - 未定義の定数
- Example#334 - 例外クラスを構築する
- Example#335 - 例外クラスの拡張
- Example#336 - エラーを例外に変換する
- Example#337 - 例外を投げるには
- Example#338 - 例外処理での finally ブロック
- Example#339 - finally ブロックと return の相互作用
- Example#340 - ネストした例外
- Example#341 - 複数の例外ハンドリングをひとつの catch で行う
- Example#342 - キャッチする時に変数を省略する
- Example#343 - throw を 式として扱う
- Example#344 - ジェネレータを使った range の実装
- Example#345 - 値を yield する単純な例
- Example#346 - キー/値 のペアの yield
- Example#347 - null の yield
- Example#348 - 参照による値の yield
- Example#349 - yield from と iterator_to_array
- Example#350 - yield from の基本的な使いかた
- Example#351 - yield from の返す値
- Example#352 - アトリビュートを使い、インターフェイスのオプションのメソッドを実装する
- Example#353 - アトリビュートの文法
- Example#354 - リフレクションAPIを使い、アトリビュートを読み取る
- Example#355 - リフレクションAPIを使い、特定のアトリビュートを読み取る
- Example#356 - アトリビュートを使える場所を限定するために、ターゲットとなるクラスを作る
- Example#357 - 単純なアトリビュートクラスの例
- Example#358 - 宣言時にアトリビュートを複数回使えるように、IS_REPEATBLE を使う
- Example#359 - 未定義の変数のリファレンスの使用
- Example#360 - 関数内でのグローバル変数の参照
- Example#361 - リファレンスと foreach ステートメント
- Example#362 - $GLOBALS の例
- Example#363 - $_SERVER の例
- Example#364 - $_GET の例
- Example#365 - $_POST の例
- Example#366 - $_ENV の例
- Example#367 - $_COOKIE の例
- Example#368 - $php_errormsg の例
- Example#369 - $http_response_header の例
- Example#370 - $argc の例
- Example#371 - $argv の例
- Example#372 - Exception::getMessage の例
- Example#373 - Exception::getPrevious の例
- Example#374 - Exception::getCode の例
- Example#375 - Exception::getFile の例
- Example#376 - Exception::getLine の例
- Example#377 - Exception::getTrace の例
- Example#378 - Exception::getTraceAsString の例
- Example#379 - Exception::__toString の例
- Example#380 - set_error_handler を使用した、エラーメッセージから ErrorException への変換
- Example#381 - ErrorException::getSeverity の例
- Example#382 - Error::getMessage の例
- Example#383 - Error::getPrevious の例
- Example#384 - Error::getCode の例
- Example#385 - Error::getFile の例
- Example#386 - Error::getLine の例
- Example#387 - Error::getTrace の例
- Example#388 - Error::getTraceAsString の例
- Example#389 - Error::__toString の例
- Example#390 - 基本的な使用法
- Example#391 - 基本的な例
- Example#392 - 基本的な使用法
- Example#393 - ArrayAccess::offsetExists の例
- Example#394 - 基本的な使用法
- Example#395 - Closure::bind の例
- Example#396 - Closure::bindTo の例
- Example#397 - Closure::call の例
- Example#398 - Generator::getReturn の例
- Example#399 - Generator::key の例
- Example#400 - Generator::send による値の注入
- Example#401 - ジェネレータへの例外のスロー
- Example#402 - 基本的な WeakReference クラスの使い方
- Example#403 - 基本的な bindto の使用例
- Example#404 - ページの取得と POST データの送信
- Example#405 - リダイレクトを無視し、ヘッダとコンテンツの取得
- Example#406 - ページの取得と POST データの送信
- Example#407 - password の基本的な使用例
- Example#408 - リダイレクト後の URL の検出
- Example#409 - php://temp/maxmemory
- Example#410 - php://filter/resource=<フィルタの対象となるストリーム>
- Example#411 - php://filter/read=<読み込みチェーンに適用するフィルタのリスト>
- Example#412 - php://filter/write=<書き込みチェーンに適用するフィルタのリスト>
- Example#413 - php://memory と php://temp は再利用できない
- Example#414 - data:// の内容の表示
- Example#415 - media type の取得
- Example#416 - 基本的な使用法
- Example#417 - アクティブな接続からストリームをオープンする
- Example#418 - $session を有効にしておかないといけない!
- Example#419 - RAR アーカイブの走査
- Example#420 - 暗号化されたファイルのオープン (ヘッダの暗号化)
- Example#421 - 甘い変数の確認から生じるリスク
- Example#422 - ... ファイルシステムへの攻撃
- Example#423 - より安全なファイル名の確認
- Example#424 - より安全なファイル名の確認
- Example#425 - null バイトに対して脆弱なスクリプト
- Example#426 - 入力を適切に検証する例
- Example#427 - ハッシュされたパスワードフィールド
- Example#428 - crypt によるパスワードのハッシュ
- Example#429 - 表示するデータを分割し ... そしてスーパーユーザーを作成します。(PostgreSQLの例)
- Example#430 - 記事...そして(全てのデータベースサーバーの)いくつかのパスワード のリストを表示する
- Example#431 - パスワードのリセットから ... (全てのデータベースサーバーで)より多 くの権限を得るまで
- Example#432 - データベースホストのオペレーティングシステムを攻撃する (MSSQLサーバー)
- Example#433 - ページング用のクエリを構築するためのより安全な方法
- Example#434 - カスタムHTMLページにより変数を攻撃する
- Example#435 - 一般的なデバッグ変数を探す
- Example#436 - E_ALLで危険な変数を見つける
- Example#437 - register_globals = on の誤った使用例
- Example#438 - register_globals on またはoffの場合のセッションの使用例
- Example#439 - 簡単に変数汚染を検出する
- Example#440 - 危険な変数の使用
- Example#441 - マジッククオートをサーバー側で無効にする
- Example#442 - マジッククオートを実行時に無効にする
- Example#443 - PHPを他の言語として隠す
- Example#444 - PHP拡張子用に未知の型を使用する
- Example#445 - PHP拡張子としてHTML型を使用する
- Example#446 - Basic HTTP 認証の例
- Example#447 - Digest HTTP 認証の例
- Example#448 - 新規に名前 / パスワードを入力させる HTTP 認証の例
- Example#449 - 簡単なXForms検索フォーム
- Example#450 - XFormにより$_POSTを送信する
- Example#451 - ファイルアップロード用のフォーム
- Example#452 - ファイルのアップロードを検証する
- Example#453 - ファイルの配列をアップロードする
- Example#454 - 複数ファイルのアップロード
- Example#455 - HTTP PUT されたファイルの保存
- Example#456 - リモートページのタイトルを得る
- Example#457 - リモートサーバーにデータを保存する
- Example#458 - CGI SAPI との違いを示す例
- Example#459 -
- Example#460 - PHP に組み込まれた (そしてロードされた) Zend モジュールの表示
- Example#461 - ダブルクォートの使用時に構文エラーが出る例
- Example#462 - シングルクォートを使い、シェルの変数置換を防ぐ例
- Example#463 - とあるプロジェクトの行数をカウントするための -B, -R そして -E オプションの使用例
- Example#464 - -v による、SAPI 名および PHP と Zend のバージョンの取得
- Example#465 - --ini の例
- Example#466 - 基本的な --rf の使用法
- Example#467 - --rc の例
- Example#468 - --re の例
- Example#469 - --ri の例
- Example#470 - シェルスクリプトとしての PHP スクリプトの実行
- Example#471 - コマンドラインから実行されることを意図したスクリプト(script.php)
- Example#472 - コマンドライン PHP スクリプトを実行するバッチファイル(script.bat)
- Example#473 - 対話シェル上でのコードの実行
- Example#474 - タブ補完
- Example#475 - 対話シェル内での php.ini の設定
- Example#476 - ウェブサーバーの起動
- Example#477 - ドキュメントルートディレクトリを指定した起動
- Example#478 - ルータースクリプトの使用
- Example#479 - CLI ウェブサーバーを使っているかどうかのチェック
- Example#480 - 未サポートのファイル形式の処理
- Example#481 - CLI ウェブサーバーへのリモートマシンからのアクセス
- Example#482 - 新規 zval コンテナを作成
- Example#483 - zval 情報を表示
- Example#484 - zval の refcount を増加
- Example#485 - zval refcount を減少
- Example#486 - array zval を作成
- Example#487 - 既存の要素を配列に追加
- Example#488 - 配列から要素を除去
- Example#489 - それ自体の要素として配列自体を追加
- Example#490 - $a をアンセット
- Example#491 - メモリ使用量の例
- Example#492 - GC パフォーマンスの影響
- Example#493 - 上記のスクリプトを実行
- Example#494 - GC ベンチマーキングを使用可能にするために PHP を再コンパイル
- Example#495 - GC 統計
- Example#496 - DTrace を使用してすべての PHP 静的プローブをトレースするためのall_probes.d
- Example#497 - SystemTap を使用してすべての PHP 静的プローブをトレースするためのall_probes.stp
- Example#498 - apcu_add の例
- Example#499 - apcu_cache_info の例
- Example#500 - apcu_cas の例
- Example#501 - apcu_dec の例
- Example#502 - apcu_delete の例
- Example#503 - apcu_entry の例
- Example#504 - apcu_exists の例
- Example#505 - apcu_fetch の例
- Example#506 - apcu_inc の例
- Example#507 - A apcu_key_info の例
- Example#508 - apcu_sma_info の例
- Example#509 - apcu_store の例
- Example#510 - APCUIterator::__construct の例
- Example#511 - blenc_encrypt example
- Example#512 - スクリプト内でのエラー処理
- Example#513 - debug_backtrace の例
- Example#514 - debug_print_backtrace の例
- Example#515 - error_clear_last の例
- Example#516 - error_get_last の例
- Example#517 - error_log の例
- Example#518 - error_reporting の例
- Example#519 - restore_error_handler の例
- Example#520 - restore_exception_handler の例
- Example#521 - set_error_handler および trigger_error によるエラー処理
- Example#522 - set_exception_handler の例
- Example#523 - trigger_error の例
- Example#524 - Calling a function from shared library
- Example#525 - Calling a function, returning a structure through an argument
- Example#526 - Accessing existing C variables
- Example#527 - Creating and Modifying C variables
- Example#528 - Working with C arrays
- Example#529 - Working with C enums
- Example#530 -
- Example#531 -
- Example#532 - 関数内での巨大な配列の作成
- Example#533 - 出力制御の例
- Example#534 - 出力リライトの例
- Example#535 - ob_end_clean の例
- Example#536 - ob_end_flush example
- Example#537 - 単純な ob_get_clean の例
- Example#538 - 単純な ob_get_contents の例
- Example#539 - ob_get_flush の例
- Example#540 - 単純な ob_get_length の例
- Example#541 - ob_gzhandler の例
- Example#542 - ob_list_handlers の例
- Example#543 - ユーザー定義のコールバック関数の例
- Example#544 - 削除不可能な出力バッファを、PHP 5.3 と 5.4 のどちらでも動くように作る例
- Example#545 - output_add_rewrite_var の例
- Example#546 - output_reset_rewrite_vars の例
- Example#547 - assert_options の例
- Example#548 - 失敗した assertion をカスタムハンドラで処理する
- Example#549 - カスタムハンドラを使った説明の表示
- Example#550 - 自作の例外を指定しない expectation
- Example#551 - 自作の例外を用いた expectation
- Example#552 - cli_get_process_title の例
- Example#553 - cli_set_process_title の例
- Example#554 - dl の例
- Example#555 - extension_loaded の例
- Example#556 - gc_enabled の例
- Example#557 - gc_status の使い方
- Example#558 - get_current_user の例
- Example#559 - get_defined_constants の例
- Example#560 - XML 関数の出力
- Example#561 - get_include_path の例
- Example#562 - get_included_files の例
- Example#563 - get_loaded_extensions の例
- Example#564 - get_magic_quotes_gpc の例
- Example#565 - get_magic_quotes_runtime の例
- Example#566 - フィルタリングされていない get_resources
- Example#567 - フィルタリングされた get_resources
- Example#568 - getenv の例
- Example#569 - getlastmod の例
- Example#570 - getopt の例:基本編
- Example#571 - getopt の例:長いオプション
- Example#572 - getopt の例:複数のオプションを一度に渡す
- Example#573 - getopt example: Using optind
- Example#574 - getrusage の例
- Example#575 - ini_get_all の例
- Example#576 - details を無効にする例
- Example#577 - ini_get の例
- Example#578 - ini_restore の例
- Example#579 - ini オプションの設定
- Example#580 - memory_get_usage の例
- Example#581 - php_ini_loaded_file の例
- Example#582 - 返される ini ファイルを一覧する例
- Example#583 - php_sapi_name の例
- Example#584 - php_uname の例
- Example#585 - OS 関連の定数の例
- Example#586 - 全般的なクレジットの出力
- Example#587 - コア開発者およびドキュメントグループの表示
- Example#588 - すべてのクレジットの表示
- Example#589 - phpinfo の例
- Example#590 - phpversion の例
- Example#591 - PHP_VERSION_ID の例および使用法
- Example#592 - 環境変数の設定
- Example#593 - restore_include_path の例
- Example#594 - set_include_path の例
- Example#595 - include path の追加
- Example#596 - sys_get_temp_dir の例
- Example#597 - version_compare の例
- Example#598 - zend_thread_id の例
- Example#599 - zend_version の例
- Example#600 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
- Example#601 - A runkit7_function_add example
- Example#602 - A runkit7_function_copy example
- Example#603 - A runkit7_function_redefine example
- Example#604 - runkit7_method_add example
- Example#605 - runkit7_method_copy example
- Example#606 - runkit7_method_redefine example
- Example#607 - runkit7_method_remove example
- Example#608 - runkit7_method_rename example
- Example#609 - Basic uopz_add_function Usage
- Example#610 - uopz_allow_exit example
- Example#611 - uopz_backup example
- Example#612 - uopz_compose example
- Example#613 - uopz_copy example
- Example#614 - Basic uopz_del_function Usage
- Example#615 - uopz_delete example
- Example#616 - uopz_delete class example
- Example#617 - uopz_extend の例
- Example#618 - uopz_flags の例
- Example#619 - クラスの final 宣言を外す
- Example#620 - uopz_function example
- Example#621 - uopz_function class example
- Example#622 - uopz_get_exit_status example
- Example#623 - Basic uopz_get_hook Usage
- Example#624 - uopz_get_mock example
- Example#625 - Basic uopz_get_property Usage
- Example#626 - uopz_get_return example
- Example#627 - Basic uopz_get_static Usage
- Example#628 - uopz_implement の例
- Example#629 - uopz_overload example
- Example#630 - uopz_redefine の例
- Example#631 - uopz_rename example
- Example#632 - uopz_rename class example
- Example#633 - uopz_restore example
- Example#634 - Basic uopz_set_hook Usage
- Example#635 - uopz_set_mock example
- Example#636 - uopz_set_mock example
- Example#637 - uopz_set_mock and static members
- Example#638 - Basic uopz_set_property Usage
- Example#639 - uopz_set_return example
- Example#640 - uopz_set_return example
- Example#641 - uopz_set_return class example
- Example#642 - Basic uopz_set_static Usage
- Example#643 - uopz_undefine の例
- Example#644 - Basic uopz_unset_hook Usage
- Example#645 - uopz_unset_mock example
- Example#646 - uopz_unset_return example
- Example#647 - Weakref の使用例
- Example#648 - WeakRef の使用例
- Example#649 - Weakref::acquire の例
- Example#650 - ネストした確保と解放の例
- Example#651 - Weakref::__construct の例
- Example#652 - Weakref::release の例
- Example#653 - Weakmap の使用例
- Example#654 - wincache.ignorelist の例
- Example#655 - wincache.php 用の認証設定
- Example#656 - WinCache セッションハンドラの有効化
- Example#657 - WinCache の関数切り替えの有効化
- Example#658 - Reroute.ini ファイルの内容
- Example#659 - wincache_fcache_fileinfo の例
- Example#660 - wincache_fcache_meminfo の例
- Example#661 - wincache_lock の使用
- Example#662 - wincache_ocache_fileinfo の例
- Example#663 - wincache_ocache_meminfo の例
- Example#664 - wincache_refresh_if_changed の例
- Example#665 - wincache_rplist_fileinfo の例
- Example#666 - wincache_rplist_meminfo の例
- Example#667 - wincache_scache_info の例
- Example#668 - wincache_scache_meminfo の例
- Example#669 - wincache_ucache_add で key を文字列にする例
- Example#670 - wincache_ucache_add で key を配列にする例
- Example#671 - wincache_ucache_cas の使用法
- Example#672 - wincache_ucache_clear の使用法
- Example#673 - wincache_ucache_dec の使用法
- Example#674 - wincache_ucache_delete で key に文字列を使う例
- Example#675 - wincache_ucache_delete で key に配列を使う例
- Example#676 - wincache_ucache_delete で key に配列を使い、いくつかの要素の削除に失敗する例
- Example#677 - wincache_ucache_exists の使用法
- Example#678 - wincache_ucache_get で key に文字列を使う例
- Example#679 - wincache_ucache_get で key に配列を使う例
- Example#680 - wincache_ucache_inc の使用法
- Example#681 - wincache_ucache_info の使用
- Example#682 - wincache_ucache_meminfo の例
- Example#683 - wincache_ucache_set で key を文字列にする例
- Example#684 - wincache_ucache_set で key を配列にする例
- Example#685 - wincache_unlock の使用
- Example#686 - オプションの GUI を使った Xhprof の例
- Example#687 - xhprof_disable の例
- Example#688 - xhprof_enable の例
- Example#689 - xhprof_sample_disable の例
- Example#690 - Make sure the item is stored
- Example#691 - Using CHAP passwords
- Example#692 - radius_acct_open の例
- Example#693 - radius_add_server の例
- Example#694 - radius_auth_open の例
- Example#695 - radius_create_request の例
- Example#696 - radius_cvt_addr の例
- Example#697 - radius_cvt_int の例
- Example#698 - radius_cvt_string の例
- Example#699 - radius_get_attr の例
- Example#700 - radius_get_tagged_attr_data example
- Example#701 - radius_get_tagged_attr_tag example
- Example#702 - radius_get_vendor_attr の例
- Example#703 - radius_put_attr の例
- Example#704 - radius_put_int の例
- Example#705 - radius_put_string の例
- Example#706 - radius_put_vendor_attr の例
- Example#707 - 指定した色で文字列を画面に書き込む
- Example#708 - ncurses_getmouse の例
- Example#709 - 指定した色で文字列を画面に書き込む
- Example#710 - 指定した色で文字列を画面に書き込む
- Example#711 - ncurses_mousemask の例
- Example#712 - 指定した色で文字列を画面に書き込む
- Example#713 - Readline コールバックインターフェイスの例
- Example#714 - readline の例
- Example#715 - 簡単な bzip2 の例
- Example#716 - データの圧縮
- Example#717 - 文字列を解凍する
- Example#718 - bzerror の例
- Example#719 - bzopen の例
- Example#720 - bzread の例
- Example#721 - bzwrite の例
- Example#722 - 外部ファイルの使用
- Example#723 - Phar アーカイブ内のファイルの使用
- Example#724 - phar 形式から tar 形式への phar アーカイブの変換
- Example#725 - phar.extract_list の使用例
- Example#726 - phar.cache_list の使用例
- Example#727 - Phar::addEmptyDir の例
- Example#728 - Phar::addFile の例
- Example#729 - Phar::addFromString の例
- Example#730 - Phar::apiVersion の例
- Example#731 - Phar::buildFromDirectory の例
- Example#732 - SplFileInfo を使用した Phar::buildFromIterator の例
- Example#733 - その他のイテレータを使用した Phar::buildFromIterator の例
- Example#734 - Phar::canCompress の例
- Example#735 - Phar::canWrite の例
- Example#736 - Phar::compress の例
- Example#737 - Phar::compressFiles の例
- Example#738 - Phar::__construct の例
- Example#739 - Phar::convertToData の例
- Example#740 - Phar::convertToExecutable の例
- Example#741 - Phar::copy の例
- Example#742 - Phar::count の例
- Example#743 - Phar::createDefaultStub の例
- Example#744 - Phar::decompress の例
- Example#745 - Phar::decompressFiles の例
- Example#746 - Phar::delMetaData の例
- Example#747 - Phar::delete の例
- Example#748 - Phar::extractTo の例
- Example#749 - Phar::getMetadata の例
- Example#750 - Phar::getStub の例
- Example#751 - Phar::hasMetadata の例
- Example#752 - Phar::interceptFileFuncs の例
- Example#753 - Phar::interceptFileFuncs の例
- Example#754 - Phar::isBuffering の例
- Example#755 - Phar::isCompressed の例
- Example#756 - Phar::loadPhar の例
- Example#757 - Phar::mapPhar の例
- Example#758 - Phar::mount の例
- Example#759 - Phar::mungServer の例
- Example#760 - Phar::offsetExists の例
- Example#761 - Phar::offsetGet の例
- Example#762 - Phar::offsetSet の例
- Example#763 - Phar::offsetUnset の例
- Example#764 - Phar::running の例
- Example#765 - Phar::setAlias の例
- Example#766 - Phar::setDefaultStub の例
- Example#767 - Phar::setMetadata の例
- Example#768 - Phar::setStub の例
- Example#769 - Phar::startBuffering の例
- Example#770 - Phar::stopBuffering の例
- Example#771 - Phar::unlinkArchive の例
- Example#772 - Phar::webPhar の例
- Example#773 - PharData::addEmptyDir の例
- Example#774 - PharData::addFile の例
- Example#775 - PharData::addFromString の例
- Example#776 - PharData::buildFromDirectory の例
- Example#777 - SplFileInfo を使用した PharData::buildFromIterator の例
- Example#778 - その他のイテレータを使用した PharData::buildFromIterator の例
- Example#779 - PharData::compress の例
- Example#780 - PharData::compressFiles の例
- Example#781 - PharData::__construct の例
- Example#782 - PharData::convertToData の例
- Example#783 - PharData::convertToExecutable の例
- Example#784 - PharData::copy の例
- Example#785 - PharData::decompress の例
- Example#786 - PharData::decompressFiles の例
- Example#787 - PharData::delMetaData の例
- Example#788 - PharData::delete の例
- Example#789 - PharData::extractTo の例
- Example#790 - PharData::offsetSet の例
- Example#791 - PharData::offsetUnset の例
- Example#792 - Phar::setMetadata の例
- Example#793 - PharFileInfo::chmod の例
- Example#794 - PharFileInfo::compress の例
- Example#795 - PharFileInfo::__construct の例
- Example#796 - PharFileInfo::decompress の例
- Example#797 - PharFileInfo::delMetaData の例
- Example#798 - PharFileInfo::getCRC32 の例
- Example#799 - PharFileInfo::getCompressedSize の例
- Example#800 - PharFileInfo::getMetadata の例
- Example#801 - PharFileInfo::getPharFlags の例
- Example#802 - PharFileInfo::isCRCChecked の例
- Example#803 - PharFileInfo::isCompressed の例
- Example#804 - PharFileInfo::setMetadata の例
- Example#805 - Rar のインストール
- Example#806 - オンザフライでの復元
- Example#807 - RAR 拡張モジュールでの展開の例
- Example#808 - オブジェクト指向型
- Example#809 - 手続き型
- Example#810 - オブジェクト指向型
- Example#811 - 手続き型
- Example#812 - オブジェクト指向型
- Example#813 - 手続き型
- Example#814 - オブジェクト指向型
- Example#815 - 手続き型
- Example#816 - オブジェクト指向型
- Example#817 - 手続き型
- Example#818 - オブジェクト指向型
- Example#819 - 手続き型
- Example#820 - オブジェクト指向型
- Example#821 - 手続き型
- Example#822 - ボリュームコールバック
- Example#823 - オブジェクト指向型
- Example#824 - 手続き型
- Example#825 - RarArchive::__toString の例
- Example#826 - RarEntry::extract の例
- Example#827 - アーカイブ内のすべてのファイルを展開する方法
- Example#828 - RarEntry::getAttr の例
- Example#829 - RarEntry::getHostOs の例 (バージョン >= 2.0.0)
- Example#830 - RarEntry::getHostOs の例 (バージョン <= 1.0.0)
- Example#831 - RarEntry::getMethod の例
- Example#832 - RarEntry::getName の例
- Example#833 - RarEntry::getPackedSize の例
- Example#834 - RarEntry::getStream の例
- Example#835 - RarEntry::getUnpackedSize の例
- Example#836 - RarEntry::getVersion の例
- Example#837 - RarException::isUsingExceptions の例
- Example#838 - RarException::setUsingExceptions の例
- Example#839 - Zip アーカイブの作成
- Example#840 - アーカイブの詳細の出力および一覧表示
- Example#841 - Zip ストリームラッパーによる OpenOffice メタ情報の読み込み
- Example#842 - Zip の使用例
- Example#843 - アーカイブ内での新規ディレクトリの作成
- Example#844 - オープンおよび追加
- Example#845 - 新しいアーカイブへのエントリの追加
- Example#846 - アーカイブ内のディレクトリへのファイルの追加
- Example#847 - ZipArchive::addGlob の例
- Example#848 - ZipArchive::addPattern の例
- Example#849 - インデックスを使用した、アーカイブからのファイルの削除
- Example#850 - 名前を使用した、アーカイブからのファイルやディレクトリの削除
- Example#851 - 全エントリの展開
- Example#852 - 二つのエントリの展開
- Example#853 - アーカイブのコメントの出力
- Example#854 - エントリのコメントの出力
- Example#855 - エントリのコメントの出力
- Example#856 - 全てのエントリをUnixの権限付きで展開する
- Example#857 - ファイルの内容の取得
- Example#858 - ファイルの内容の取得
- Example#859 - zip エントリの画像への変換
- Example#860 - ZipArchive::getNameIndex の例
- Example#861 - エントリの内容を fread で取得し、それを保存する
- Example#862 - 先ほどの例と同じことを、fopen および zip ストリームラッパーで行う
- Example#863 - ストリームラッパーと画像の組み合わせ。xml 関数とでも使用可能
- Example#864 - アーカイブを作成し、ZipArchive::locateName を使用する
- Example#865 - オープンおよび展開
- Example#866 - アーカイブの作成
- Example#867 - 一時的なアーカイブの作成
- Example#868 - ファイルをアーカイブする
- Example#869 - ファイルをアーカイブする
- Example#870 - エントリ名の変更
- Example#871 - エントリ名の変更
- Example#872 - オープンおよび追加
- Example#873 - アーカイブの作成およびコメントの設定
- Example#874 - アーカイブをオープンし、エントリのコメントを設定する
- Example#875 - アーカイブをオープンし、エントリのコメントを設定する
- Example#876 - アーカイブに異なる圧縮メソッドでファイルを追加する
- Example#877 - アーカイブに異なる圧縮メソッドでファイルを追加する
- Example#878 - ファイルを追加し、圧縮メソッドを設定する
- Example#879 - アーカイブを作成し、ファイルを暗号化する
- Example#880 - Unix権限付きでファイルをアーカイブする
- Example#881 - ファイルをアーカイブする
- Example#882 - ファイルをアーカイブする
- Example#883 - エントリの情報の出力
- Example#884 - エントリの情報の出力
- Example#885 - 簡単な Zlib の例
- Example#886 - PHP 7.0.0 以降の、インクリメンタルな圧縮および伸長の API
- Example#887 - gzclose の例
- Example#888 - gzcompress の例
- Example#889 - gzdeflate の例
- Example#890 - gzip ファイルの生成
- Example#891 - gzeof の例
- Example#892 - gzfile の例
- Example#893 - gzgetc の例
- Example#894 - gzgets の例
- Example#895 - gzgetss の例
- Example#896 - gzinflate の例
- Example#897 - gzopen の例
- Example#898 - gzpassthru の例
- Example#899 - gzread の例
- Example#900 - gzseek の例
- Example#901 - gzuncompress の例
- Example#902 - gzwrite の例
- Example#903 - zlib_encode の例
- Example#904 - random_bytes の例
- Example#905 - random_int の例
- Example#906 - hash_algos の例
- Example#907 - hash_copy の例
- Example#908 - hash_equals の例
- Example#909 - hash_file の使用例
- Example#910 - hash_final の例
- Example#911 - hash_hkdf の例
- Example#912 - hash_hmac_algos の例
- Example#913 - hash_hmac_file の例
- Example#914 - hash_hmac の例
- Example#915 - 段階的なハッシュの例
- Example#916 - hash_pbkdf2 の基本的な使い方の例
- Example#917 - hash_update_stream の例
- Example#918 - hash の例
- Example#919 - PHP 5.4 より前のバージョンでの tiger ハッシュの、PHP 5.4 以降での計算
- Example#920 - 2.4.x 以降において CBC モードで AES により入力を暗号化する
- Example#921 - mcrypt_create_iv Example
- Example#922 - mcrypt_enc_get_algorithms_name example
- Example#923 - mcrypt_enc_get_modes_name の例
- Example#924 - mcrypt_enc_get_supported_key_sizes の例
- Example#925 - mcrypt_encrypt の例
- Example#926 - mcrypt_get_block_size の例
- Example#927 - mcrypt_get_cipher_name の例
- Example#928 - mcrypt_get_iv_size の例
- Example#929 - mcrypt_get_key_size の例
- Example#930 - mcrypt_list_algorithms の例
- Example#931 - mcrypt_list_modes の例
- Example#932 - mcrypt_module_open の例
- Example#933 - mcrypt_module_open を暗号化で使用する
- Example#934 - mcrypt_module_self_test の例
- Example#935 - mdecrypt_generic の例
- Example#936 - MD5 ダイジェストと hmac を計算し、16 進数で出力する
- Example#937 - 全ハッシュをループする
- Example#938 - mhash_get_block_size の例
- Example#939 - mhash_get_hash_name の例
- Example#940 - openssl_cipher_iv_length の例
- Example#941 - openssl_csr_export_to_file() の例
- Example#942 - openssl_csr_export() の例
- Example#943 - openssl_csr_get_public_key() の例
- Example#944 - openssl_csr_get_subject() の例
- Example#945 - 自己署名証明書の作成
- Example#946 - 自己署名の ECC 証明書を作成する (PHP 7.1.0 以降)
- Example#947 - openssl_csr_sign の例 - CSR に署名する(あなた自身の CA を作成する)
- Example#948 - 共有シークレットを計算する
- Example#949 - DH public/private キーペアをPHPで生成する
- Example#950 - PHP 7.1以降で、AES を GCMモードで使う例
- Example#951 - PHP 5.6以降で、AES を使う例
- Example#952 - openssl_error_string の例
- Example#953 - openssl_get_cert_locations の例
- Example#954 - openssl_get_cipher_methods の例
- Example#955 - openssl_get_curve_names の例
- Example#956 - openssl_get_md_methods の例
- Example#957 - openssl_open の例
- Example#958 - openssl_pbkdf2() の例
- Example#959 - openssl_pkcs12_read の例
- Example#960 - openssl_pkcs7_decrypt の例
- Example#961 - openssl_pkcs7_encrypt の例
- Example#962 - openssl_pkcs7_sign の例
- Example#963 - openssl_random_pseudo_bytes の例
- Example#964 - openssl_seal の例
- Example#965 - openssl_sign の例
- Example#966 - openssl_sign の例
- Example#967 - openssl_spki_export_challenge の例
- Example#968 - openssl_spki_export_challenge を使い、<keygen> から取り出す例
- Example#969 - openssl_spki_export の例
- Example#970 - openssl_spki_export を使い、<keygen> から取り出す例
- Example#971 - openssl_spki_new の例
- Example#972 - openssl_spki_verify の例
- Example#973 - <keygen> から openssl_spki_verify を使う例
- Example#974 - openssl_verify の例
- Example#975 - openssl_verify の例
- Example#976 - openssl_x509_verify の例
- Example#977 - Basic password usage
- Example#978 - password_hash の例
- Example#979 - password_hash で、コストを手動で設定する例
- Example#980 - password_hash で、適切なコストを探す例
- Example#981 - Argon2i を使った password_hash の例
- Example#982 - password_needs_rehash の使用例
- Example#983 - password_verify の例
- Example#984 - sodium_crypto_kx_keypair usage
- Example#985 - password_hash example
- Example#986 - password_hash example
- Example#987 - DBA の例
- Example#988 - データベースへのアクセス
- Example#989 - dba_handlers の例
- Example#990 - dbx_close の例
- Example#991 - dbx_compare の例
- Example#992 - dbx_connect example
- Example#993 - dbx_error の例
- Example#994 - dbx_escape_string の例
- Example#995 - 返り値を処理する方法
- Example#996 - 各フィールドの名前と型を一覧表示する
- Example#997 - data プロパティの内容を HTML テーブルで表示する
- Example#998 - UNBUFFERED クエリの処理法
- Example#999 - 返り値を処理する方法
- Example#1000 - dbx_sort の例
- Example#1001 - カラムの権限の一覧を表示する
- Example#1002 - テーブルのカラム一覧を表示する
- Example#1003 - DSN なしの接続
- Example#1004 - 利用可能なDSNの一覧を表示する
- Example#1005 - odbc_execute および odbc_prepare の例
- Example#1006 - odbc_fetch_into の例
- Example#1007 - odbc_next_result
- Example#1008 - odbc_execute および odbc_prepare の例
- Example#1009 - プライマリーキーの一覧を表示する
- Example#1010 - プロシージャーのカラムを表示する
- Example#1011 - データベースのプロシージャ一覧を表示する
- Example#1012 - odbc_result の例
- Example#1013 - odbc_setoption の例
- Example#1014 - テーブルの統計情報を表示する
- Example#1015 - テーブルの権限を表示する
- Example#1016 - カタログのテーブル一覧を表示する
- Example#1017 - PDO::ATTR_DRIVER_NAME の使用例
- Example#1018 - MySQL への接続
- Example#1019 - 接続エラーの処理
- Example#1020 - 接続を閉じる
- Example#1021 - 持続的な接続
- Example#1022 - トランザクション内で一括処理を行う
- Example#1023 - プリペアドステートメントを使用して、繰り返し挿入処理を行う
- Example#1024 - プリペアドステートメントを使用して、繰り返し挿入処理を行う
- Example#1025 - プリペアドステートメントを使用してデータを取得する
- Example#1026 - 出力パラメータを指定してストアドプロシージャをコールする
- Example#1027 - 入出力パラメータを指定してストアドプロシージャをコールする
- Example#1028 - プレースホルダの間違った使用法
- Example#1029 - PDO インスタンスの作成およびエラーモードの設定
- Example#1030 - PDO インスタンスの作成およびコンストラクタでのエラーモードの設定
- Example#1031 - データベース内の画像を表示する
- Example#1032 - 画像をデータベースに挿入する
- Example#1033 - 画像をデータベースに挿入する: Oracle
- Example#1034 - トランザクションをロールバックする
- Example#1035 - 基本的なトランザクションをコミットする
- Example#1036 - DDL トランザクションをコミットする
- Example#1037 - ドライバ呼び出しにより PDO インスタンスを生成する
- Example#1038 - URI 呼び出しにより PDO インスタンスを生成する
- Example#1039 - エイリアスにより PDO インスタンスを生成する
- Example#1040 - SQLSTATE コードを取得する
- Example#1041 - DB2 データベースに対する PDO_ODBC 接続の errorInfo() フィールドを表示する
- Example#1042 - DELETE 文の発行
- Example#1043 - データベース接続の属性を取得する
- Example#1044 - PDO::getAvailableDrivers の例
- Example#1045 - 名前付きパラメータを用いて SQL ステートメントのテンプレートを準備する
- Example#1046 - 疑問符パラメータを用いて SQL ステートメントのテンプレートを準備する
- Example#1047 - PDO::query の例
- Example#1048 - 通常の文字列をクオートする
- Example#1049 - 危険な文字列をクオートする
- Example#1050 - 複雑な文字列をクオートする
- Example#1051 - トランザクションをロールバックする
- Example#1052 - バインドした結果セットを PHP 変数に出力する
- Example#1053 - 名前付けされたプレースホルダを用いてプリペアドステートメントを実行する
- Example#1054 - 疑問符プレースホルダを用いてプリペアドステートメントを実行する
- Example#1055 - INOUT パラメータを持つストアドプロシージャをコールする
- Example#1056 - 名前付けされたプレースホルダを用いてプリペアドステートメントを実行する
- Example#1057 - 疑問符プレースホルダを用いてプリペアドステートメントを実行する
- Example#1058 - PDOStatement::closeCursor の例
- Example#1059 - カラム数を数える
- Example#1060 - 名前つきパラメータを用いた PDOStatement::debugDumpParams の例
- Example#1061 - 名前なしパラメータを用いた PDOStatement::debugDumpParams の例
- Example#1062 - SQLSTATE コードを取得する
- Example#1063 - DB2 データベースに対する PDO_ODBC 接続の errorInfo() フィールドを表示する
- Example#1064 - 変数や値のバインドを伴うプリペアドステートメントの実行
- Example#1065 - 入力値の配列を伴うプリペアドステートメントの実行 (名前つきパラメータ)
- Example#1066 - 入力値の配列を伴うプリペアドステートメントの実行 (プレースホルダ)
- Example#1067 - 疑問符プレースホルダを伴うプリペアドステートメントの実行
- Example#1068 - IN 句で配列を使うプリペアドステートメントの実行
- Example#1069 - 異なる取得方法で行を取得する
- Example#1070 - スクロール可能なカーソルで行を取得する
- Example#1071 - 構築の順序
- Example#1072 - 結果セットに残っている全ての行をフェッチする
- Example#1073 - 結果セットから単一カラムの全ての値を取得する
- Example#1074 - 単一カラムによる全ての値のグループ化
- Example#1075 - 各結果用のクラスのインスタンス作成
- Example#1076 - 各結果に対する関数コール
- Example#1077 - 次行の最初のカラムを返す
- Example#1078 - カラムのメタデータを取得する
- Example#1079 - ストアドプロシージャから複数の行セットをフェッチする
- Example#1080 - 削除された行数を返す
- Example#1081 - SELECT 文によって返された行をカウントする
- Example#1082 - フェッチモードを設定する
- Example#1083 - CUBRID PDO での LOB の追加
- Example#1084 - CUBRID PDO での LOB の取得
- Example#1085 - CUBRID PDO で、デフォルトのデータ型のセットを追加する例
- Example#1086 - CUBRID PDO でのセットの追加でデータ型を指定する例
- Example#1087 - PDO_CUBRID DSN の例
- Example#1088 - PDO::cubrid_schema の例
- Example#1089 - PDO_DBLIB DSN の例
- Example#1090 - PDO_FIREBIRD DSN でのパス指定の例
- Example#1091 - PDO_FIREBIRD DSN でのポートとパス指定の例
- Example#1092 - PDO_FIREBIRD DSN で Debian システムのローカルホストと employee.fdb へのパスを使う例
- Example#1093 - 方言が 1 のデータベースに接続するための PDO_FIREBIRD の DSN
- Example#1094 - db2cli.ini を使用した PDO_IBM DSN の例
- Example#1095 - 接続文字列を使用した PDO_IBM DSN の例
- Example#1096 - odbc.ini を使用した PDO_INFORMIX DSN の例
- Example#1097 - 接続文字列を使用した PDO_INFORMIX DSN の例
- Example#1098 - mysql でクエリのバッファリングを強制する
- Example#1099 - PHP 5.3.6 より前のバージョンで、文字セットを UTF-8 に設定する例
- Example#1100 - PDO_MYSQL DSN の例
- Example#1101 - PDO_SQLSRV DSN の例
- Example#1102 - PDO_OCI DSN の例
- Example#1103 - PDO_ODBC DSN の例 (ODBC ドライバマネージャ)
- Example#1104 - PDO_ODBC DSN の例 (IBM DB2 非カタログ接続)
- Example#1105 - PDO_ODBC DSN の例 (Microsoft Access 非カタログ接続)
- Example#1106 - PDO_PGSQL DSN の例
- Example#1107 - PDO::pgsqlLOBCreate の例
- Example#1108 - PDO::pgsqlLOBOpen の例
- Example#1109 - PDO::pgsqlLOBUnlink の例
- Example#1110 - PDO_SQLITE DSN の例
- Example#1111 - 集約関数 max_length の例
- Example#1112 - PDO::sqliteCreateCollation の例
- Example#1113 - PDO::sqliteCreateFunction の例
- Example#1114 - Example of Data Retrieval
- Example#1115 - Example of Data Insertion
- Example#1116 - cubrid_bind example
- Example#1117 - cubrid_bind BLOB/CLOB example
- Example#1118 - cubrid_bind BLOB/CLOB example
- Example#1119 - cubrid_close_prepare example
- Example#1120 - cubrid_close_request example
- Example#1121 - cubrid_col_get example
- Example#1122 - cubrid_col_size example
- Example#1123 - cubrid_column_names example
- Example#1124 - cubrid_column_types example
- Example#1125 - cubrid_commit example
- Example#1126 - cubrid_connect_with_url url without properties example
- Example#1127 - cubrid_connect_with_url url with properties example
- Example#1128 - cubrid_connect example
- Example#1129 - cubrid_current_oid example
- Example#1130 - cubrid_disconnect example
- Example#1131 - cubrid_drop example
- Example#1132 - cubrid_error_code_facility example
- Example#1133 - cubrid_error_code example
- Example#1134 - cubrid_error_msg example
- Example#1135 - cubrid_execute example
- Example#1136 - cubrid_fetch example
- Example#1137 - cubrid_free_result example
- Example#1138 - cubrid_get_charset example
- Example#1139 - cubrid_get_class_name example
- Example#1140 - cubrid_get_client_info example
- Example#1141 - cubrid_get_db_parameter example
- Example#1142 - cubrid_get_query_timeout example
- Example#1143 - cubrid_get_server_info example
- Example#1144 - cubrid_get example
- Example#1145 - cubrid_insert_id example
- Example#1146 - cubrid_is_instance example
- Example#1147 - cubrid_lob_close example
- Example#1148 - cubrid_lob_export example
- Example#1149 - cubrid_lob_get example
- Example#1150 - cubrid_lob_send example
- Example#1151 - cubrid_lob_size example
- Example#1152 - cubrid_lob2_bind example
- Example#1153 - cubrid_lob2_export example
- Example#1154 - cubrid_lob2_export example
- Example#1155 - cubrid_lob2_read example 1
- Example#1156 - cubrid_lob2_read example 2
- Example#1157 - cubrid_lob2_seek64 example
- Example#1158 - cubrid_lob2_seek example
- Example#1159 - cubrid_lob2_write example 1
- Example#1160 - cubrid_lob2_write example 2
- Example#1161 - cubrid_lock_read example
- Example#1162 - cubrid_lock_write example
- Example#1163 - cubrid_move_cursor example
- Example#1164 - cubrid_next_result example
- Example#1165 - cubrid_num_cols example
- Example#1166 - cubrid_num_rows example
- Example#1167 - cubrid_pconnect_with_url url without properties example
- Example#1168 - cubrid_pconnect_with_url url with properties example
- Example#1169 - cubrid_connect example
- Example#1170 - cubrid_prepare example
- Example#1171 - cubrid_put example
- Example#1172 - cubrid_rollback example
- Example#1173 - cubrid_schema example
- Example#1174 - cubrid_seq_drop example
- Example#1175 - cubrid_seq_insert example
- Example#1176 - cubrid_seq_put example
- Example#1177 - cubrid_set_add example
- Example#1178 - cubrid_get_db_parameter example
- Example#1179 - cubrid_set_drop example
- Example#1180 - cubrid_version example
- Example#1181 - cubrid_affected_rows example
- Example#1182 - cubrid_client_encoding example
- Example#1183 - cubrid_close example
- Example#1184 - cubrid_data_seek example
- Example#1185 - cubrid_db_name example
- Example#1186 - cubrid_errno example
- Example#1187 - cubrid_error example
- Example#1188 - cubrid_fetch_array example
- Example#1189 - cubrid_fetch_assoc example
- Example#1190 - cubrid_fetch_field example
- Example#1191 - cubrid_fetch_lengths example
- Example#1192 - cubrid_fetch_object example
- Example#1193 - cubrid_fetch_row example
- Example#1194 - cubrid_field_flags example
- Example#1195 - cubrid_field_len example
- Example#1196 - cubrid_field_name example
- Example#1197 - cubrid_field_seek example
- Example#1198 - cubrid_field_table example
- Example#1199 - cubrid_field_type example
- Example#1200 - cubrid_list_dbs example
- Example#1201 - cubrid_num_fields example
- Example#1202 - cubrid_ping example
- Example#1203 - Invalid Query
- Example#1204 - Valid Query
- Example#1205 - cubrid_real_escape_string example
- Example#1206 - cubrid_result example
- Example#1207 - cubrid_unbuffered_query example
- Example#1208 - cubrid_load_from_glo example
- Example#1209 - cubrid_new_glo example
- Example#1210 - cubrid_save_to_glo example
- Example#1211 - cubrid_send_glo example
- Example#1212 - Inserting a record in a dBase database
- Example#1213 - Closing a dBase database file
- Example#1214 - Creating a dBase database file
- Example#1215 - Showing header information for a dBase database file
- Example#1216 - Listing all the registered members in the database
- Example#1217 - dbase_numfields Example
- Example#1218 - Looping over all the records of the database
- Example#1219 - Opening a dBase database file
- Example#1220 - Emptying a dBase database
- Example#1221 - Updating a record in the database
- Example#1222 - ibase_backup example
- Example#1223 - ibase_backup example with arguments
- Example#1224 - ibase_blob_get の例
- Example#1225 - ibase_blob_import の例
- Example#1226 - ibase_connect の例
- Example#1227 - ibase_execute の例
- Example#1228 - ibase_fetch_object の例
- Example#1229 - ibase_field_info の例
- Example#1230 - ibase_name_result の例
- Example#1231 - ibase_num_fields の例
- Example#1232 - ibase_query の例
- Example#1233 - ibase_restore example
- Example#1234 - ibase_restore example with arguments
- Example#1235 - ibase_service_attach の例
- Example#1236 - ibase_service_attach の例
- Example#1237 - hostname/port を使った ibase_service_attach の例
- Example#1238 - ibase_service_detach の例
- Example#1239 - ibase_set_event_handler の例
- Example#1240 - fbsql_close の例
- Example#1241 - fbsql_connect の例
- Example#1242 - fbsql_create_blob の例
- Example#1243 - fbsql_create_clob の例
- Example#1244 - fbsql_create_db の例
- Example#1245 - fbsql_data_seek の例
- Example#1246 - fbsql_create_clob の例
- Example#1247 - fbsql_errno の例
- Example#1248 - fbsql_error の例
- Example#1249 - fbsql_fetch_array の例
- Example#1250 - fbsql_fetch_assoc の例
- Example#1251 - fbsql_fetch_field の例
- Example#1252 - fbsql_fetch_object の例
- Example#1253 - fbsql_field_name の例
- Example#1254 - fbsql_field_type の例
- Example#1255 - fbsql_list_dbs の例
- Example#1256 - fbsql_list_fields の例
- Example#1257 - fbsql_next_result の例
- Example#1258 - fbsql_num_rows の例
- Example#1259 - fbsql_query の例
- Example#1260 - fbsql_query の例
- Example#1261 - fbsql_read_blob の例
- Example#1262 - fbsql_read_clob の例
- Example#1263 - fbsql_table_name の例
- Example#1264 - 接続の AUTOCOMMIT 値の取得
- Example#1265 - 接続の AUTOCOMMIT 値の設定
- Example#1266 - PHP 変数をプリペアドステートメントにバインドする
- Example#1267 - IN および OUT パラメータを使用したストアドプロシージャのコール
- Example#1268 - バイナリラージオブジェクト (BLOB) をファイルから直接挿入する
- Example#1269 - db2_client_info の例
- Example#1270 - 接続を閉じる
- Example#1271 - 失敗した接続試行からの SQLSTATE の取得
- Example#1272 - 失敗した接続試行からのエラーメッセージの取得
- Example#1273 - カタログ接続の作成
- Example#1274 - 非カタログ接続の作成
- Example#1275 - 自動コミットをデフォルトで無効にした接続の作成
- Example#1276 - i5/OS best performance
- Example#1277 - 信頼済みコンテキストの使用
- Example#1278 - db2_escape_string の例
- Example#1279 - db2_exec でのテーブルの作成
- Example#1280 - スクロール可能なカーソルでの SELECT 文の実行
- Example#1281 - XML データを SQL の結果セットとして返す
- Example#1282 - XML データの "JOIN"
- Example#1283 - 大きな XML ドキュメントの一部を SQL データとして返す
- Example#1284 - パラメータマーカを使用した SQL 文の準備と実行
- Example#1285 - OUT パラメータを使用したストアドプロシージャのコール
- Example#1286 - XML データを SQL の結果セットとして返す
- Example#1287 - XML データの "JOIN"
- Example#1288 - 大きな XML ドキュメントの一部を SQL データとして返す
- Example#1289 - 前進のみのカーソルを使用して順に処理する
- Example#1290 - スクロール可能なカーソルから、指定した行を db2_fetch_array で取得する
- Example#1291 - 前進のみのカーソルを使用して順に処理する
- Example#1292 - スクロール可能なカーソルから、指定した行を db2_fetch_assoc で取得する
- Example#1293 - 前進のみのカーソルを使用して順に処理する
- Example#1294 - スクロール可能なカーソルから、指定した行を db2_fetch_both で取得する
- Example#1295 - db2_fetch_object の例
- Example#1296 - 結果セットを順に処理する
- Example#1297 - i5/OS recommended alternatives to db2_fetch_row/db2_result
- Example#1298 - 接続リソースのパラメータの設定および取得
- Example#1299 - db2_last_insert_id の例
- Example#1300 - さまざまな型のデータの取得
- Example#1301 - 複数の結果セットを返すストアドプロシージャをコールする
- Example#1302 - 結果セットのフィールド数の取得
- Example#1303 - 持続的接続の終了
- Example#1304 - db2_pconnect の例
- Example#1305 - 信頼済みコンテキストの使用
- Example#1306 - パラメータマーカを使用した SQL 文の準備と実行
- Example#1307 - db2_result の例
- Example#1308 - DELETE 文のロールバック
- Example#1309 - db2_server_info の例
- Example#1310 - 接続リソースにひとつのパラメータを設定する
- Example#1311 - 接続リソースに複数のパラメータを設定する
- Example#1312 - 複数のパラメータを間違ったキーで設定する
- Example#1313 - 複数のパラメータを間違った値で設定する
- Example#1314 - 複数のパラメータを接続リソースに設定する (間違った型を指定する)
- Example#1315 - 複数のパラメータを間違ったリソースに設定する
- Example#1316 - すべてひとつにまとめる
- Example#1317 - i5/OS カーソルは読み込み専用
- Example#1318 - Ingres 用の PassEnv の使用例
- Example#1319 - シンプルな Ingres の例
- Example#1320 - ingres_charset - 導入している文字セットの取得
- Example#1321 - Ingres データベースへの接続のオープン
- Example#1322 - クエリリソースのカーソル名の取得
- Example#1323 - 直近の Ingres エラー番号の取得
- Example#1324 - 直近のエラーメッセージの取得
- Example#1325 - 直近の SQLSTATE エラーコードの取得
- Example#1326 - クエリで使うための特殊文字のエスケープ
- Example#1327 - 配列への結果の行の取得
- Example#1328 - 連想配列への行の取得
- Example#1329 - オブジェクトへの行の取得
- Example#1330 - プロシージャコールの返り値の取得
- Example#1331 - クエリの結果からの行の取得
- Example#1332 - 結果リソースの解放
- Example#1333 - 単純な select の送信
- Example#1334 - ingres_query へクエリパラメータを渡す
- Example#1335 - パラメータの型を指定した BLOB の挿入
- Example#1336 - 3 行目へのカーソルの移動
- Example#1337 - date_format を ISO4 に設定する例
- Example#1338 - タイムゾーンを HONG-KONG に設定する例
- Example#1339 - シンプルな未バッファ select 文の発行
- Example#1340 - ingres_unbuffered_query へのクエリパラメータのパース
- Example#1341 - BLOB 型のパラメータの挿入
- Example#1342 -
- Example#1343 -
- Example#1344 -
- Example#1345 -
- Example#1346 -
- Example#1347 -
- Example#1348 -
- Example#1349 -
- Example#1350 -
- Example#1351 -
- Example#1352 -
- Example#1353 -
- Example#1354 -
- Example#1355 -
- Example#1356 -
- Example#1357 - 接続 URI でのクエリ文字列構文による優先読み込みの設定
- Example#1358 - タグセット用の配列構文による優先読み込みの設定
- Example#1359 - Passing a WriteConcern to a write operation
- Example#1360 - Connection string WriteConcerns
- Example#1361 - MongoDB::setWriteConcern and MongoCollection::setWriteConcern
- Example#1362 - Unacknowledged WriteConcern, followed with Acknowledged Write
- Example#1363 - Acknowledged Writes
- Example#1364 - Majority Acknowledged Write
- Example#1365 - Acknowledged and Journaled Write
- Example#1366 - SSL を使った MongoDB インスタンスへの接続
- Example#1367 - SSL を使った MongoDB インスタンスへの接続と、証明書の検証
- Example#1368 - クライアント証明書を要求する MongoDB インスタンスへの接続
- Example#1369 - X.509 証明書による認証
- Example#1370 - "admin" データベースに対する認証
- Example#1371 - 通常のデータベースに対する認証
- Example#1372 - レプリカセットのシードリスト
- Example#1373 - レプリカセット名の重複
- Example#1374 - 異なるレプリカセットの正しい使いかた
- Example#1375 -
- Example#1376 -
- Example#1377 -
- Example#1378 -
- Example#1379 -
- Example#1380 -
- Example#1381 - データベースレベルからカーソルへの優先読み込みの継承
- Example#1382 -
- Example#1383 -
- Example#1384 -
- Example#1385 -
- Example#1386 -
- Example#1387 -
- Example#1388 -
- Example#1389 - MongoClient の基本的な使いかた
- Example#1390 - MongoClient::close の例
- Example#1391 - MongoClient::__construct replica set example
- Example#1392 - Connecting to a domain socket
- Example#1393 - MongoClient::__construct authentication example
- Example#1394 - MongoClient::__construct read preference example
- Example#1395 - MongoClient::__construct options example
- Example#1396 - MongoClient::__construct read preference example
- Example#1397 - MongoClient::getConnections の例
- Example#1398 - MongoClient::getReadPreference の返り値の例
- Example#1399 - MongoClient::getWriteConcern return value example
- Example#1400 - MongoClient::killCursor の例
- Example#1401 - MongoClient::listDBs example
- Example#1402 - MongoClient::selectCollection example
- Example#1403 - MongoClient::setReadPreference タグセット配列構文の例
- Example#1404 - MongoClient::setWriteConcern example
- Example#1405 - データベースの選択
- Example#1406 - MongoDB::command による "distinct" の例
- Example#1407 - MongoDB::command での "distinct" の例
- Example#1408 - MongoDB::command での MapReduce の例
- Example#1409 - MongoDB::command での "geoNear" の例
- Example#1410 - MongoDB::createCollection での固定サイズコレクションの例
- Example#1411 - MongoDB::createDBRef の例
- Example#1412 - MongoDB::createDBRef の例
- Example#1413 - MongoDB::drop の例
- Example#1414 - 単純な MongoDB::execute の例
- Example#1415 - パラメータつきの MongoDB::execute の例
- Example#1416 - スコープの例
- Example#1417 - MongoDB::getCollectionInfo example
- Example#1418 - MongoDB::getCollectionNames の例
- Example#1419 - MongoDB::getDBRef の例
- Example#1420 - MongoDB::getGridFS の例
- Example#1421 - MongoDB::getReadPreference の返り値の例
- Example#1422 - MongoDB::getWriteConcern return value example
- Example#1423 - MongoDB::lastError の null の例
- Example#1424 - MongoDB::lastError のキー重複の例
- Example#1425 - MongoDB::listCollections の例
- Example#1426 - MongoDB::repair の例
- Example#1427 - MongoDB::setReadPreference タグセット配列構文の例
- Example#1428 - MongoDB::setWriteConcern example
- Example#1429 - MongoCollection::aggregate の例
- Example#1430 - MongoCollection::aggregate の例
- Example#1431 - MongoCollection::aggregate の例
- Example#1432 - MongoCollection::aggregate でのコマンド引数
- Example#1433 - MongoCollection::aggregateCursor example
- Example#1434 - MongoCollection::aggregateCursor example with different initial batch size
- Example#1435 - MongoCollection::batchInsert の例
- Example#1436 - MongoCollection::batchInsert でエラーを無視する例
- Example#1437 - MongoCollection::count の例
- Example#1438 - MongoCollection::createDBRef の例
- Example#1439 - MongoCollection::createIndex example
- Example#1440 - Geospatial Indexing
- Example#1441 - Drop duplicates example
- Example#1442 - MongoCollection::deleteIndex の例
- Example#1443 - MongoCollection::deleteIndexes の例
- Example#1444 - MongoCollection::distinct example
- Example#1445 - MongoCollection::distinct example on a embedded document
- Example#1446 - MongoCollection::drop の例
- Example#1447 - MongoCollection::ensureIndex example
- Example#1448 - Geospatial Indexing
- Example#1449 - Drop duplicates example
- Example#1450 - MongoCollection::find の例
- Example#1451 - MongoCollection::find の例
- Example#1452 - MongoCollection::find での $where の使用例
- Example#1453 - MongoCollection::find での $in の使用例
- Example#1454 - 配列形式での結果の取得
- Example#1455 - MongoCollection::findAndModify の例
- Example#1456 - MongoCollection::findAndModify のエラー処理
- Example#1457 - MongoCollection::findOne での id による検索
- Example#1458 - MongoCollection::findOne での複数条件の使用
- Example#1459 - MongoCollection::getDBRef の例
- Example#1460 - MongoCollection::getIndexInfo の例
- Example#1461 - MongoCollection::getName の例
- Example#1462 - MongoCollection::getReadPreference の返り値の例
- Example#1463 - MongoCollection::getWriteConcern return value example
- Example#1464 - MongoCollection::group の例
- Example#1465 - MongoCollection::group の例
- Example#1466 - keys へ関数を渡す
- Example#1467 - MongoCollection::insert の _id の例
- Example#1468 - MongoCollection::insert での確認つき書き込みの例
- Example#1469 - MongoCollection::parallelCollectionScan example
- Example#1470 - MongoCollection::remove で justOne を使う例
- Example#1471 - MongoCollection::save の例
- Example#1472 - MongoCollection::setReadPreference タグセット配列構文の例
- Example#1473 - MongoDB::setWriteConcern example
- Example#1474 - MongoCollection::toIndexString の例
- Example#1475 - MongoCollection::__toString の例
- Example#1476 - MongoCollection::update
- Example#1477 - MongoCollection::update での upsert
- Example#1478 - MongoCollection::update での複数更新
- Example#1479 - MongoCursor の基本的な使いかた
- Example#1480 - MongoCursor の反復処理
- Example#1481 - MongoCursor へのオプションの追加
- Example#1482 - MongoCursor::addOption によるコメントの追加の例
- Example#1483 - MongoCursor::addOption の例
- Example#1484 - MongoCursor::awaitData example
- Example#1485 - MongoCursor::batchSize and combinations with MongoCursor::limit
- Example#1486 - MongoCursor::count の例
- Example#1487 - MongoCursor::doQuery example
- Example#1488 - MongoCursor::explain の例
- Example#1489 - MongoCursor::getReadPreference の返り値の例
- Example#1490 - MongoCursor::info の例
- Example#1491 - MongoCursor::maxTimeMS example
- Example#1492 - MongoCursor::setFlag example
- Example#1493 - MongoCursor::setReadPreference タグセット配列構文の例
- Example#1494 - MongoCursor::slaveOkay example
- Example#1495 - MongoCursor::sort の例
- Example#1496 - MongoCursor::tailable example
- Example#1497 - MongoCursor::timeout の例
- Example#1498 - Adding options to MongoCommandCursor
- Example#1499 - MongoCommandCursor::batchSize
- Example#1500 - MongoCommandCursor example
- Example#1501 - MongoCommandCursor::createFromDocument
- Example#1502 - MongoCommandCursor::getReadPreference return value example
- Example#1503 - MongoCommandCursor::info example
- Example#1504 - MongoCommandCursor::rewind
- Example#1505 - MongoCommandCursor::setReadPreference tag set array syntax example
- Example#1506 - MongoCommandCursor::timeout example
- Example#1507 - MongoId::__construct example
- Example#1508 - Parameter example
- Example#1509 - MongoId::__toString example
- Example#1510 - MongoCode::__construct の例
- Example#1511 - MongoCode での $where の使用例
- Example#1512 - MongoCode::__toString の例
- Example#1513 - MongoDate による日付の保存
- Example#1514 - MongoDate::__construct example
- Example#1515 - MongoDate::toDateTime example
- Example#1516 - 正規表現のパターン
- Example#1517 - MongoRegex::__construct の例
- Example#1518 - MongoRegex::__toString の例
- Example#1519 -
- Example#1520 - ドキュメントのリンク
- Example#1521 - MongoDBRef リンクの作成
- Example#1522 - MongoDBRef::create の例
- Example#1523 - MongoCollection::createDBRef の例
- Example#1524 - MongoGridFS::findOne の例
- Example#1525 - MongoGridFS::storeBytes でのメタデータの追加
- Example#1526 - MongoGridFS::storeFile でのメタデータの追加
- Example#1527 - MongoGridFS::storeUpload を使った HTML フォームの例
- Example#1528 - MongoGridFSFile::getBytes の例
- Example#1529 - MongoGridFSFile::getResource の例
- Example#1530 - MongoGridFSFile::write の例
- Example#1531 - MongoWriteBatch example
- Example#1532 - MongoWriteBatch::add example
- Example#1533 - MongoWriteBatch::add example
- Example#1534 - MongoWriteBatch::add example
- Example#1535 - MongoWriteBatch::add example
- Example#1536 - MongoWriteBatch::add example
- Example#1537 - MongoWriteBatch::add example
- Example#1538 - MongoLog::setCallback の例
- Example#1539 - Changing pool size
- Example#1540 - Mongo::setPoolSize example
- Example#1541 - プールサイズの変更
- Example#1542 - Mongo::setPoolSize example
- Example#1543 - MongoResultException::getDocument の例
- Example#1544 - Catching MongoDuplicateKeyException
- Example#1545 - Catching MongoProtocolException
- Example#1546 - MongoDB\Driver\Manager::__construct basic example
- Example#1547 - MongoDB\Driver\Manager::__construct basic examples
- Example#1548 - MongoDB\Driver\Manager::executeBulkWrite example
- Example#1549 - MongoDB\Driver\Manager::executeCommand with a command returning a single result document
- Example#1550 - MongoDB\Driver\Manager::executeCommand with a command returning a cursor
- Example#1551 - Limiting execution time for a command
- Example#1552 - MongoDB\Driver\Manager::executeQuery example
- Example#1553 - Limiting execution time for a query
- Example#1554 - MongoDB\Driver\Manager::getReadConcern example
- Example#1555 - MongoDB\Driver\Manager::getReadPreference example
- Example#1556 - MongoDB\Driver\Manager::getServers example
- Example#1557 - MongoDB\Driver\Manager::getWriteConcern example
- Example#1558 - Composing MongoDB\Driver\Command to provide a helper to create collections
- Example#1559 - MongoDB\Driver\Command::__construct example
- Example#1560 - MongoDB\Driver\Command::__construct example
- Example#1561 - MongoDB\Driver\Query::__construct example
- Example#1562 - Mixed write operations are grouped by type
- Example#1563 - Ordered write operations causing an error
- Example#1564 - MongoDB\Driver\BulkWrite::__construct example
- Example#1565 - MongoDB\Driver\BulkWrite::count example
- Example#1566 - MongoDB\Driver\BulkWrite::delete example
- Example#1567 - MongoDB\Driver\BulkWrite::insert example
- Example#1568 - MongoDB\Driver\BulkWrite::update example
- Example#1569 - MongoDB\Driver\WriteConcern::bsonSerialize with majority write concern
- Example#1570 - MongoDB\Driver\WriteConcern::bsonSerialize with wtimeout and journal
- Example#1571 - MongoDB\Driver\WriteConcern::__construct example
- Example#1572 - MongoDB\Driver\WriteConcern::getJournal example
- Example#1573 - MongoDB\Driver\WriteConcern::getW example
- Example#1574 - MongoDB\Driver\WriteConcern::getWtimeout example
- Example#1575 - MongoDB\Driver\WriteConcern::isDefault example
- Example#1576 - MongoDB\Driver\ReadPreference::bsonSerialize with primary read preference
- Example#1577 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and tag sets
- Example#1578 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and max staleness
- Example#1579 - MongoDB\Driver\ReadPreference::__construct example
- Example#1580 - MongoDB\Driver\ReadPreference::getMaxStalenessSeconds example
- Example#1581 - MongoDB\Driver\ReadPreference::getMode example
- Example#1582 - MongoDB\Driver\ReadPreference::getModeString example
- Example#1583 - MongoDB\Driver\ReadPreference::getTagSets example
- Example#1584 - MongoDB\Driver\ReadConcern::bsonSerialize with empty read concern
- Example#1585 - MongoDB\Driver\ReadConcern::bsonSerialize with local read concern
- Example#1586 - MongoDB\Driver\ReadConcern::__construct example
- Example#1587 - MongoDB\Driver\ReadConcern::getLevel example
- Example#1588 - MongoDB\Driver\ReadConcern::isDefault example
- Example#1589 - Reading a result set
- Example#1590 - Reading a result set for a tailable cursor
- Example#1591 - MongoDB\Driver\Cursor::getId example
- Example#1592 - MongoDB\Driver\Cursor::getServer example
- Example#1593 - MongoDB\Driver\Cursor::isDead example
- Example#1594 - MongoDB\Driver\Cursor::setTypeMap example
- Example#1595 - MongoDB\Driver\Cursor::toArray example
- Example#1596 - MongoDB\Driver\CursorId::__toString example
- Example#1597 - MongoDB\Driver\Server::getHost example
- Example#1598 - MongoDB\Driver\Server::getInfo example
- Example#1599 - MongoDB\Driver\Server::getLatency example
- Example#1600 - MongoDB\Driver\Server::getPort example
- Example#1601 - MongoDB\Driver\WriteConcernError::getCode example
- Example#1602 - MongoDB\Driver\WriteConcernError::getInfo example
- Example#1603 - MongoDB\Driver\WriteConcernError::getMessage example
- Example#1604 - MongoDB\Driver\WriteError::getCode example
- Example#1605 - MongoDB\Driver\WriteError::getIndex example
- Example#1606 - MongoDB\Driver\WriteError::getMessage example
- Example#1607 - MongoDB\Driver\WriteResult::getDeletedCount example
- Example#1608 - MongoDB\Driver\WriteResult::getInsertedCount example
- Example#1609 - MongoDB\Driver\WriteResult::getMatchedCount example
- Example#1610 - MongoDB\Driver\WriteResult::getModifiedCount example
- Example#1611 - MongoDB\Driver\WriteResult::getServer example
- Example#1612 - MongoDB\Driver\WriteResult::getUpsertedCount example
- Example#1613 - MongoDB\Driver\WriteResult::getUpsertedIds example
- Example#1614 - MongoDB\Driver\WriteResult::getWriteConcernError example
- Example#1615 - MongoDB\Driver\WriteResult::getWriteErrors with a single error
- Example#1616 - MongoDB\Driver\WriteResult::getWriteErrors with multiple errors
- Example#1617 - MongoDB\Driver\WriteResult::isAcknowledged with acknowledged write concern
- Example#1618 - MongoDB\Driver\WriteResult::isAcknowledged with unacknowledged write concern
- Example#1619 - MongoDB\BSON\fromJSON example
- Example#1620 - MongoDB\BSON\fromPHP example
- Example#1621 - MongoDB\BSON\toCanonicalExtendedJSON example
- Example#1622 - MongoDB\BSON\toJSON example
- Example#1623 - MongoDB\BSON\toPHP example
- Example#1624 - MongoDB\BSON\toRelaxedExtendedJSON example
- Example#1625 - MongoDB\BSON\Binary::__construct example
- Example#1626 - MongoDB\BSON\Binary::getData example
- Example#1627 - MongoDB\BSON\Binary::getType example
- Example#1628 - MongoDB\BSON\Binary::__toString example
- Example#1629 - MongoDB\BSON\Decimal128::__construct example
- Example#1630 - MongoDB\BSON\Decimal128::__toString example
- Example#1631 - MongoDB\BSON\Javascript::__construct example
- Example#1632 - MongoDB\BSON\Javascript::getCode example
- Example#1633 - MongoDB\BSON\Javascript::getScope example
- Example#1634 - MongoDB\BSON\Javascript::__toString example
- Example#1635 - MongoDB\BSON\MaxKey::__construct example
- Example#1636 - MongoDB\BSON\MinKey::__construct example
- Example#1637 - MongoDB\BSON\ObjectId::__construct example
- Example#1638 - MongoDB\BSON\ObjectId::getTimestamp example
- Example#1639 - MongoDB\BSON\ObjectId::__toString example
- Example#1640 - MongoDB\BSON\Regex::__construct example
- Example#1641 - MongoDB\BSON\Regex::getFlags example
- Example#1642 - MongoDB\BSON\Regex::getPattern example
- Example#1643 - MongoDB\BSON\Regex::__toString example
- Example#1644 - MongoDB\BSON\Timestamp::__construct example
- Example#1645 - MongoDB\BSON\Timestamp::__toString example
- Example#1646 - MongoDB\BSON\UTCDateTime::__construct example
- Example#1647 - MongoDB\BSON\UTCDatetime::toDateTime example
- Example#1648 - MongoDB\BSON\UTCDateTime::__toString example
- Example#1649 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for root document
- Example#1650 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for root document
- Example#1651 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for document field
- Example#1652 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for document field
- Example#1653 - MongoDB\BSON\Unserializable::bsonUnserialize example
- Example#1654 - MongoDB\BSON\Int64::__toString example
- Example#1655 - MongoDB\Driver\Exception\WriteException::getWriteResult example
- Example#1656 - 三種類の MySQL 用 API の比較
- Example#1657 - mysqlnd あるいは libmysqlclient を使う場合の configure コマンド
- Example#1658 - 非バッファクエリの例: mysqli
- Example#1659 - 非バッファクエリの例: pdo_mysql
- Example#1660 - 非バッファクエリの例: mysql
- Example#1661 - 文字セットを SQL で指定することによる問題
- Example#1662 - 文字セットの設定: mysqli
- Example#1663 - 文字セットの設定: pdo_mysql
- Example#1664 - 文字セットの設定: mysql
- Example#1665 - Easy migration from the old mysql extension
- Example#1666 - Object-oriented and procedural interface
- Example#1667 - Bad coding style
- Example#1668 - Special meaning of localhost
- Example#1669 - Setting defaults
- Example#1670 - Connecting to MySQL
- Example#1671 - Navigation through buffered results
- Example#1672 - Navigation through unbuffered results
- Example#1673 - Text protocol returns strings by default
- Example#1674 - Native data types with mysqlnd and connection option
- Example#1675 - First stage: prepare
- Example#1676 - Second stage: bind and execute
- Example#1677 - INSERT prepared once, executed multiple times
- Example#1678 - Less round trips using multi-INSERT SQL
- Example#1679 - Native datatypes
- Example#1680 - Output variable binding
- Example#1681 - Using mysqli_result to fetch results
- Example#1682 - Buffered result set for flexible read out
- Example#1683 - Calling a stored procedure
- Example#1684 - Using session variables
- Example#1685 - Fetching results from stored procedures
- Example#1686 - Stored Procedures and Prepared Statements
- Example#1687 - Stored Procedures and Prepared Statements using bind API
- Example#1688 - Multiple Statements
- Example#1689 - SQL Injection
- Example#1690 - Setting autocommit mode with SQL and through the API
- Example#1691 - Commit and rollback
- Example#1692 - Accessing result set meta data
- Example#1693 - Prepared statements metadata
- Example#1694 - MySQLi 拡張機能のおおまかな使用例
- Example#1695 - $mysqli->affected_rows の例
- Example#1696 - mysqli::autocommit の例
- Example#1697 - mysqli::begin_transaction の例
- Example#1698 - mysqli::change_user の例
- Example#1699 - mysqli::character_set_name の例
- Example#1700 - $mysqli->connect_errno の例
- Example#1701 - $mysqli->connect_error の例
- Example#1702 - mysqli::__construct の例
- Example#1703 - トレースファイルの作成
- Example#1704 - $mysqli->errno の例
- Example#1705 - $mysqli->error_list の例
- Example#1706 - $mysqli->error の例
- Example#1707 - $mysqli->field_count の例
- Example#1708 - mysqli::get_charset の例
- Example#1709 - mysqli_get_client_info
- Example#1710 - mysqli_get_client_version
- Example#1711 - mysqli_get_connection_stats の例
- Example#1712 - $mysqli->host_info の例
- Example#1713 - $mysqli->protocol_version の例
- Example#1714 - $mysqli->server_info の例
- Example#1715 - $mysqli->server_version の例
- Example#1716 - $mysqli->info の例
- Example#1717 - $mysqli->insert_id の例
- Example#1718 - mysqli::kill の例
- Example#1719 - mysqli::multi_query の例
- Example#1720 - mysqli::ping の例
- Example#1721 - mysqli_poll の例
- Example#1722 - mysqli::prepare の例
- Example#1723 - mysqli::query の例
- Example#1724 - mysqli::real_connect の例
- Example#1725 - mysqli::real_escape_string の例
- Example#1726 - mysqli::select_db の例
- Example#1727 - mysqli::set_charset の例
- Example#1728 - $mysqli->sqlstate の例
- Example#1729 - mysqli::stat の例
- Example#1730 - $mysqli->thread_id の例
- Example#1731 - mysqli::use_result の例
- Example#1732 - $mysqli->warning_count の例
- Example#1733 - オブジェクト指向型
- Example#1734 - 手続き型
- Example#1735 - オブジェクト指向型
- Example#1736 - 手続き型
- Example#1737 - オブジェクト指向型
- Example#1738 - 手続き型
- Example#1739 - オブジェクト指向型
- Example#1740 - 手続き型
- Example#1741 - オブジェクト指向型
- Example#1742 - 手続き型
- Example#1743 - オブジェクト指向型
- Example#1744 - 手続き型
- Example#1745 - オブジェクト指向型
- Example#1746 - 手続き型
- Example#1747 - オブジェクト指向型
- Example#1748 - 手続き型
- Example#1749 - オブジェクト指向型
- Example#1750 - 手続き型
- Example#1751 - オブジェクト指向型
- Example#1752 - 手続き型
- Example#1753 - オブジェクト指向型
- Example#1754 - 手続き型
- Example#1755 - オブジェクト指向型
- Example#1756 - 手続き型
- Example#1757 - オブジェクト指向型
- Example#1758 - 手続き型
- Example#1759 - オブジェクト指向型
- Example#1760 - 手続き型
- Example#1761 - オブジェクト指向型
- Example#1762 - オブジェクト指向型
- Example#1763 - 手続き型
- Example#1764 - オブジェクト指向型
- Example#1765 - 手続き型
- Example#1766 - オブジェクト指向型
- Example#1767 - 手続き型
- Example#1768 - オブジェクト指向型
- Example#1769 - 手続き型
- Example#1770 - オブジェクト指向型
- Example#1771 - 手続き型
- Example#1772 - オブジェクト指向型
- Example#1773 - 手続き型
- Example#1774 - mysqli_result での iterator の使用法
- Example#1775 - オブジェクト指向型
- Example#1776 - 手続き型
- Example#1777 - オブジェクト指向型
- Example#1778 - 手続き型
- Example#1779 - オブジェクト指向型
- Example#1780 - 手続き型
- Example#1781 - オブジェクト指向型
- Example#1782 - 手続き型
- Example#1783 - オブジェクト指向型
- Example#1784 - 手続き型
- Example#1785 - オブジェクト指向型
- Example#1786 - 手続き型
- Example#1787 - オブジェクト指向型
- Example#1788 - 手続き型
- Example#1789 - オブジェクト指向型
- Example#1790 - 手続き型
- Example#1791 - オブジェクト指向型
- Example#1792 - 手続き型
- Example#1793 - オブジェクト指向型
- Example#1794 - 手続き型
- Example#1795 - mysqli_connect の例
- Example#1796 - A mysqli_get_client_stats の例
- Example#1797 - MySQL Serverへの接続
- Example#1798 - MySQL サーバ上で、スキーマとコレクションを作る
- Example#1799 - データを保存し、取得する
- Example#1800 - 複数の文書を取得し、それを走査する
- Example#1801 - mysql_xdevapi\Expression の例
- Example#1802 - URI の例
- Example#1803 - mysql_xdevapi\getSession の例
- Example#1804 - mysql_xdevapi\RowResult::getWarnings example
- Example#1805 - mysql_xdevapi\RowResult::getWarningsCount の例
- Example#1806 - mysql_xdevapi\Client::__construct の例
- Example#1807 - mysql_xdevapi\Collection::add の例
- Example#1808 - mysql_xdevapi\Collection::addOrReplaceOne の例
- Example#1809 - mysql_xdevapi\Collection::getOne の例
- Example#1810 - mysql_xdevapi\Collection::count の例
- Example#1811 - mysql_xdevapi\Collection::createIndex の例
- Example#1812 - mysql_xdevapi\Collection::dropIndex の例
- Example#1813 - mysql_xdevapi\Collection::existsInDatabase の例
- Example#1814 - mysql_xdevapi\Collection::find の例
- Example#1815 - mysql_xdevapi\Collection::getName の例
- Example#1816 - mysql_xdevapi\Collection::getOne の例
- Example#1817 - mysql_xdevapi\Collection::getSchema の例
- Example#1818 - mysql_xdevapi\Collection::getSession の例
- Example#1819 - mysql_xdevapi\Collection::modify の例
- Example#1820 - mysql_xdevapi\Collection::remove example
- Example#1821 - mysql_xdevapi\Collection::removeOne の例
- Example#1822 - mysql_xdevapi\Collection::replaceOne の例
- Example#1823 - mysql_xdevapi\CollectionAdd::__construct の例
- Example#1824 - mysql_xdevapi\CollectionAdd::execute の例
- Example#1825 - mysql_xdevapi\CollectionFind::bind の例
- Example#1826 - CollectionFind の例
- Example#1827 - CollectionFind の例
- Example#1828 - mysql_xdevapi\CollectionFind::fields の例
- Example#1829 - mysql_xdevapi\CollectionFind::groupBy の例
- Example#1830 - mysql_xdevapi\CollectionFind::having の例
- Example#1831 - mysql_xdevapi\CollectionFind::limit の例
- Example#1832 - mysql_xdevapi\CollectionFind::lockExclusive の例
- Example#1833 - mysql_xdevapi\CollectionFind::lockShared の例
- Example#1834 - mysql_xdevapi\CollectionFind::offset の例
- Example#1835 - mysql_xdevapi\CollectionFind::sort の例
- Example#1836 - mysql_xdevapi\CollectionModify::arrayAppend の例
- Example#1837 - mysql_xdevapi\CollectionModify::arrayInsert の例
- Example#1838 - mysql_xdevapi\CollectionModify::bind の例
- Example#1839 - mysql_xdevapi\CollectionModify::__construct の例
- Example#1840 - mysql_xdevapi\CollectionModify::execute の例
- Example#1841 - mysql_xdevapi\CollectionModify::limit の例
- Example#1842 - mysql_xdevapi\CollectionModify::patch の例
- Example#1843 - mysql_xdevapi\CollectionModify::replace の例
- Example#1844 - mysql_xdevapi\CollectionModify::set の例
- Example#1845 - mysql_xdevapi\CollectionModify::skip の例
- Example#1846 - mysql_xdevapi\CollectionModify::sort の例
- Example#1847 - mysql_xdevapi\CollectionModify::unset の例
- Example#1848 - mysql_xdevapi\CollectionRemove::bind の例
- Example#1849 - mysql_xdevapi\Collection::remove の例
- Example#1850 - mysql_xdevapi\CollectionRemove::execute の例
- Example#1851 - mysql_xdevapi\CollectionRemove::limit example
- Example#1852 - mysql_xdevapi\CollectionRemove::sort の例
- Example#1853 - mysql_xdevapi\ColumnResult::__construct の例
- Example#1854 - mysql_xdevapi\ColumnResult::getCharacterSetName の例
- Example#1855 - mysql_xdevapi\ColumnResult::getCollationName の例
- Example#1856 - mysql_xdevapi\ColumnResult::getColumnLabel の例
- Example#1857 - mysql_xdevapi\ColumnResult::getColumnName の例
- Example#1858 - mysql_xdevapi\ColumnResult::getFractionalDigits の例
- Example#1859 - mysql_xdevapi\ColumnResult::getLength の例
- Example#1860 - mysql_xdevapi\ColumnResult::getSchemaName の例
- Example#1861 - mysql_xdevapi\ColumnResult::getTableLabel の例
- Example#1862 - mysql_xdevapi\ColumnResult::getTableName の例
- Example#1863 - mysql_xdevapi\ColumnResult::getType の例
- Example#1864 - mysql_xdevapi\ColumnResult::isNumberSigned の例
- Example#1865 - mysql_xdevapi\ColumnResult::isPadded の例
- Example#1866 - mysql_xdevapi\CrudOperationBindable::bind の例
- Example#1867 - mysql_xdevapi\CrudOperationLimitable::limit の例
- Example#1868 - mysql_xdevapi\CrudOperationSkippable::skip の例
- Example#1869 - mysql_xdevapi\CrudOperationSortable::sort の例
- Example#1870 - mysql_xdevapi\DatabaseObject::existsInDatabase の例
- Example#1871 - mysql_xdevapi\DatabaseObject::getName の例
- Example#1872 - mysql_xdevapi\DatabaseObject::getSession の例
- Example#1873 - DocResult の例
- Example#1874 - mysql_xdevapi\DocResult::fetchAll の例
- Example#1875 - mysql_xdevapi\DocResult::fetchOne の例
- Example#1876 - mysql_xdevapi\DocResult::getWarnings の例
- Example#1877 - mysql_xdevapi\DocResult::getWarningsCount の例
- Example#1878 - execute() の例
- Example#1879 - mysql_xdevapi\ExecutionStatus::__construct の例
- Example#1880 - mysql_xdevapi\Expression::__construct の例
- Example#1881 - mysql_xdevapi\Result::__construct の例
- Example#1882 - mysql_xdevapi\Result::getAffectedItemsCount の例
- Example#1883 - mysql_xdevapi\Result::getAutoIncrementValue の例
- Example#1884 - mysql_xdevapi\Result::getGeneratedIds の例
- Example#1885 - mysql_xdevapi\RowResult::getWarnings の例
- Example#1886 - mysql_xdevapi\RowResult::getWarningsCount の例
- Example#1887 - mysql_xdevapi\RowResult::__construct の例
- Example#1888 - mysql_xdevapi\RowResult::fetchAll の例
- Example#1889 - mysql_xdevapi\RowResult::fetchOne の例
- Example#1890 - mysql_xdevapi\RowResult::getColumnsCount の例
- Example#1891 - mysql_xdevapi\RowResult::getColumnNames の例
- Example#1892 - mysql_xdevapi\RowResult::getColumns の例
- Example#1893 - mysql_xdevapi\RowResult::getWarnings の例
- Example#1894 - mysql_xdevapi\RowResult::getWarningsCount の例
- Example#1895 - Schema::__construct の例
- Example#1896 - Schema::createCollection の例
- Example#1897 - Schema::dropCollection の例
- Example#1898 - Schema::existsInDatabase の例
- Example#1899 - Schema::getCollection の例
- Example#1900 - Schema::getCollectionAsTable の例
- Example#1901 - mysql_xdevapi\Schema::getCollections の例
- Example#1902 - mysql_xdevapi\Schema::getName の例
- Example#1903 - mysql_xdevapi\Schema::getSession の例
- Example#1904 - mysql_xdevapi\Schema::getTable の例
- Example#1905 - mysql_xdevapi\Schema::getTables の例
- Example#1906 - mysql_xdevapi\Session::getSchema の例
- Example#1907 - mysql_xdevapi\Session::close の例
- Example#1908 - mysql_xdevapi\Session::commit の例
- Example#1909 - mysql_xdevapi\Session::__construct の例
- Example#1910 - mysql_xdevapi\Session::createSchema の例
- Example#1911 - mysql_xdevapi\Session::dropSchema の例
- Example#1912 - mysql_xdevapi\Session::generateUuid の例
- Example#1913 - mysql_xdevapi\Session::getSchema の例
- Example#1914 - mysql_xdevapi\Session::getSchema の例
- Example#1915 - mysql_xdevapi\Session::getSchemas の例
- Example#1916 - mysql_xdevapi\Session::getServerVersion の例
- Example#1917 - mysql_xdevapi\Session::listClients の例
- Example#1918 - mysql_xdevapi\Session::quoteName の例
- Example#1919 - mysql_xdevapi\Session::releaseSavepoint の例
- Example#1920 - mysql_xdevapi\Session::rollback の例
- Example#1921 - mysql_xdevapi\Session::rollbackTo の例
- Example#1922 - mysql_xdevapi\Session::setSavepoint の例
- Example#1923 - mysql_xdevapi\Session::sql の例
- Example#1924 - mysql_xdevapi\Session::startTransaction の例
- Example#1925 - mysql_xdevapi\SqlStatement::bind の例
- Example#1926 - mysql_xdevapi\SqlStatement::__construct の例
- Example#1927 - mysql_xdevapi\SqlStatement::execute の例
- Example#1928 - mysql_xdevapi\SqlStatement::getNextResult の例
- Example#1929 - mysql_xdevapi\SqlStatement::getResult の例
- Example#1930 - mysql_xdevapi\SqlStatement::hasMoreResults の例
- Example#1931 - mysql_xdevapi\SqlStatementResult::__construct の例
- Example#1932 - mysql_xdevapi\SqlStatementResult::fetchAll の例
- Example#1933 - mysql_xdevapi\SqlStatementResult::fetchOne の例
- Example#1934 - mysql_xdevapi\SqlStatementResult::getAffectedItemsCount の例
- Example#1935 - mysql_xdevapi\SqlStatementResult::getColumnsCount の例
- Example#1936 - mysql_xdevapi\SqlStatementResult::getColumnNames の例
- Example#1937 - mysql_xdevapi\SqlStatementResult::getColumns の例
- Example#1938 - mysql_xdevapi\SqlStatementResult::getGeneratedIds の例
- Example#1939 - mysql_xdevapi\SqlStatementResult::getLastInsertId の例
- Example#1940 - mysql_xdevapi\SqlStatementResult::getWarnings の例
- Example#1941 - mysql_xdevapi\SqlStatementResult::getWarningsCount の例
- Example#1942 - mysql_xdevapi\SqlStatementResult::hasData の例
- Example#1943 - mysql_xdevapi\SqlStatementResult::nextResult の例
- Example#1944 - mysql_xdevapi\Statement::__construct の例
- Example#1945 - mysql_xdevapi\Statement::getNextResult の例
- Example#1946 - mysql_xdevapi\Statement::getResult の例
- Example#1947 - mysql_xdevapi\Statement::hasMoreResults の例
- Example#1948 - mysql_xdevapi\Table::__construct の例
- Example#1949 - mysql_xdevapi\Table::count の例
- Example#1950 - mysql_xdevapi\Table::delete の例
- Example#1951 - mysql_xdevapi\Table::existsInDatabase の例
- Example#1952 - mysql_xdevapi\Table::getName の例
- Example#1953 - mysql_xdevapi\Table::getSchema の例
- Example#1954 - mysql_xdevapi\Table::getSession の例
- Example#1955 - mysql_xdevapi\Table::insert の例
- Example#1956 - mysql_xdevapi\Table::isView の例
- Example#1957 - mysql_xdevapi\Table::count の例
- Example#1958 - mysql_xdevapi\Table::update の例
- Example#1959 - mysql_xdevapi\TableDelete::bind の例
- Example#1960 - mysql_xdevapi\TableDelete::__construct の例
- Example#1961 - mysql_xdevapi\TableDelete::execute の例
- Example#1962 - mysql_xdevapi\TableDelete::limit の例
- Example#1963 - mysql_xdevapi\TableDelete::orderBy の例
- Example#1964 - mysql_xdevapi\TableDelete::where の例
- Example#1965 - mysql_xdevapi\TableInsert::__construct の例
- Example#1966 - mysql_xdevapi\TableInsert::execute の例
- Example#1967 - mysql_xdevapi\TableInsert::values の例
- Example#1968 - mysql_xdevapi\TableSelect::bind の例
- Example#1969 - mysql_xdevapi\TableSelect::__construct の例
- Example#1970 - mysql_xdevapi\TableSelect::execute の例
- Example#1971 - mysql_xdevapi\TableSelect::groupBy の例
- Example#1972 - mysql_xdevapi\TableSelect::having の例
- Example#1973 - mysql_xdevapi\TableSelect::limit の例
- Example#1974 - mysql_xdevapi\TableSelect::lockExclusive の例
- Example#1975 - mysql_xdevapi\TableSelect::lockShared の例
- Example#1976 - mysql_xdevapi\TableSelect::offset の例
- Example#1977 - mysql_xdevapi\TableSelect::orderBy の例
- Example#1978 - mysql_xdevapi\TableSelect::where の例
- Example#1979 - mysql_xdevapi\TableUpdate::bind の例
- Example#1980 - mysql_xdevapi\TableUpdate::__construct の例
- Example#1981 - mysql_xdevapi\TableUpdate::execute の例
- Example#1982 - mysql_xdevapi\TableUpdate::limit の例
- Example#1983 - mysql_xdevapi\TableUpdate::orderby の例
- Example#1984 - mysql_xdevapi\TableUpdate::set の例
- Example#1985 - mysql_xdevapi\TableUpdate::where の例
- Example#1986 - mysql_xdevapi\Warning::__construct の例
- Example#1987 - MySQL 拡張モジュールに関する例
- Example#1988 - mysql_affected_rows の例
- Example#1989 - トランザクションを利用した mysql_affected_rows の例
- Example#1990 - mysql_client_encoding の例
- Example#1991 - mysql_close の例
- Example#1992 - mysql_connect の例
- Example#1993 - mysql_connect で hostname:port 構文を使用する例
- Example#1994 - mysql_connect で ":/path/to/socket" 構文を使用する例
- Example#1995 - mysql_create_db の別の例
- Example#1996 - mysql_data_seek の例
- Example#1997 - mysql_db_name の例
- Example#1998 - mysql_db_query の別の例
- Example#1999 - mysql_drop_db の別の例
- Example#2000 - mysql_errno の例
- Example#2001 - mysql_error の例
- Example#2002 - mysql_escape_string の例
- Example#2003 - 重複した列名に対して別名を定義する問い合わせ
- Example#2004 - mysql_fetch_array を MYSQL_NUM とともに利用する
- Example#2005 - mysql_fetch_array を MYSQL_ASSOC とともに利用する
- Example#2006 - mysql_fetch_array を MYSQL_BOTH とともに利用する
- Example#2007 - mysql_fetch_assoc のいろいろな例
- Example#2008 - mysql_fetch_field の例
- Example#2009 - mysql_fetch_lengths の例
- Example#2010 - mysql_fetch_object の例
- Example#2011 - mysql_fetch_object の例
- Example#2012 - mysql_fetch_row で行を取得する
- Example#2013 - mysql_field_flags の例
- Example#2014 - mysql_field_len の例
- Example#2015 - mysql_field_name の例
- Example#2016 - mysql_field_table の例
- Example#2017 - mysql_field_type の例
- Example#2018 - mysql_free_result の例
- Example#2019 - mysql_get_client_info の例
- Example#2020 - mysql_get_host_info の例
- Example#2021 - mysql_get_proto_info の例
- Example#2022 - mysql_get_server_info の例
- Example#2023 - 該当する MySQL 文
- Example#2024 - mysql_insert_id の例
- Example#2025 - mysql_list_dbs の例
- Example#2026 - 非推奨である mysql_list_fields の代替例
- Example#2027 - mysql_list_processes の例
- Example#2028 - mysql_list_tables の別の例
- Example#2029 - mysql_num_fields の例
- Example#2030 - mysql_num_rows の例
- Example#2031 - mysql_ping の例
- Example#2032 - 間違ったクエリ
- Example#2033 - 正しいクエリ
- Example#2034 - 単純な mysql_real_escape_string の例
- Example#2035 - mysql_real_escape_string には接続が必須であることを示す例
- Example#2036 - SQL インジェクション攻撃の例
- Example#2037 - mysql_result の例
- Example#2038 - mysql_select_db の例
- Example#2039 - mysql_stat の例
- Example#2040 - mysql_stat の別の例
- Example#2041 - mysql_tablename の例
- Example#2042 - mysql_thread_id の例
- Example#2043 - Enabling the plugin (php.ini)
- Example#2044 - Minimal plugin-specific configuration file (mysqlnd_ms_plugin.ini)
- Example#2045 - Recommended minimal plugin-specific config (mysqlnd_ms_plugin.ini)
- Example#2046 - Using one server as a master and as a slave (testing only!)
- Example#2047 - Plugin specific configuration file (mysqlnd_ms_plugin.ini)
- Example#2048 - Opening a load balanced connection
- Example#2049 - Executing statements
- Example#2050 - Plugin config with one slave and one master
- Example#2051 - Pitfall: connection state and SQL user variables
- Example#2052 - Plugin config with one slave and one master
- Example#2053 - SQL hints to prevent connection switches
- Example#2054 - Fighting replication lag
- Example#2055 - Table creation on a slave
- Example#2056 - Plugin config with one slave and one master
- Example#2057 - Using SQL hints for transactions
- Example#2058 - Transaction aware load balancing: trx_stickiness setting
- Example#2059 - Transaction aware
- Example#2060 - General pattern for XA transactions
- Example#2061 - Local and global transactions are mutually exclusive
- Example#2062 - Transaction coordinator state store
- Example#2063 - Session consistency: read your writes
- Example#2064 - Requesting session consistency
- Example#2065 - Maximum age/slave lag
- Example#2066 - Limiting slave lag
- Example#2067 - Fail over not set
- Example#2068 - No slave within time limit
- Example#2069 - Create counter table on master
- Example#2070 - Plugin config: SQL for client-side GTID injection
- Example#2071 - Transparent global transaction ID injection
- Example#2072 - Plugin config: SQL for fetching GTID
- Example#2073 - Obtaining GTID after injection
- Example#2074 - Plugin config: Checking for a certain GTID
- Example#2075 - Session consistency service level and GTID combined
- Example#2076 - Plugin config: using MySQL 5.6.5-m8 built-in GTID feature
- Example#2077 - Recap: quality of service to request read your writes
- Example#2078 - Plugin config: no special entries for caching
- Example#2079 - Caching a slave request
- Example#2080 - Read your writes and caching combined
- Example#2081 - Manual failover, automatic optional
- Example#2082 - Manual failover
- Example#2083 - Cluster node groups
- Example#2084 - Manual partitioning using SQL hints
- Example#2085 - Plugin config: Fabric hosts instead of MySQL servers
- Example#2086 - Manual partitioning using SQL hints
- Example#2087 - Provoking a connection error
- Example#2088 - Connection error on query execution
- Example#2089 - Provoking a connection error
- Example#2090 - Most basic failover
- Example#2091 - Provoking a transient error
- Example#2092 - Transient error retry loop
- Example#2093 - Enabling the plugin (php.ini)
- Example#2094 - Basic plugin configuration (mysqlnd_ms_plugin.ini) for MySQL Replication
- Example#2095 - Multiple primaries - multi master (php.ini)
- Example#2096 - Primary copy with multiple primaries and paritioning
- Example#2097 - Multiple primaries - multi master (php.ini)
- Example#2098 - Synchronous update anywhere cluster
- Example#2099 - General pattern for XA transactions
- Example#2100 - Converting a PHP array (hash) into JSON format
- Example#2101 - Using section names example
- Example#2102 - List of anonymous slaves
- Example#2103 - Master list using symbolic names
- Example#2104 - Keywords to configure a server
- Example#2105 - New roundrobin filter, old functionality
- Example#2106 - The user filter replaces mysqlnd_ms_set_user_pick_server
- Example#2107 - Common error message in case of configuration file issues (upto version 1.5.0)
- Example#2108 - Improved configuration file validation since 1.5.0
- Example#2109 - Possibly more precise error due to mysqlnd_ms.force_config_usage=1
- Example#2110 - Minimum pluging configuration for use with MySQL Fabric
- Example#2111 - Optional timeout for communication with Fabric
- Example#2112 - Warnings about the violation of transaction boundaries
- Example#2113 - Invalid filter sequence
- Example#2114 - Random load balancing with random filter
- Example#2115 - Random once load balancing with random filter
- Example#2116 - Referencing error
- Example#2117 - Assigning a weight for load balancing
- Example#2118 - roundrobin filter
- Example#2119 - Setting a callback
- Example#2120 - Using a callback
- Example#2121 - Returning random masters and slaves
- Example#2122 - Manual partitioning
- Example#2123 - Global limit on slave lag
- Example#2124 - Optional master failover when failing to connect to slave (PECL/mysqlnd_ms < 1.4.0)
- Example#2125 - New syntax since 1.4.0
- Example#2126 - Disabling lazy connection
- Example#2127 - String escaping on a lazy connection handle
- Example#2128 - Master on write for consistent reads
- Example#2129 - Using master to execute transactions
- Example#2130 - No automatic failover, error handling pitfall
- Example#2131 - Retry loop for transient errors
- Example#2132 - SQL definition for the MySQL state store transaction table
- Example#2133 - SQL definition for the MySQL state store transaction table
- Example#2134 - SQL definition for the MySQL state store garbage collection table
- Example#2135 - Using section names example
- Example#2136 - List-like syntax
- Example#2137 - Verify plugin activity in a non-threaded deployment model
- Example#2138 - Recording statistics during shutdown
- Example#2139 - Example demonstrating the usage of mysqlnd_ms constants
- Example#2140 - mysqlnd_ms_dump_servers example
- Example#2141 - mysqlnd_ms_get_last_gtid example
- Example#2142 - mysqlnd_ms_get_last_used_connection example
- Example#2143 - mysqlnd_ms_get_stats example
- Example#2144 - mysqlnd_ms_match_wild example
- Example#2145 - mysqlnd_ms_query_is_select example
- Example#2146 - mysqlnd_ms_set_qos example
- Example#2147 - mysqlnd_ms_set_user_pick_server example
- Example#2148 - Enabling the plugin (php.ini)
- Example#2149 - Using the MYSQLND_QC_ENABLE_SWITCH SQL hint
- Example#2150 - Using the MYSQLND_QC_DISABLE_SWITCH SQL hint
- Example#2151 - Example showing which type of statements are not cached
- Example#2152 - Enabling caching for all statements using the mysqlnd_qc.cache_no_table ini setting
- Example#2153 - Setting the TTL with the mysqlnd_qc.ttl ini setting
- Example#2154 - Setting TTL with SQL hints
- Example#2155 - Setting a callback with mysqlnd_qc_set_is_select
- Example#2156 - Enabling the slam defense mechanism
- Example#2157 - Collecting a query trace
- Example#2158 - Setting the backtrace depth with the mysqlnd_qc.query_trace_bt_depth ini setting
- Example#2159 - Collecting statistics data with the mysqlnd_qc.time_statistics ini setting
- Example#2160 - Example mysqlnd_qc_get_cache_info usage
- Example#2161 - Example mysqlnd_qc_get_normalized_query_trace_log usage
- Example#2162 - Using a user-defined storage handler
- Example#2163 - SQL ヒント定数の利用
- Example#2164 - mysqlnd_qc_set_cache_condition の使用例
- Example#2165 - mysqlnd_qc_get_available_handlers example
- Example#2166 - mysqlnd_qc_get_cache_info example
- Example#2167 - mysqlnd_qc_get_core_stats example
- Example#2168 - mysqlnd_qc_get_normalized_query_trace_log example
- Example#2169 - mysqlnd_qc_get_query_trace_log example
- Example#2170 - mysqlnd_qc_set_cache_condition example
- Example#2171 - mysqlnd_qc_set_is_select example
- Example#2172 - mysqlnd_qc_set_storage_handler example
- Example#2173 - Enabling the plugin (php.ini)
- Example#2174 - Pseudo-code: what a built-in class does
- Example#2175 - Installing a proxy
- Example#2176 - Proxy registration, mysqlnd_uh.enable=1
- Example#2177 - Proxy installation disabled
- Example#2178 - Connection proxy
- Example#2179 - Prepared statement proxy
- Example#2180 - Basic Monitoring
- Example#2181 - MysqlndUhConnection::changeUser example
- Example#2182 - MysqlndUhConnection::charsetName example
- Example#2183 - MysqlndUhConnection::close example
- Example#2184 - MysqlndUhConnection::connect example
- Example#2185 - MysqlndUhConnection::endPSession example
- Example#2186 - MysqlndUhConnection::escapeString example
- Example#2187 - MysqlndUhConnection::getAffectedRows example
- Example#2188 - MysqlndUhConnection::getErrorNumber example
- Example#2189 - MysqlndUhConnection::getErrorString example
- Example#2190 - MysqlndUhConnection::getFieldCount example
- Example#2191 - MysqlndUhConnection::getHostInformation example
- Example#2192 - MysqlndUhConnection::getLastInsertId example
- Example#2193 - MysqlndUhConnection::getLastMessage example
- Example#2194 - MysqlndUhConnection::getProtocolInformation example
- Example#2195 - MysqlndUhConnection::getServerInformation example
- Example#2196 - MysqlndUhConnection::getServerStatistics example
- Example#2197 - MysqlndUhConnection::getServerVersion example
- Example#2198 - MysqlndUhConnection::getSqlstate example
- Example#2199 - MysqlndUhConnection::getStatistics example
- Example#2200 - MysqlndUhConnection::getThreadId example
- Example#2201 - MysqlndUhConnection::getWarningCount example
- Example#2202 - MysqlndUhConnection::init example
- Example#2203 - MysqlndUhConnection::kill example
- Example#2204 - MysqlndUhConnection::listFields example
- Example#2205 - MysqlndUhConnection::listMethod example
- Example#2206 - MysqlndUhConnection::moreResults example
- Example#2207 - MysqlndUhConnection::nextResult example
- Example#2208 - MysqlndUhConnection::ping example
- Example#2209 - MysqlndUhConnection::query example
- Example#2210 - MysqlndUhConnection::queryReadResultsetHeader example
- Example#2211 - MysqlndUhConnection::reapQuery example
- Example#2212 - MysqlndUhConnection::refreshServer example
- Example#2213 - MysqlndUhConnection::restartPSession example
- Example#2214 - MysqlndUhConnection::selectDb example
- Example#2215 - MysqlndUhConnection::sendClose example
- Example#2216 - MysqlndUhConnection::sendQuery example
- Example#2217 - MysqlndUhConnection::serverDumpDebugInformation example
- Example#2218 - MysqlndUhConnection::setAutocommit example
- Example#2219 - MysqlndUhConnection::setCharset example
- Example#2220 - MysqlndUhConnection::setClientOption example
- Example#2221 - MysqlndUhConnection::setServerOption example
- Example#2222 - MysqlndUhConnection::simpleCommand example
- Example#2223 - MysqlndUhConnection::simpleCommandHandleResponse example
- Example#2224 - MysqlndUhConnection::sslSet example
- Example#2225 - MysqlndUhConnection::stmtInit example
- Example#2226 - MysqlndUhConnection::storeResult example
- Example#2227 - MysqlndUhConnection::txCommit example
- Example#2228 - MysqlndUhConnection::txRollback example
- Example#2229 - MysqlndUhConnection::useResult example
- Example#2230 - MysqlndUhPreparedStatement::execute example
- Example#2231 - MysqlndUhPreparedStatement::prepare example
- Example#2232 - mysqlnd_uh_convert_to_mysqlnd example
- Example#2233 - mysqlnd_uh_set_connection_proxy example
- Example#2234 - プラグインを有効にする (php.ini)
- Example#2235 - クイックスタートで使うテーブルの SQL
- Example#2236 - 基本的な例
- Example#2237 - mysqlnd_memcache_get_config の例
- Example#2238 - mysqlnd_memcache_set で、 var_dump をデバッグ用コールバックとして使う例
- Example#2239 - 基本的なクエリ
- Example#2240 - バインド変数を用いた挿入
- Example#2241 - クエリの WHERE 句でのバインド
- Example#2242 - CLOB カラムにデータを挿入する
- Example#2243 - PL/SQL ストアドファンクションの使用
- Example#2244 - PL/SQL ストアドプロシージャの使用
- Example#2245 - REF CURSOR を返す PL/SQL ファンクションのコール
- Example#2246 -
- Example#2247 - DTrace を使用して すべてのユーザーレベルの PHP OCI8 静的プローブをトレースするための user_oci8_probes.d
- Example#2248 - oci_bind_array_by_name の例
- Example#2249 - oci_bind_by_name によるデータの挿入
- Example#2250 - 一度組み立てたものを複数回実行
- Example#2251 - foreach ループでのバインド
- Example#2252 - WHERE 句でのバインド
- Example#2253 - LIKE 句でのバインド
- Example#2254 - REGEXP_LIKE でのバインド
- Example#2255 - IN 句での複数の値のバインド
- Example#2256 - クエリが返す ROWID のバインド
- Example#2257 - INSERT での ROWID のバインド
- Example#2258 - PL/SQL ストアドファンクションでのバインド
- Example#2259 - PL/SQL ストアドプロシージャでのパラメータのバインド
- Example#2260 - CLOB 列のバインド
- Example#2261 - PL/SQL の BOOLEAN のバインド
- Example#2262 - oci_client_version の例
- Example#2263 - 接続を閉じる
- Example#2264 - 参照の全てが閉じられるまでデータベース接続は閉じられません
- Example#2265 - 一回以上開かれた接続を閉じる
- Example#2266 - 変数がスコープから外れると接続が閉じられます
- Example#2267 - oci_commit の例
- Example#2268 - Easy Connect 構文を使った基本的な oci_connect の使用例
- Example#2269 - Network Connect 名を使った基本的な oci_connect の使用例
- Example#2270 - oci_connect での明示的な文字セットの指定
- Example#2271 - oci_connect での複数コールの使用
- Example#2272 - oci_define_by_name の例
- Example#2273 - oci_define_by_name での大文字小文字を区別するカラム名の使用
- Example#2274 - oci_define_by_name での LOB カラムの使用
- Example#2275 - oci_define_by_name での型の明示
- Example#2276 - 接続エラー後の Oracle エラーメッセージの表示
- Example#2277 - パースエラー時の Oracle エラーメッセージの表示
- Example#2278 - 実行エラー時の、 Oracle エラーメッセージと問題となった文の表示
- Example#2279 - oci_execute での問い合わせの例
- Example#2280 - モードを指定せずに oci_execute を実行する例
- Example#2281 - oci_execute で OCI_NO_AUTO_COMMIT を使う例
- Example#2282 - oci_execute でさまざまなコミットモードを使う例
- Example#2283 - oci_execute で OCI_DESCRIBE_ONLY を使う例
- Example#2284 - oci_fetch_all の例
- Example#2285 - oci_fetch_all で OCI_FETCHSTATEMENT_BY_ROW を使う例
- Example#2286 - oci_fetch_all で OCI_NUM を使う例
- Example#2287 - oci_fetch_array での OCI_BOTH の使用例
- Example#2288 - oci_fetch_array での OCI_NUM の使用例
- Example#2289 - oci_fetch_array での OCI_ASSOC の使用例
- Example#2290 - oci_fetch_array での OCI_RETURN_NULLS の使用例
- Example#2291 - oci_fetch_array での OCI_RETURN_LOBS の使用例
- Example#2292 - oci_fetch_array での文字の大小を区別するカラムの使用例
- Example#2293 - oci_fetch_array での同じ名前のカラムの使用例
- Example#2294 - oci_fetch_array での DATE カラムの使用例
- Example#2295 - oci_fetch_array での REF CURSOR の使用例
- Example#2296 - oci_fetch_array での LIMIT 風のクエリによるページング
- Example#2297 - oci_fetch_array で Oracle Database の暗黙の結果セットを使う例
- Example#2298 - oci_fetch_assoc の例
- Example#2299 - oci_fetch_object の例
- Example#2300 - 文字の大小を区別するカラム名を持つ oci_fetch_object
- Example#2301 - LOB を持つ oci_fetch_object
- Example#2302 - oci_fetch_row の例
- Example#2303 - oci_fetch での定義済みの変数の使用
- Example#2304 - oci_fetch と oci_result の使用例
- Example#2305 - oci_field_name の例
- Example#2306 - oci_field_name の例
- Example#2307 - oci_field_precision の例
- Example#2308 - oci_field_scale の例
- Example#2309 - oci_field_size の例
- Example#2310 - oci_field_type_raw の例
- Example#2311 - oci_field_type の例
- Example#2312 - ループ内で暗黙の結果セットを取得
- Example#2313 - 子ステートメントのハンドラをそれぞれ取得
- Example#2314 - プリフェッチ数を明示的に設定
- Example#2315 - oci_get_implicit_resultset を使用しない暗黙の結果セットの例
- Example#2316 - oci_new_connect の例
- Example#2317 - Oracle ストアドプロシージャにおける REF CURSOR のバインド
- Example#2318 - oci_new_descriptor の例
- Example#2319 - oci_new_descriptor の例
- Example#2320 - oci_num_fields の例
- Example#2321 - oci_num_rows の例
- Example#2322 - oci_parse での SQL 文の例
- Example#2323 - oci_parse での PL/SQL の例
- Example#2324 - oci_password_change で、接続中のユーザーのパスワードを変更する例
- Example#2325 - oci_password_change で、接続とパスワードの変更を一度に行う例
- Example#2326 - Easy Connect 構文を使った oci_pconnect の例
- Example#2327 - oci_fetch と oci_result を組み合わせる例
- Example#2328 - oci_rollback の例
- Example#2329 - SAVEPOINT へのロールバックの例
- Example#2330 - oci_server_version の例
- Example#2331 - アクションを設定する
- Example#2332 - Setting the timeout
- Example#2333 - クライアント識別子をアプリケーションのユーザーに設定する
- Example#2334 - クライアント情報を設定する
- Example#2335 - Setting the DBOP
- Example#2336 - 異なるバージョンの myfunc() が利用できる例
- Example#2337 - モジュール名を設定する
- Example#2338 - クエリのデフォルトプリフェッチ値の変更
- Example#2339 - REF CURSOR のデフォルトプリフェッチの変更
- Example#2340 - REF CURSOR を Oracle に戻すときのプリフェッチの設定
- Example#2341 - oci_statement_type の例
- Example#2342 - 2 つのフィールドを持つ Paradox データベースを作成する
- Example#2343 - paradox の日付を人間が理解しやすい形式に変換する
- Example#2344 - paradox データベースの日付/時刻フィールドに、現在の日付/時刻を設定する
- Example#2345 - Paradox データベースをオープンする
- Example#2346 - Paradox データベースをオープンする
- Example#2347 - paradox のタイムスタンプを人間が理解しやすい形式に変換する
- Example#2348 - PostgreSQL 拡張モジュールの概要
- Example#2349 - PostgreSQL のユーザー定義関数の例
- Example#2350 - pg_affected_rows の例
- Example#2351 - pg_cancel_query の例
- Example#2352 - pg_client_encoding の例
- Example#2353 - pg_close の例
- Example#2354 - pg_connect の使用法
- Example#2355 - pg_connection_busy の例
- Example#2356 - pg_connection_reset の例
- Example#2357 - pg_connection_status の例
- Example#2358 - pg_convert の例
- Example#2359 - pg_copy_from の例
- Example#2360 - pg_copy_to の例
- Example#2361 - pg_dbname の例
- Example#2362 - pg_delete の例
- Example#2363 - pg_end_copy の例
- Example#2364 - pg_escape_bytea の例
- Example#2365 - pg_escape_identifier の例
- Example#2366 - pg_escape_literal の例
- Example#2367 - pg_escape_string の例
- Example#2368 - pg_execute の使用法
- Example#2369 - pg_fetch_all_columns の例
- Example#2370 - PostgreSQL fetch all
- Example#2371 - pg_fetch_array の例
- Example#2372 - pg_fetch_assoc の例
- Example#2373 - pg_fetch_object の例
- Example#2374 - pg_fetch_result の例
- Example#2375 - pg_fetch_row の例
- Example#2376 - pg_field_is_null の例
- Example#2377 - フィールド情報を取得する
- Example#2378 - フィールドの情報を取得する
- Example#2379 - フィールドの情報を取得する
- Example#2380 - フィールドの情報を取得する
- Example#2381 - フィールドについてのテーブル情報の取得
- Example#2382 - フィールドの情報を得る
- Example#2383 - フィールドの情報を取得する
- Example#2384 - pg_free_result の例
- Example#2385 - PostgreSQL NOTIFY メッセージ
- Example#2386 - PostgreSQL バックエンドの PID
- Example#2387 - pg_get_result の例
- Example#2388 - pg_host の例
- Example#2389 - pg_insert の例
- Example#2390 - pg_last_error の例
- Example#2391 - pg_last_notice の例
- Example#2392 - pg_last_oid の例
- Example#2393 - pg_lo_close example
- Example#2394 - pg_lo_create の例
- Example#2395 - pg_lo_export の例
- Example#2396 - pg_lo_import の例
- Example#2397 - pg_lo_open の例
- Example#2398 - pg_lo_read_all の例
- Example#2399 - pg_lo_read の例
- Example#2400 - pg_lo_seek の例
- Example#2401 - pg_lo_tell の例
- Example#2402 - pg_lo_truncate の例
- Example#2403 - pg_lo_unlink の例
- Example#2404 - pg_lo_write の例
- Example#2405 - テーブルのメタデータを得る
- Example#2406 - pg_num_fields の例
- Example#2407 - pg_num_rows の例
- Example#2408 - pg_options の例
- Example#2409 - pg_parameter_status の例
- Example#2410 - pg_pconnect の使用法
- Example#2411 - pg_ping の例
- Example#2412 - pg_port の例
- Example#2413 - pg_prepare の使用法
- Example#2414 - pg_put_line の例
- Example#2415 - pg_query_params の使用法
- Example#2416 - pg_query の例
- Example#2417 - pg_query で複数の文を使用する例
- Example#2418 - pg_result_error_field の例
- Example#2419 - pg_result_error の例
- Example#2420 - pg_result_seek の例
- Example#2421 - pg_result_status の例
- Example#2422 - pg_select の例
- Example#2423 - pg_send_execute の使用法
- Example#2424 - pg_send_prepare の使用法
- Example#2425 - pg_send_query_params の使用法
- Example#2426 - pg_send_query の例
- Example#2427 - pg_set_client_encoding の例
- Example#2428 - pg_set_error_verbosity の例
- Example#2429 - pg_trace の例
- Example#2430 - pg_transaction_status の例
- Example#2431 - pg_tty の例
- Example#2432 - pg_unescape_bytea の例
- Example#2433 - pg_untrace の例
- Example#2434 - pg_update の例
- Example#2435 - pg_version の例
- Example#2436 - 既存のデータベースをバックアップする
- Example#2437 - SQLite3::changes の例
- Example#2438 - SQLite3::close の例
- Example#2439 - SQLite3::__construct の例
- Example#2440 - max_length 集約関数の例
- Example#2441 - SQLite3::createCollation の例
- Example#2442 - SQLite3::createFunction の例
- Example#2443 - SQLite3::enableExceptions の例
- Example#2444 - SQLite3::exec の例
- Example#2445 - SQLite3::loadExtension の例
- Example#2446 - SQLite3::open の例
- Example#2447 - SQLite3::openBlob の例
- Example#2448 - インクリメンタルにBLOBに書き込む
- Example#2449 - SQLite3::prepare の例
- Example#2450 - SQLite3::query の例
- Example#2451 - SQLite3::querySingle の例
- Example#2452 - SQLite3::setAuthorizer の例
- Example#2453 - SQLite3::version の例
- Example#2454 - SQLite3Stmt::bindParam の使い方
- Example#2455 - SQLite3Stmt::bindValue の例
- Example#2456 - 展開済みのSQLを調べる
- Example#2457 - sqlsrv_begin_transaction example
- Example#2458 - sqlsrv_cancel example
- Example#2459 - sqlsrv_client_info example
- Example#2460 - sqlsrv_close example
- Example#2461 - sqlsrv_commit example
- Example#2462 - Connect using Windows Authentication.
- Example#2463 - Connect by specifying a user name and password.
- Example#2464 - Connect on a specified port.
- Example#2465 - functionname example
- Example#2466 - sqlsrv_execute example
- Example#2467 - 連想配列を扱う場合の例
- Example#2468 - 配列を扱う場合の例
- Example#2469 - sqlsrv_fetch_object example
- Example#2470 - sqlsrv_fetch example
- Example#2471 - sqlsrv_field_metadata example
- Example#2472 - sqlsrv_free_stmt example
- Example#2473 - sqlsrv_get_field example
- Example#2474 - sqlsrv_has_rows example
- Example#2475 - sqlsrv_next_result example
- Example#2476 - sqlsrv_num_fields example
- Example#2477 - sqlsrv_num_rows example
- Example#2478 - sqlsrv_prepare example
- Example#2479 - sqlsrv_query example
- Example#2480 - sqlsrv_rollback example
- Example#2481 - sqlsrv_rows_affected example
- Example#2482 - sqlsrv_send_stream_data example
- Example#2483 - sqlsrv_server_info example
- Example#2484 - key-value ペアの格納と取得
- Example#2485 - TokyoTyrant::add の例
- Example#2486 - TokyoTyrant::connect の例
- Example#2487 - TokyoTyrant::connectUri の例
- Example#2488 - TokyoTyrant::copy の例
- Example#2489 - TokyoTyrant::ext の例
- Example#2490 - TokyoTyrant::fwmKeys の例
- Example#2491 - TokyoTyrant::get の例
- Example#2492 - TokyoTyrant::getIterator の例
- Example#2493 - TokyoTyrant::num の例
- Example#2494 - TokyoTyrant::out の例
- Example#2495 - TokyoTyrant::put の例
- Example#2496 - TokyoTyrant::putCat の例
- Example#2497 - tokyotyrant::putKeep の例
- Example#2498 - TokyoTyrant::putNr の例
- Example#2499 - TokyoTyrant::putShl example
- Example#2500 - TokyoTyrant::setMaster の例
- Example#2501 - TokyoTyrant::size の例
- Example#2502 - TokyoTyrant::stat の例
- Example#2503 - TokyoTyrant::vanish の例
- Example#2504 - TokyoTyrantTable::genUid の例
- Example#2505 - TokyoTyrantTable::get の例
- Example#2506 - TokyoTyrantTable::getIterator の例
- Example#2507 - TokyoTyrantTable::getQuery の例
- Example#2508 - TokyoTyrantTable::out の例
- Example#2509 - TokyoTyrantTable::put の例
- Example#2510 - TokyoTyrantTable::putCat の例
- Example#2511 - TokyoTyrantTable::putKeep の例
- Example#2512 - TokyoTyrantQuery::addCond の例
- Example#2513 - TokyoTyrantQuery::__construct の例
- Example#2514 - TokyoTyrantQuery::count の例
- Example#2515 - TokyoTyrantQuery のイテレータの例
- Example#2516 - TokyoTyrantQuery::hint の例
- Example#2517 - TokyoTyrantQuery のイテレータの例
- Example#2518 - TokyoTyrantQuery::metaSearch の例
- Example#2519 - TokyoTyrantQuery のイテレータの例
- Example#2520 - TokyoTyrantQuery::out の例
- Example#2521 - TokyoTyrantQuery のイテレータの例
- Example#2522 - TokyoTyrantQuery::search の例
- Example#2523 - TokyoTyrantQuery のイテレータの例
- Example#2524 - TokyoTyrantIterator::__construct の例
- Example#2525 - cal_days_in_month の例
- Example#2526 - cal_from_jd の例
- Example#2527 - cal_info の例
- Example#2528 - easter_date の例
- Example#2529 - easter_days の例
- Example#2530 - カレンダー関数
- Example#2531 - Overflow behavior
- Example#2532 - jdtojewish の例
- Example#2533 - DateTimeImmutable::add/sub は、経過時間を含む区間を足してしまう
- Example#2534 - DateTimeImmutable::modify と strtotime を使い、個々のコンポーネントの値をインクリメント/デクリメントする
- Example#2535 - 時刻を引き算すると、日付がオーバー/アンダーフローする可能性がある
- Example#2536 - DateTime::add の例
- Example#2537 - DateTime::add の別の例
- Example#2538 - 月を加算するときの注意点
- Example#2539 - DateTime::__construct の例
- Example#2540 - DateTime::__construct の複雑な例
- Example#2541 - DateTime::createFromFormat の例
- Example#2542 - DateTime::createFromFormat の複雑な例
- Example#2543 - リテラル文字を含む書式文字列
- Example#2544 - 変更可能な日付オブジェクトを作る
- Example#2545 - DateTime::getLastErrors の例
- Example#2546 - DateTime::modify の例
- Example#2547 - 月の加減算には注意
- Example#2548 - DateTime::setDate の例
- Example#2549 - 範囲を超えた値が親の値に加算される例
- Example#2550 - DateTime::setISODate の例
- Example#2551 - 範囲を超えた値が親の値に加算される例
- Example#2552 - その週が存在する月を探す例
- Example#2553 - DateTime::setTime の例
- Example#2554 - 範囲を超えた値が親の値に加算される例
- Example#2555 - DateTime::setTimestamp の例
- Example#2556 - PHP 5.2 における DateTime::setTimestamp のもうひとつの方法
- Example#2557 - DateTime::setTimeZone の例
- Example#2558 - DateTime::sub の例
- Example#2559 - DateTime::sub の別の例
- Example#2560 - 月を減算するときの注意点
- Example#2561 - 変更不能な日付オブジェクトを作る
- Example#2562 - DateTime::diff の例
- Example#2563 - DateTime オブジェクトの比較
- Example#2564 - DateTime::format の例
- Example#2565 - DateTime::getOffset の例
- Example#2566 - DateTime::getTimestamp の例
- Example#2567 - DateTime::getTimezone の例
- Example#2568 - DateTimeZone のインスタンスを作成する際のエラー処理
- Example#2569 - DateTimeZone::getLocation の例
- Example#2570 - DateTimeZone::getOffset の例
- Example#2571 - timezone_transitions_get の例
- Example#2572 - timezone_abbreviations_list の例
- Example#2573 - timezone_identifiers_list の例
- Example#2574 -
- Example#2575 - 日付の間隔のパース
- Example#2576 - DateInterval の例
- Example#2577 - DateInterval での繰り越しの例
- Example#2578 - DateInterval および DateTime::diff での修飾子 %a および %d
- Example#2579 - DatePeriod の例
- Example#2580 - DatePeriod で DatePeriod::EXCLUDE_START_DATE を使う例
- Example#2581 - DatePeriod::getDateInterval の例
- Example#2582 - DatePeriod::getEndDate の例
- Example#2583 - 終了日のない DatePeriod::getEndDate
- Example#2584 - DatePeriod::getStartDate の例
- Example#2585 - checkdate の例
- Example#2586 - デフォルトのタイムゾーンの取得
- Example#2587 - タイムゾーンの短縮名の取得
- Example#2588 - デフォルトのタイムゾーンの取得
- Example#2589 - date_parse_from_format の例
- Example#2590 - date_parse の例
- Example#2591 - date_parse での相対的な書式の使用例
- Example#2592 - date_sun_info の例
- Example#2593 - Polar night
- Example#2594 - Midnight sun
- Example#2595 - date_sunrise の例
- Example#2596 - No sunrise
- Example#2597 - date_sunset の例
- Example#2598 - No sunset
- Example#2599 - date の例
- Example#2600 - date の文字をエスケープする
- Example#2601 - date と mktime の例
- Example#2602 - date のフォーマット指定
- Example#2603 - getdate の例
- Example#2604 - gettimeofday の例
- Example#2605 - gmdate の例
- Example#2606 - gmmktime の基本的な例
- Example#2607 - gmstrftime の例
- Example#2608 - idate の例
- Example#2609 - time の例
- Example#2610 - microtime でタイマスクリプト実行
- Example#2611 - PHP 5 におけるタイマスクリプト実行
- Example#2612 - microtime と REQUEST_TIME_FLOAT の例 (PHP 5.4.0 以降)
- Example#2613 - mktime の基本的な例
- Example#2614 - mktime の例
- Example#2615 - 月の末日
- Example#2616 - strftime のロケールの例
- Example#2617 - ISO 8601:1988 の週番号の例
- Example#2618 - %e 修飾子を使う、クロスプラットフォーム対応の例
- Example#2619 - すべての書式の表示
- Example#2620 - strptime の例
- Example#2621 - A strtotime の例
- Example#2622 - 失敗のチェック
- Example#2623 - time の例
- Example#2624 - timezone_name_from_abbr の例
- Example#2625 - timezonedb のバージョンの取得
- Example#2626 - Measure several code blocks execution and get the total
- Example#2627 - 開いているファイル記述子を閉じる
- Example#2628 - ロックの設定と解除
- Example#2629 - ファイル記述子をオープンする
- Example#2630 - ファイル内の位置の指定
- Example#2631 - シリアルポートのボーレートを設定する
- Example#2632 - chdir の例
- Example#2633 - chroot の例
- Example#2634 - closedir の例
- Example#2635 - dir の例
- Example#2636 - getcwd の例
- Example#2637 - opendir の例
- Example#2638 - ディレクトリ内の全てのエントリのリストを得る
- Example#2639 - カレントディレクトリの全てのエントリを一覧する。ただし . および .. は取り除く
- Example#2640 - scandir の簡単な例
- Example#2641 - finfo_buffer の例
- Example#2642 - finfo_file の例
- Example#2643 - オブジェクト指向型
- Example#2644 - 手続き型
- Example#2645 - mime_content_type の例
- Example#2646 - basename の例
- Example#2647 - ファイルのグループの変更
- Example#2648 - シンプルな chown の例
- Example#2649 - clearstatcache の例
- Example#2650 - copy の例
- Example#2651 - dirname の例
- Example#2652 - disk_free_space の例
- Example#2653 - disk_total_space の例
- Example#2654 - シンプルな fclose の例
- Example#2655 - feof のタイムアウト処理
- Example#2656 - feof に無効なファイルポインタを使用する例
- Example#2657 - fflush を使用するファイル書き込みの例
- Example#2658 - fgetc の例
- Example#2659 - CSV ファイルの全てのコンテンツを読み込み、表示する
- Example#2660 - 行毎にファイルを読み込む
- Example#2661 - PHP ファイルの 1 行ごとの読み込み
- Example#2662 - あるファイルが存在するかどうか調べる
- Example#2663 - とあるウェブサイトのホームページのソースの取得と出力
- Example#2664 - include_path の検索
- Example#2665 - ファイルの一部の読み込み
- Example#2666 - ストリームコンテキストの使用
- Example#2667 - シンプルな使用例
- Example#2668 - フラグの使用
- Example#2669 - file の例
- Example#2670 - fileatime の例
- Example#2671 - filectime の例
- Example#2672 - ファイルのグループの取得
- Example#2673 - 現在のファイルとのファイルの inode の比較
- Example#2674 - filemtime の例
- Example#2675 - ファイルの所有者の取得
- Example#2676 - 八進形式でのパーミッションの表示
- Example#2677 - 完全なパーミッションの表示
- Example#2678 - filesize の例
- Example#2679 - filetype の例
- Example#2680 - flock の例
- Example#2681 - flock で LOCK_NB オプションを使う例
- Example#2682 - シェルのワイルドカードパターンによる色の名前のチェック
- Example#2683 - fopen の例
- Example#2684 - バイナリファイルに対する fpassthru の使用例
- Example#2685 - fputcsv の例
- Example#2686 - シンプルな fread の例
- Example#2687 - バイナリの fread の例
- Example#2688 - リモートファイルの fread の例
- Example#2689 - fscanf の例
- Example#2690 - users.txt の内容
- Example#2691 - fseek の例
- Example#2692 - fstat の例
- Example#2693 - ftell の例
- Example#2694 - ファイルの丸めの例
- Example#2695 - 簡単な fwrite の例
- Example#2696 - glob が opendir と関連する関数群の代替策になるかを示す簡便な方法
- Example#2697 - is_dir の例
- Example#2698 - is_executable の例
- Example#2699 - is_file の例
- Example#2700 - シンボリックリンクの作成と、ファイルがシンボリックリンクかどうかの確認
- Example#2701 - is_readable の例
- Example#2702 - is_uploaded_file の例
- Example#2703 - is_writable の例
- Example#2704 - シンボリックリンクのグループの変更
- Example#2705 - シンボリックリンクの所有者の変更
- Example#2706 - シンプルなハードリンクの作成
- Example#2707 - linkinfo の例
- Example#2708 - stat と lstat の比較
- Example#2709 - mkdir の例
- Example#2710 - mkdir での recursive パラメータの使用例
- Example#2711 - 複数のファイルのアップロード
- Example#2712 - sample.ini の内容
- Example#2713 - parse_ini_file の例
- Example#2714 - parse_ini_file による php.ini ファイルのパース
- Example#2715 - ini ファイルの値の補完
- Example#2716 - pathinfo の例
- Example#2717 - pathinfo での、拡張子を空にしたときと拡張子がないときの違いの例
- Example#2718 - pathinfo での、ドットファイルの例
- Example#2719 - pclose の例
- Example#2720 - popen の例
- Example#2721 - popen の例
- Example#2722 - readfile によるダウンロードの強制
- Example#2723 - readlink の例
- Example#2724 - realpath_cache_get 例
- Example#2725 - realpath_cache_size 例
- Example#2726 - realpath の例
- Example#2727 - Windows 上での realpath
- Example#2728 - rename の例
- Example#2729 - rewind での上書きの例
- Example#2730 - rmdir の例
- Example#2731 - stat の例
- Example#2732 - stat の情報を touch と組み合わせる例
- Example#2733 - シンボリックリンクの作成
- Example#2734 - tempnam の例
- Example#2735 - tmpfile の例
- Example#2736 - touch の例
- Example#2737 - touch で time パラメータを使用する例
- Example#2738 - umask の例
- Example#2739 - 基本的な unlink の使用法
- Example#2740 - inotify の使用例
- Example#2741 - magic.mime のパスの設定例
- Example#2742 - setproctitle の例
- Example#2743 - setthreadtitle の例
- Example#2744 - システム管理者がファイルに署名をしているかどうかを調べる
- Example#2745 - ファイルのすべての拡張属性の名前を表示する
- Example#2746 - ファイルのすべての拡張属性を削除する
- Example#2747 - .wav ファイルに拡張属性を設定する
- Example#2748 - xattr_supported の例
- Example#2749 - xdiff_file_bdiff_size の例
- Example#2750 - xdiff_file_bdiff の例
- Example#2751 - xdiff_file_bpatch の例
- Example#2752 - xdiff_file_diff_binary の例
- Example#2753 - xdiff_file_diff の例
- Example#2754 - xdiff_file_merge3 の例
- Example#2755 - xdiff_file_patch_binary の例
- Example#2756 - xdiff_file_patch の例
- Example#2757 - 逆パッチの例
- Example#2758 - xdiff_file_rabdiff の例
- Example#2759 - xdiff_string_bdiff_size の例
- Example#2760 - xdiff_string_diff の例
- Example#2761 - xdiff_string_patch の例
- Example#2762 - Enchant の使用例
- Example#2763 - 指定したブローカーが提供するバックエンドの一覧
- Example#2764 - enchant_broker_dict_exists の例
- Example#2765 - あるブローカーで使用可能なすべての辞書を表示する
- Example#2766 - enchant_broker_request_dict の例
- Example#2767 - PWL への単語の追加
- Example#2768 - enchant_broker_dict_describe の例
- Example#2769 - enchant_dict_quick_check の例
- Example#2770 - enchant_dict_suggest の例
- Example#2771 - 利用例
- Example#2772 - Gender\Gender::country の使用例
- Example#2773 - bindtextdomain の例
- Example#2774 - gettext のチェック
- Example#2775 - ngettext の例
- Example#2776 - iconv_get_encoding の例
- Example#2777 - iconv_mime_decode_headers の例
- Example#2778 - iconv_mime_decode の例
- Example#2779 - iconv_mime_encode の例:
- Example#2780 - iconv_set_encoding の例
- Example#2781 - iconv の例
- Example#2782 - ob_iconv_handler の例
- Example#2783 - 手続き型 API の使用例
- Example#2784 - オブジェクト指向型 API の使用例
- Example#2785 - FRENCH_COLLATION のルール
- Example#2786 - ALTERNATE_HANDLING のルール
- Example#2787 - CASE_FIRST のルール
- Example#2788 - CASE_LEVEL のルール
- Example#2789 - collator_asort の例
- Example#2790 - collator_compare の例
- Example#2791 - Collator::__construct の例
- Example#2792 - collator_create の例
- Example#2793 - collator_get_attribute の例
- Example#2794 - collator_get_error_code の例
- Example#2795 - collator_get_error_message の例
- Example#2796 - collator_get_locale の例
- Example#2797 - collator_get_sort_key の例
- Example#2798 - collator_get_strength の例
- Example#2799 - collator_set_attribute の例
- Example#2800 - collator_set_strength の例
- Example#2801 - collator_sort_with_sort_keys の例
- Example#2802 - collator_sort の例
- Example#2803 - numfmt_create の例
- Example#2804 - NumberFormatter::create の例
- Example#2805 - numfmt_format_currency の例
- Example#2806 - オブジェクト指向の例
- Example#2807 - numfmt_format の例
- Example#2808 - オブジェクト指向の例
- Example#2809 - numfmt_get_attribute の例
- Example#2810 - オブジェクト指向の例
- Example#2811 - numfmt_get_error_code の例
- Example#2812 - オブジェクト指向の例
- Example#2813 - numfmt_get_error_message の例
- Example#2814 - オブジェクト指向の例
- Example#2815 - numfmt_get_locale の例
- Example#2816 - numfmt_get_pattern の例
- Example#2817 - オブジェクト指向の例
- Example#2818 - numfmt_get_symbol の例
- Example#2819 - オブジェクト指向の例
- Example#2820 - numfmt_get_text_attribute の例
- Example#2821 - オブジェクト指向の例
- Example#2822 - numfmt_parse_currency の例
- Example#2823 - オブジェクト指向の例
- Example#2824 - numfmt_parse の例
- Example#2825 - オブジェクト指向の例
- Example#2826 - numfmt_set_attribute の例
- Example#2827 - オブジェクト指向の例
- Example#2828 - numfmt_set_pattern の例
- Example#2829 - オブジェクト指向の例
- Example#2830 - numfmt_set_symbol の例
- Example#2831 - オブジェクト指向の例
- Example#2832 - numfmt_set_text_attribute の例
- Example#2833 - オブジェクト指向の例
- Example#2834 - locale_accept_from_http の例
- Example#2835 - オブジェクト指向の例
- Example#2836 - locale_compose の例
- Example#2837 - オブジェクト指向の例
- Example#2838 - locale_filter_matches の例
- Example#2839 - オブジェクト指向の例
- Example#2840 - locale_get_all_variants の例
- Example#2841 - オブジェクト指向の例
- Example#2842 - locale_get_default の例
- Example#2843 - オブジェクト指向の例
- Example#2844 - locale_get_display_language の例
- Example#2845 - オブジェクト指向の例
- Example#2846 - locale_get_display_name の例
- Example#2847 - オブジェクト指向の例
- Example#2848 - locale_get_display_region の例
- Example#2849 - オブジェクト指向の例
- Example#2850 - locale_get_display_script の例
- Example#2851 - オブジェクト指向の例
- Example#2852 - locale_get_display_variant の例
- Example#2853 - オブジェクト指向の例
- Example#2854 - locale_get_keywords の例
- Example#2855 - オブジェクト指向の例
- Example#2856 - locale_get_primary_language の例
- Example#2857 - オブジェクト指向の例
- Example#2858 - locale_get_region の例
- Example#2859 - オブジェクト指向の例
- Example#2860 - locale_get_script の例
- Example#2861 - オブジェクト指向の例
- Example#2862 - locale_lookup の例
- Example#2863 - オブジェクト指向の例
- Example#2864 - locale_parse の例
- Example#2865 - オブジェクト指向の例
- Example#2866 - locale_set_default の例
- Example#2867 - オブジェクト指向の例
- Example#2868 - Normalizer::getRawDecomposition example
- Example#2869 - normalizer_is_normalized の例
- Example#2870 - オブジェクト指向の例
- Example#2871 - normalizer_normalize の例
- Example#2872 - オブジェクト指向の例
- Example#2873 - msgfmt_create の例
- Example#2874 - オブジェクト指向の例
- Example#2875 - msgfmt_format_message の例
- Example#2876 - オブジェクト指向の例
- Example#2877 - msgfmt_format の例
- Example#2878 - オブジェクト指向の例
- Example#2879 - msgfmt_get_error_message の例
- Example#2880 - オブジェクト指向の例
- Example#2881 - msgfmt_get_locale の例
- Example#2882 - オブジェクト指向の例
- Example#2883 - msgfmt_get_pattern の例
- Example#2884 - オブジェクト指向の例
- Example#2885 - msgfmt_parse_message の例
- Example#2886 - オブジェクト指向の例
- Example#2887 - msgfmt_parse の例
- Example#2888 - オブジェクト指向の例
- Example#2889 - msgfmt_set_pattern の例
- Example#2890 - オブジェクト指向の例
- Example#2891 - IntlCalendar::add
- Example#2892 - IntlCalendar::after
- Example#2893 - IntlCalendar::clear examples
- Example#2894 - IntlCalendar::createInstance
- Example#2895 - IntlCalendar::equals
- Example#2896 - IntlCalendar::fieldDifference
- Example#2897 - IntlCalendar::fromDateTime
- Example#2898 - IntlCalendar::get
- Example#2899 - IntlCalendar::getActualMaximum
- Example#2900 - IntlCalendar::getAvailableLocales
- Example#2901 - IntlCalendar::getDayOfWeekType
- Example#2902 - IntlCalendar::getErrorCode and IntlCalendar::getErrorMessage
- Example#2903 - IntlCalendar::getErrorMessage
- Example#2904 - IntlCalendar::getFirstDayOfWeek
- Example#2905 - IntlCalendar::getKeyworkValuesForLocale
- Example#2906 - Maxima examples
- Example#2907 - IntlCalendar::getLocale
- Example#2908 - IntlCalendar::getMinimalDaysInFirstWeek
- Example#2909 - IntlCalendar::getNow
- Example#2910 - IntlCalendar::getRepeatedWallTimeOption
- Example#2911 - IntlCalendar::getSkippedWallTimeOption
- Example#2912 - IntlCalendar::getTime
- Example#2913 - IntlCalendar::getTimeZone
- Example#2914 - IntlCalendar::getType
- Example#2915 - IntlCalendar::inDaylightTime
- Example#2916 - IntlCalendar::isEquivalentTo
- Example#2917 - IntlCalendar::isLenient
- Example#2918 - IntlCalendar::isWeekend
- Example#2919 - IntlCalendar::roll
- Example#2920 - IntlCalendar::set
- Example#2921 - IntlCalendar::setFirstDayOfWeek
- Example#2922 - IntlCalendar::setTime
- Example#2923 - IntlCalendar::setTimeZone
- Example#2924 - IntlCalendar::toDateTime
- Example#2925 - datefmt_create の例
- Example#2926 - オブジェクト指向の例
- Example#2927 - datefmt_format の例
- Example#2928 - オブジェクト指向の例
- Example#2929 - IntlCalendar オブジェクトを使う例
- Example#2930 - IntlDateFormatter::formatObject の例
- Example#2931 - datefmt_get_calendar の例
- Example#2932 - オブジェクト指向の例
- Example#2933 - datefmt_get_datetype の例
- Example#2934 - オブジェクト指向の例
- Example#2935 - datefmt_get_error_code の例
- Example#2936 - オブジェクト指向の例
- Example#2937 - datefmt_get_error_message の例
- Example#2938 - オブジェクト指向の例
- Example#2939 - datefmt_get_locale の例
- Example#2940 - オブジェクト指向の例
- Example#2941 - datefmt_get_pattern の例
- Example#2942 - オブジェクト指向の例
- Example#2943 - datefmt_get_timetype の例
- Example#2944 - オブジェクト指向の例
- Example#2945 - datefmt_get_timezone_id の例
- Example#2946 - オブジェクト指向の例
- Example#2947 - IntlDateFormatter::getCalendarObject の例
- Example#2948 - IntlDateFormatter::getTimeZone の例
- Example#2949 - datefmt_is_lenient の例
- Example#2950 - オブジェクト指向の例
- Example#2951 - datefmt_localtime の例
- Example#2952 - オブジェクト指向の例
- Example#2953 - オブジェクト指向の例
- Example#2954 - datefmt_parse の例
- Example#2955 - datefmt_set_calendar の例
- Example#2956 - オブジェクト指向の例
- Example#2957 - 引数に IntlCalendar を使う例
- Example#2958 - datefmt_set_lenient の例
- Example#2959 - オブジェクト指向の例
- Example#2960 - datefmt_set_pattern の例
- Example#2961 - オブジェクト指向の例
- Example#2962 - datefmt_set_timezone_id の例
- Example#2963 - オブジェクト指向の例
- Example#2964 - IntlDateFormatter::setTimeZone の例
- Example#2965 - resourcebundle_count の例
- Example#2966 - オブジェクト指向の例
- Example#2967 - resourcebundle_create の例
- Example#2968 - ResourceBundle::create の例
- Example#2969 - resourcebundle_get_error_code の例
- Example#2970 - オブジェクト指向の例
- Example#2971 - resourcebundle_get_error_message の例
- Example#2972 - オブジェクト指向の例
- Example#2973 - resourcebundle_get の例
- Example#2974 - オブジェクト指向の例
- Example#2975 - resourcebundle_locales の例
- Example#2976 - オブジェクト指向の例
- Example#2977 - Spoofchecker::areConfusable example
- Example#2978 - Spoofchecker::isSuspicious example
- Example#2979 - 登録済みの transliterator ID を取得する
- Example#2980 - エスケープされた UTF-16 コード単位の変換
- Example#2981 - grapheme_extract の例
- Example#2982 - grapheme_stripos の例
- Example#2983 - grapheme_stristr の例
- Example#2984 - grapheme_strlen の例
- Example#2985 - grapheme_strpos example
- Example#2986 - grapheme_strripos の例
- Example#2987 - grapheme_strrpos example
- Example#2988 - grapheme_strstr の例
- Example#2989 - grapheme_substr の例
- Example#2990 - idn_to_ascii の例
- Example#2991 - idn_to_utf8 の例
- Example#2992 - さまざまなコードポイントの例
- Example#2993 - さまざまなコードポイントの例
- Example#2994 - さまざまなコードポイントの例
- Example#2995 - さまざまなコードポイントの例
- Example#2996 - さまざまなコードポイントの例
- Example#2997 - さまざまなコードポイントの例
- Example#2998 - さまざまなコードポイントの例
- Example#2999 - さまざまなコードポイントの例
- Example#3000 - さまざまなコードポイントの例
- Example#3001 - Enumerating over a sample range of code points
- Example#3002 - Enumerating over a sample range of code points
- Example#3003 - さまざまなコードポイントの例
- Example#3004 - さまざまなコードポイントの例
- Example#3005 - さまざまなコードポイントの例
- Example#3006 - さまざまなコードポイントの例
- Example#3007 - さまざまなコードポイントの例
- Example#3008 - さまざまなプロパティの例
- Example#3009 - さまざまなプロパティの例
- Example#3010 - さまざまなプロパティの例
- Example#3011 - さまざまなコードポイントの例
- Example#3012 - さまざまなプロパティの例
- Example#3013 - さまざまなプロパティの例
- Example#3014 - さまざまなプロパティの例
- Example#3015 - さまざまなプロパティの例
- Example#3016 - さまざまなプロパティの例
- Example#3017 - さまざまなプロパティの例
- Example#3018 - さまざまなコードポイントの例
- Example#3019 - さまざまなコードポイントの例
- Example#3020 - さまざまなコードポイントの例
- Example#3021 - さまざまなコードポイントの例
- Example#3022 - さまざまなコードポイントの例
- Example#3023 - さまざまなコードポイントの例
- Example#3024 - さまざまなコードポイントの例
- Example#3025 - さまざまなコードポイントの例
- Example#3026 - さまざまなコードポイントの例
- Example#3027 - さまざまなコードポイントの例
- Example#3028 - さまざまなコードポイントの例
- Example#3029 - さまざまなコードポイントの例
- Example#3030 - さまざまなコードポイントの例
- Example#3031 - さまざまなコードポイントの例
- Example#3032 - さまざまなコードポイントの例
- Example#3033 - さまざまなコードポイントの例
- Example#3034 - さまざまなコードポイントの例
- Example#3035 - さまざまなコードポイントの例
- Example#3036 - さまざまなコードポイントの例
- Example#3037 - さまざまなコードポイントの例
- Example#3038 - さまざまなコードポイントの例
- Example#3039 - さまざまなコードポイントの例
- Example#3040 - さまざまなコードポイントの例
- Example#3041 - さまざまなコードポイントの例
- Example#3042 - さまざまなコードポイントの例
- Example#3043 - さまざまなコードポイントの例
- Example#3044 - さまざまなコードポイントの例
- Example#3045 - さまざまなコードポイントの例
- Example#3046 - さまざまなコードポイントの例
- Example#3047 - さまざまなコードポイントの例
- Example#3048 - さまざまなコードポイントの例
- Example#3049 - さまざまなコードポイントの例
- Example#3050 - intl_error_name の例
- Example#3051 - intl_get_error_code の例
- Example#3052 - intl_get_error_message の例
- Example#3053 - intl_is_failure example
- Example#3054 - php.ini 設定の例
- Example#3055 - EUC-JP ユーザー用の php.ini の設定
- Example#3056 - SJIS ユーザー用の php.iniの 設定
- Example#3057 - php.ini で HTTP 入力変換を無効にする
- Example#3058 - php.ini の設定例
- Example#3059 - スクリプトの例
- Example#3060 - mb_convert_case の例
- Example#3061 - 非ラテン UTF-8 テキストでの mb_convert_case の例
- Example#3062 - mb_convert_encoding の例
- Example#3063 - mb_convert_kana の例
- Example#3064 - mb_convert_variables の例
- Example#3065 - convmap の例
- Example#3066 - convmap を使って JavaScript の文字列をエスケープする例
- Example#3067 - mb_detect_encoding の例
- Example#3068 - mb_detect_order の例
- Example#3069 - 無意味な順番の例
- Example#3070 - mb_encode_mimeheader の例
- Example#3071 - convmap の例
- Example#3072 - mb_encode_numericentity の例
- Example#3073 - mb_encoding_aliases 例
- Example#3074 - mb_ereg_replace_callback の例
- Example#3075 - PHP 5.3.0以降でサポートされる匿名関数を使用したmb_ereg_replace_callbackの例
- Example#3076 - mb_internal_encoding の例
- Example#3077 - mb_list_encodings の例
- Example#3078 - mb_output_handler の例
- Example#3079 - mb_preferred_mime_name の例
- Example#3080 - mb_strimwidth の例
- Example#3081 - mb_strtolower の例
- Example#3082 - 非ラテン UTF-8 テキストでの mb_strtolower の例
- Example#3083 - mb_strtoupper の例
- Example#3084 - 非ラテン UTF-8 テキストでの mb_strtoupper の例
- Example#3085 - mb_substitute_character の例
- Example#3086 - mb_substr_count の例
- Example#3087 - pspell_add_to_personal
- Example#3088 - pspell_check の例
- Example#3089 - pspell_add_to_personal の例
- Example#3090 - pspell_config_create
- Example#3091 - pspell_config_ignore
- Example#3092 - pspell_config_mode の例
- Example#3093 - pspell_config_personal
- Example#3094 - pspell_config_repl
- Example#3095 - pspell_config_runtogether
- Example#3096 - pspell_new_config
- Example#3097 - pspell_new_personal
- Example#3098 - pspell_new
- Example#3099 - pspell_add_to_personal
- Example#3100 - pspell_store_replacement
- Example#3101 - pspell_suggest の例
- Example#3102 - 基本的な recode_file の例
- Example#3103 - 基本的な recode_string の例
- Example#3104 - exif_imagetype の例
- Example#3105 - exif_read_data の例
- Example#3106 - PHP 7.2.0 で利用できるストリームを exif_read_data で使う例
- Example#3107 - exif_tagname の例
- Example#3108 - exif_thumbnail の例
- Example#3109 - PHP による PNG の生成
- Example#3110 - アルファチャネルを使用した、画像へのすかしの追加
- Example#3111 - imagecopymerge による半透明なすかしの作成
- Example#3112 - gd_info の使用法
- Example#3113 - getimagesize および MIME 型
- Example#3114 - getimagesize の例
- Example#3115 - getimagesize (URL)
- Example#3116 - IPTC を返す getimagesize()
- Example#3117 - getimagesizefromstring の例
- Example#3118 - image_type_to_extension の例
- Example#3119 - image_type_to_mime_type の例
- Example#3120 - image2wbmp の例
- Example#3121 - imageaffinematrixconcat の例
- Example#3122 - imageaffinematrixget の例
- Example#3123 - imagealphablending の使用例
- Example#3124 - 2 本の直線のうち一方にアンチエイリアスを有効にする
- Example#3125 - imagearc による円の描画
- Example#3126 - ビットマップファイルを保存する
- Example#3127 - imagechar の例
- Example#3128 - imagecharup の例
- Example#3129 - imagecolorallocate の例
- Example#3130 - imagecolorallocatealpha の使用例
- Example#3131 - imagecolorallocatealpha 関数を使い、典型的なアルファ値を変換する
- Example#3132 - 個々の RGB 値へのアクセス
- Example#3133 - imagecolorsforindex による可読形式の RGB 値
- Example#3134 - 画像内での色セットの検索
- Example#3135 - 画像内での色セットの検索
- Example#3136 - imagecolorclosesthwb の使用例
- Example#3137 - imagecolordeallocate の使用法
- Example#3138 - GD ロゴからの色の取得
- Example#3139 - GD ロゴからの色の取得
- Example#3140 - imagecolormatch の例
- Example#3141 - imagecoloresolve による画像からの色の取得
- Example#3142 - imagecoloresolvealpha による画像からの色の取得
- Example#3143 - imagecolorset の例
- Example#3144 - imagecolorsforindex の例
- Example#3145 - imagecolorstotal による画像の色の総数の取得
- Example#3146 - imagecolortransparent の例
- Example#3147 - PHP.net ロゴのエンボス加工
- Example#3148 - ガウス分布のぼかし
- Example#3149 - PHP.net のロゴの切り取り
- Example#3150 - 2 つの PHP.net ロゴを 75% の透過度でマージ
- Example#3151 - imagecopymergegray の使用法
- Example#3152 - 単純な例
- Example#3153 - イメージを均等に再サンプルする
- Example#3154 - イメージをリサイズする
- Example#3155 - 新しい GD 画像ストリームの作成および画像の出力
- Example#3156 - imagecreatefrombmp を使用した BMP 画像から PNG 画像への変換
- Example#3157 - imagecreatefromgd2 の例
- Example#3158 - imagecreatefromgd2part の例
- Example#3159 - imagecreatefromgd の例
- Example#3160 - GIF の作成時のエラーを処理する例
- Example#3161 - JPEG の作成時のエラーを処理する例
- Example#3162 - PNG の作成時のエラーを処理する例
- Example#3163 - imagecreatefromstring の例
- Example#3164 - WBMP の作成時のエラーを処理する例
- Example#3165 - imagecreatefromwebp を使った、WebP から jpeg への変換
- Example#3166 - XBM 画像から png 画像への imagecreatefromxbm を用いた変換
- Example#3167 - imagecreatefromxpm による画像インスタンスの作成
- Example#3168 - 新規 GD イメージストリームの作成およびイメージの出力
- Example#3169 - imagecrop の例
- Example#3170 - 自動クロップの適切な処理
- Example#3171 - imagedashedline の例
- Example#3172 - imagedashedline のもうひとつの使用法
- Example#3173 - imagedestroy の使用例
- Example#3174 - imageellipse の例
- Example#3175 - imagefill の例
- Example#3176 - 3D 風のパイを作成する
- Example#3177 - imagefilledellipse の例
- Example#3178 - imagefilledpolygon の例
- Example#3179 - imagefilledrectangle の例
- Example#3180 - 楕円の塗りつぶし
- Example#3181 - imagefilter グレースケールの例
- Example#3182 - imagefilter 輝度の例
- Example#3183 - imagefilter 単色化の例
- Example#3184 - imagefilter での打ち消しの例
- Example#3185 - imagefilter でのモザイク処理の例
- Example#3186 - imagefilter でのScatter効果の例
- Example#3187 - 垂直方向の反転
- Example#3188 - 水平方向の反転
- Example#3189 - 組み込みフォントでの imagefontheight の使用法
- Example#3190 - imagefontheight と imageloadfont を組み合わせた使用法
- Example#3191 - 組み込みフォントでの imagefontwidth の使用法
- Example#3192 - imagefontwidth と imageloadfont を組み合わせた使用法
- Example#3193 - imageftbbox の例
- Example#3194 - imagefttext の例
- Example#3195 - imagegammacorrect の使用法
- Example#3196 - GD2 画像の出力
- Example#3197 - GD2 画像の保存
- Example#3198 - GD 画像の出力
- Example#3199 - GD 画像の保存
- Example#3200 - imagegetclip の例
- Example#3201 - imagegif による画像の出力
- Example#3202 - imagegif による PNG 画像から GIF への変換
- Example#3203 - imagegrabscreen の例
- Example#3204 - imagegrabwindow の例
- Example#3205 - imageinterlace によるインターレース処理の有効化
- Example#3206 - imageistruecolor による、シンプルな true color 画像の検出
- Example#3207 - JPEG 画像のブラウザへの出力
- Example#3208 - JPEG 画像のファイルへの保存
- Example#3209 - 75% 品質でのブラウザへの画像の出力
- Example#3210 - imagelayereffect の例
- Example#3211 - 太い線を描画する
- Example#3212 - imageloadfont の使用例
- Example#3213 - imageopenpolygon の例
- Example#3214 - imagepalettecopy の例
- Example#3215 - 画像リソースの true color への変換
- Example#3216 - imagepolygon の例
- Example#3217 - シンプルな imagerectangle の例
- Example#3218 - 画像の解像度を取得/設定する
- Example#3219 - 画像を 180 度回転する
- Example#3220 - 基本的な imagesavealpha の使用法
- Example#3221 - imagesetbrush の例
- Example#3222 - imagesetinterpolation の例
- Example#3223 - imagesetpixel の例
- Example#3224 - imagesetstyle の例
- Example#3225 - imagesetthickness の例
- Example#3226 - imagesettile の例
- Example#3227 - imagestring の例
- Example#3228 - imagestringup の例
- Example#3229 - imagesx の使用法
- Example#3230 - imagesy の使用法
- Example#3231 - true color 画像からパレット画像への変換
- Example#3232 - imagettfbbox の例
- Example#3233 - imagettftext の例
- Example#3234 - PNG をサポートしているかどうかの確認
- Example#3235 - WBMP 画像の出力
- Example#3236 - WBMP 画像の保存
- Example#3237 - 別の前景での画像の出力
- Example#3238 - WebP ファイルの保存
- Example#3239 - XBM ファイルの保存
- Example#3240 - 別の前景色による XBM ファイルの保存
- Example#3241 - IPTC データの JPEG への埋め込み
- Example#3242 - iptcparse() を getimagesize と組み合わせる使用法
- Example#3243 - jpeg2wbmp の例
- Example#3244 - png2wbmp の例
- Example#3245 - Gmagick の例
- Example#3246 - Gmagick::despeckleimage の例
- Example#3247 - Gmagick::setCompressionQuality
- Example#3248 - Imagick によるサムネイルの作成
- Example#3249 - ディレクトリ内のすべての JPG ファイルのサムネイルの作成
- Example#3250 - 画像の鏡像の作成
- Example#3251 - グラデーションつきテキスト
- Example#3252 - GIF 画像の読み込みと全フレームのサイズ変更
- Example#3253 - PHP ロゴの作成
- Example#3254 - Imagick::adaptiveBlurImage の使用法
- Example#3255 - Imagick::adaptiveResizeImage の使用法
- Example#3256 - Imagick::adaptiveSharpenImage の例
- Example#3257 - Imagick::adaptiveThresholdImage
- Example#3258 - Imagick::addNoiseImage
- Example#3259 - Imagick::affineTransformImage
- Example#3260 - Imagick::annotateImage の使用法
- Example#3261 - Imagick::appendImages の例
- Example#3262 - Imagick::autoLevelImage
- Example#3263 - Imagick::blackThresholdImage
- Example#3264 - Imagick::blueShiftImage
- Example#3265 - Imagick::blurImage の使用法
- Example#3266 - Imagick::borderImage
- Example#3267 - Imagick::brightnessContrastImage
- Example#3268 - Imagick::charcoalImage
- Example#3269 - Imagick::chopImage の使用法
- Example#3270 - Imagick オブジェクトのクローン
- Example#3271 - Imagick::clutImage の使用法
- Example#3272 - Imagick::colorizeImage
- Example#3273 - Imagick::colorMatrixImage
- Example#3274 - Imagick::commentImage の使用法
- Example#3275 - Imagick::compareImageLayers の使用法
- Example#3276 - Imagick::compareImages の使用法
- Example#3277 - Imagick::compositeImage の利用例
- Example#3278 - Imagick::contrastImage
- Example#3279 - Imagick::convolveImage
- Example#3280 - Imagick::cropImage
- Example#3281 - Imagick::deskewImage
- Example#3282 - Imagick::despeckleImage
- Example#3283 - Imagick::distortImage の使用法
- Example#3284 - Imagick::edgeImage
- Example#3285 - Imagick::embossImage
- Example#3286 - Imagick::enhanceImage
- Example#3287 - Imagick::equalizeImage
- Example#3288 - Imagick::evaluateImage の使用法
- Example#3289 - Imagick::exportImagePixels の使用法
- Example#3290 - Imagick::filter
- Example#3291 - Imagick::flipImage
- Example#3292 - Imagick::floodfillPaintImage の例
- Example#3293 - Imagick::flopImage
- Example#3294 - Imagick::forwardFourierTransformImage
- Example#3295 - Imagick::frameImage
- Example#3296 - シヌソイドの勾配の作成
- Example#3297 - 多項式 (4x^2 - 4x + 1) からの勾配の作成
- Example#3298 - 多項式 (4x^2 - 4x^2 + 1) をシヌソイドの勾配で変調した、複雑な勾配の作成
- Example#3299 - Imagick::fxImage
- Example#3300 - Imagick::gammaImage
- Example#3301 - Imagick::gaussianBlurImage
- Example#3302 - Imagick::getImageGeometry
- Example#3303 - Generates Imagick::getImageHistogram
- Example#3304 - Imagick::getImageLength の使用法
- Example#3305 - Imagick::getImageProperties の使用法
- Example#3306 - Imagick::getImageProperty の使用法
- Example#3307 - Imagick::getIteratorIndex の使用法
- Example#3308 - Imagick::getPixelIterator
- Example#3309 - Imagick::getPixelRegionIterator の例
- Example#3310 - Getting the size of a raw RGB image set at 200x400, after scaling to 400x800 (compared to width / height)
- Example#3311 - Imagick::haldClutImage
- Example#3312 - Imagick::identifyFormat
- Example#3313 - 結果の書式の例
- Example#3314 - Imagick::implodeImage
- Example#3315 - Imagick::importImagePixels の例
- Example#3316 - Imagick::levelImage
- Example#3317 - Imagick::linearStretchImage
- Example#3318 - Imagick::magnifyImage
- Example#3319 - Imagick::medianFilterImage
- Example#3320 - Imagick::mergeImageLayers
- Example#3321 - Imagick::modulateImage
- Example#3322 - Convolve Imagick::morphology
- Example#3323 - Correlate Imagick::morphology
- Example#3324 - Erode Imagick::morphology
- Example#3325 - Erode Intensity Imagick::morphology
- Example#3326 - Dilate Imagick::morphology
- Example#3327 - Dilate intensity Imagick::morphology
- Example#3328 - Distance with Chebyshev kernel Imagick::morphology
- Example#3329 - Distance with Manhattan kernel Imagick::morphology
- Example#3330 - Distance with ocatagonal kernel Imagick::morphology
- Example#3331 - Distance with Euclidean kernel Imagick::morphology
- Example#3332 - Edge Imagick::morphology
- Example#3333 - Open Imagick::morphology
- Example#3334 - Open intensity Imagick::morphology
- Example#3335 - Close Imagick::morphology
- Example#3336 - Close Intensity Imagick::morphology
- Example#3337 - Smooth Imagick::morphology
- Example#3338 - Edge in Imagick::morphology
- Example#3339 - Edge out Imagick::morphology
- Example#3340 - The 'TopHat' method, or more specifically 'White Top Hat', returns the pixels that were removed by a Opening of the shape, that is the pixels that were removed to round off the points, and the connecting bridged between shapes. Imagick::morphology
- Example#3341 - The 'BottomHat' method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds to the image. That is the pixels that were used to fill in the 'holes', 'gaps', and 'bridges'. Imagick::morphology
- Example#3342 - Hit and Miss Imagick::morphology
- Example#3343 - Thinning Imagick::morphology
- Example#3344 - Thicken Imagick::morphology
- Example#3345 - Thick to generate a convex hull Imagick::morphology
- Example#3346 - Iterative morphology Imagick::morphology
- Example#3347 - Helper functon to get an image silhouette Imagick::morphology
- Example#3348 - Imagick::motionBlurImage
- Example#3349 - Imagick::negateImage
- Example#3350 - Imagick::newImage の使用法
- Example#3351 - Imagick::newPseudoImage
- Example#3352 - Imagick::normalizeImage
- Example#3353 - Imagick::oilPaintImage
- Example#3354 - Imagick::optimizeImageLayers の使用法
- Example#3355 - Imagick::orderedPosterizeImage
- Example#3356 - Imagick::pingImageBlob の使用法
- Example#3357 - Imagick::pingImageFile の使用法
- Example#3358 - Imagick::polaroidImage の例
- Example#3359 - Imagick::posterizeImage
- Example#3360 - Imagick::quantizeImage
- Example#3361 - Imagick::queryFontMetrics の使用法
- Example#3362 - Imagick::queryFonts
- Example#3363 - Imagick::queryFormats
- Example#3364 - Imagick::radialBlurImage
- Example#3365 - Imagick::raiseImage
- Example#3366 - Imagick::randomThresholdImage
- Example#3367 - Imagick::readImageBlob
- Example#3368 - Imagick::recolorImage
- Example#3369 - Imagick::reduceNoiseImage
- Example#3370 - Imagick::resampleImage
- Example#3371 - Imagick::resizeImage
- Example#3372 - Imagick::rollImage
- Example#3373 - Imagick::rotateImage
- Example#3374 - Imagick::rotationalBlurImage
- Example#3375 - Imagick::roundCorners の使用法
- Example#3376 - Imagick::scaleImage
- Example#3377 - Imagick::segmentImage
- Example#3378 - Imagick::selectiveBlurImage
- Example#3379 - Imagick::separateImageChannel
- Example#3380 - Imagick::sepiaToneImage
- Example#3381 - Imagick::setCompressionQuality
- Example#3382 - Imagick::setFont の例
- Example#3383 - Imagick::setImage の例
- Example#3384 - Imagick::setImageArtifact
- Example#3385 - Imagick::setImageBias
- Example#3386 - Imagick::setImageClipMask
- Example#3387 - Imagick::setImageCompressionQuality
- Example#3388 - Imagick::setImageDelay を使ったアニメーション GIF の変更
- Example#3389 - 基本的な Imagick::setImageIterations の使用例
- Example#3390 - Imagick::setImageOpacity の例
- Example#3391 - Imagick::setImageOrientation
- Example#3392 - Imagick::setImageProperty の使用法
- Example#3393 - Imagick::setImageResolution
- Example#3394 - Imagick::setImageTicksPerSecond によるアニメーション GIF の変更
- Example#3395 - Imagick::setIteratorIndex の使用法
- Example#3396 - Attempt to reach '$extent' sizeImagick::setOption
- Example#3397 - Imagick::setOption
- Example#3398 - Imagick::setOption
- Example#3399 - Imagick::setPointSize の例
- Example#3400 - Imagick::setProgressMonitor
- Example#3401 - Imagick::setSamplingFactors
- Example#3402 - Imagick::shadeImage
- Example#3403 - Imagick::shadowImage
- Example#3404 - Imagick::sharpenImage
- Example#3405 - Imagick::shaveImage
- Example#3406 - Imagick::shearImage
- Example#3407 - Imagick::sigmoidalContrastImage によるグラデーションの作成 (ふたつの画像を、$contrast と $midpoint の定義でブレンドする)
- Example#3408 - Imagick::sketchImage
- Example#3409 - Imagick::smushImages
- Example#3410 - Imagick::solarizeImage
- Example#3411 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
- Example#3412 - SPARSECOLORMETHOD_BILINEAR Imagick::sparseColorImage
- Example#3413 - SPARSECOLORMETHOD_SPEPARDS Imagick::sparseColorImage
- Example#3414 - SPARSECOLORMETHOD_VORONOI Imagick::sparseColorImage
- Example#3415 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
- Example#3416 - createGradientImage is used by other examples. Imagick::sparseColorImage
- Example#3417 - Imagick::spliceImage
- Example#3418 - Imagick::spreadImage
- Example#3419 - Imagick::statisticImage
- Example#3420 - Imagick::subImageMatch
- Example#3421 - Imagick::swirlImage
- Example#3422 - Imagick::textureImage
- Example#3423 - Imagick::thresholdImage
- Example#3424 - Imagick::thumbnailImage
- Example#3425 - Imagick::tintImage
- Example#3426 - Imagick::transformImage の使用
- Example#3427 - Imagick::transformImageColorspace example
- Example#3428 - Imagick::transformImageColorspace
- Example#3429 - Imagick::transparentPaintImage
- Example#3430 - Imagick::transposeImage
- Example#3431 - Imagick::transverseImage
- Example#3432 - Imagick::trimImage の使用法
- Example#3433 - Imagick::uniqueImageColors
- Example#3434 - Imagick::unsharpMaskImage
- Example#3435 - Imagick::vignetteImage
- Example#3436 - WaveImage can be quite slow Imagick::waveImage
- Example#3437 - Imagick::whiteThresholdImage
- Example#3438 - ImagickDraw::affine
- Example#3439 - ImagickDraw::arc
- Example#3440 - ImagickDraw::bezier
- Example#3441 - ImagickDraw::circle
- Example#3442 - ImagickDraw::composite
- Example#3443 - ImagickDraw::ellipse
- Example#3444 - ImagickDraw::line
- Example#3445 - ImagickDraw::matte
- Example#3446 - ImagickDraw::pathCurveToQuadraticBezierAbsolute
- Example#3447 - ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute
- Example#3448 - ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
- Example#3449 - ImagickDraw::pathStart
- Example#3450 - ImagickDraw::point
- Example#3451 - ImagickDraw::polygon
- Example#3452 - ImagickDraw::polyline
- Example#3453 - ImagickDraw::popDefs
- Example#3454 - ImagickDraw::push
- Example#3455 - ImagickDraw::pushPattern
- Example#3456 - ImagickDraw::rectangle
- Example#3457 - ImagickDraw::rotate
- Example#3458 - ImagickDraw::roundRectangle
- Example#3459 - ImagickDraw::scale
- Example#3460 - ImagickDraw::setClipPath
- Example#3461 - ImagickDraw::setClipRule
- Example#3462 - ImagickDraw::setClipUnits
- Example#3463 - ImagickDraw::setFillAlpha
- Example#3464 - ImagickDraw::setFillColor
- Example#3465 - ImagickDraw::setFillOpacity
- Example#3466 - ImagickDraw::setFillRule
- Example#3467 - ImagickDraw::setFont
- Example#3468 - ImagickDraw::setFontFamily
- Example#3469 - ImagickDraw::setFontSize
- Example#3470 - ImagickDraw::setFontStretch
- Example#3471 - ImagickDraw::setFontStyle
- Example#3472 - ImagickDraw::setFontWeight
- Example#3473 - ImagickDraw::setGravity
- Example#3474 - ImagickDraw::setStrokeAlpha
- Example#3475 - ImagickDraw::setStrokeAntialias
- Example#3476 - ImagickDraw::setStrokeColor
- Example#3477 - ImagickDraw::setStrokeDashArray
- Example#3478 - ImagickDraw::setStrokeDashOffset
- Example#3479 - ImagickDraw::setStrokeLineCap
- Example#3480 - ImagickDraw::setStrokeLineJoin
- Example#3481 - ImagickDraw::setStrokeMiterLimit
- Example#3482 - ImagickDraw::setStrokeOpacity
- Example#3483 - ImagickDraw::setStrokeWidth
- Example#3484 - ImagickDraw::setTextAlignment
- Example#3485 - ImagickDraw::setTextAntialias
- Example#3486 - ImagickDraw::setTextDecoration
- Example#3487 - ImagickDraw::setTextUnderColor
- Example#3488 - ImagickDraw::setVectorGraphics
- Example#3489 - ImagickDraw::setViewBox
- Example#3490 - ImagickDraw::skewX
- Example#3491 - ImagickDraw::skewY
- Example#3492 - ImagickDraw::translate
- Example#3493 - ImagickPixel::construct
- Example#3494 - 基本的な Imagick::getColor の使用例
- Example#3495 - 基本的な Imagick::getColorAsString の使用例
- Example#3496 - ImagickPixel getColorCount
- Example#3497 - 基本的な Imagick::getColorValue の使用例
- Example#3498 - ImagickPixel::getColorValueQuantum
- Example#3499 - 基本的な Imagick::getHSL の使用例
- Example#3500 - ImagickPixel::isSimilar
- Example#3501 - ImagickPixel::setColor
- Example#3502 - 基本的な Imagick::setColorValue の使用例
- Example#3503 - ImagickPixel::setColorValueQuantum
- Example#3504 - ImagickPixel::setHSL による色の変更
- Example#3505 - ImagickPixelIterator::clear
- Example#3506 - ImagickPixelIterator::construct
- Example#3507 - ImagickPixelIterator::getNextIteratorRow
- Example#3508 - ImagickPixelIterator::resetIterator
- Example#3509 - ImagickPixelIterator::setIteratorRow
- Example#3510 - ImagickKernel::addKernel
- Example#3511 - ImagickKernel::addUnityKernel
- Example#3512 - ImagickKernel::addUnityKernel
- Example#3513 - ImagickKernel::fromBuiltin
- Example#3514 - ImagickKernel::fromMatrix
- Example#3515 - ImagickKernel::getMatrix
- Example#3516 - ImagickKernel::scale
- Example#3517 - ImagickKernel::separate
- Example#3518 - imap_append の例
- Example#3519 - imap_check の例
- Example#3520 - imap_createmailbox example
- Example#3521 - imap_delete の例
- Example#3522 - imap_fetch_overview の例
- Example#3523 - imap_gc の例
- Example#3524 - imap_get_quota の例
- Example#3525 - 4.3 以降のバージョンでの imap_get_quota の例
- Example#3526 - imap_get_quotaroot の例
- Example#3527 - imap_getacl の例
- Example#3528 - imap_getmailboxes の例
- Example#3529 - imap_list の例
- Example#3530 - imap_mail_compose の例
- Example#3531 - imap_mailboxmsginfo example
- Example#3532 - imap_mime_header_decode の例
- Example#3533 - imap_open のさまざまな使用例
- Example#3534 - imap_open の例
- Example#3535 - imap_ping の例
- Example#3536 - imap_reopen の例
- Example#3537 - imap_rfc822_parse_adrlist の例
- Example#3538 - imap_rfc822_write_address の例
- Example#3539 - imap_search の例
- Example#3540 - imap_set_quota の例
- Example#3541 - imap_setflag_full の例
- Example#3542 - imap_status の例
- Example#3543 - imap_thread の例
- Example#3544 - imap_timeout の例
- Example#3545 - Basic imap_utf8 の使い方
- Example#3546 - ハッシュ値を計算し、ユーザーを登録する
- Example#3547 - メールを送信する
- Example#3548 - 追加ヘッダを付加してメールを送信する
- Example#3549 - 追加のヘッダを array で指定してメールを送信する
- Example#3550 - 追加のコマンドラインパラメータを指定してメールを送信する
- Example#3551 - HTML メールを送信する
- Example#3552 - mailparse_determine_best_xfer_encoding の例
- Example#3553 - mailparse_rfc822_parse_addresses の例
- Example#3554 - mailparse_stream_encode の例
- Example#3555 - mailparse_uudecode_all の例
- Example#3556 - bcadd の例
- Example#3557 - bccomp の例
- Example#3558 - bcdiv の例
- Example#3559 - bcmod の例
- Example#3560 - bcmod に小数の値を指定する
- Example#3561 - bcmul の例
- Example#3562 - bcmul で scale を指定する例
- Example#3563 - bcpow の例
- Example#3564 - bcpow で scale を指定する例
- Example#3565 - bcscale の例
- Example#3566 - bcsqrt の例
- Example#3567 - bcsub の例
- Example#3568 - GMP を使用した階乗関数
- Example#3569 - gmp_abs の例
- Example#3570 - gmp_add の例
- Example#3571 - gmp_and の例
- Example#3572 - gmp_clrbit の例
- Example#3573 - gmp_cmp の例
- Example#3574 - gmp_com の例
- Example#3575 - gmp_div_q の例
- Example#3576 - GMP 数の割算
- Example#3577 - gmp_div_r の例
- Example#3578 - gmp_divexact の例
- Example#3579 - gmp_export の例
- Example#3580 - gmp_fact の例
- Example#3581 - gmp_gcd の例
- Example#3582 - 線形不定方程式を解く
- Example#3583 - gmp_hamdist の例
- Example#3584 - gmp_import の例
- Example#3585 - GMP 数の作成
- Example#3586 - gmp_intval の例
- Example#3587 - gmp_invert の例
- Example#3588 - gmp_jacobi の例
- Example#3589 - gmp_legendre の例
- Example#3590 - gmp_mod の例
- Example#3591 - gmp_mul の例
- Example#3592 - gmp_neg の例
- Example#3593 - gmp_nextprime の例
- Example#3594 - gmp_or の例
- Example#3595 - gmp_perfect_square の例
- Example#3596 - gmp_popcount の例
- Example#3597 - gmp_pow の例
- Example#3598 - gmp_powm の例
- Example#3599 - gmp_prob_prime の例
- Example#3600 - gmp_random_bits の例
- Example#3601 - gmp_random_range の例
- Example#3602 - gmp_random_seed の例
- Example#3603 - gmp_random の例
- Example#3604 - gmp_scan0 の例
- Example#3605 - gmp_scan1 の例
- Example#3606 - gmp_setbit の例 - インデックス 0
- Example#3607 - gmp_setbit の例 - インデックス 1
- Example#3608 - gmp_setbit の例 - ビットのクリア
- Example#3609 - gmp_sign の例
- Example#3610 - gmp_sqrt の例
- Example#3611 - gmp_sqrtrem の例
- Example#3612 - GMP 数を文字列に変換する
- Example#3613 - gmp_sub の例
- Example#3614 - gmp_testbit の例
- Example#3615 - gmp_xor の例
- Example#3616 - abs の例
- Example#3617 - base_convert の例
- Example#3618 - bindec の例
- Example#3619 - bindec が入力を符号なし整数として処理する例
- Example#3620 - ceil の例
- Example#3621 - cos の例
- Example#3622 - decbin の例
- Example#3623 - dechex の例
- Example#3624 - dechex での大きな整数の例
- Example#3625 - decoct の例
- Example#3626 - deg2rad の例
- Example#3627 - exp の例
- Example#3628 - floor の例
- Example#3629 - fmod の使用法
- Example#3630 - hexdec の例
- Example#3631 - intdiv の例
- Example#3632 - is_nan の例
- Example#3633 - max の使用例
- Example#3634 - min の例
- Example#3635 - ランダムな浮動小数点数の算出
- Example#3636 - mt_rand の例
- Example#3637 - mt_srand の例
- Example#3638 - octdec の例
- Example#3639 - pi の例
- Example#3640 - pow の例
- Example#3641 - rad2deg の例
- Example#3642 - rand の例
- Example#3643 - round の例
- Example#3644 - precision が、どうfloatの値に影響するか
- Example#3645 - mode の例
- Example#3646 - 桁数を指定した mode の例
- Example#3647 - sin の例
- Example#3648 - sqrt の例
- Example#3649 - srand の例
- Example#3650 - tan の例
- Example#3651 - FDF ドキュメントの評価
- Example#3652 - JavaScript コードを FDF に追加する
- Example#3653 - PDF ドキュメントを公開する
- Example#3654 - アップロードされたファイルを保存する
- Example#3655 - FDF のすべてのフィールド名を検出する
- Example#3656 - フォームデータへのアクセス
- Example#3657 - フォームデータへのアクセス
- Example#3658 - FDF の文字列での取得
- Example#3659 - FDF データを 2 番目のフォームに渡す
- Example#3660 - gnupg での署名の例 (手続き型)
- Example#3661 - gnupg での署名の例 (オブジェクト指向)
- Example#3662 - keylistiterator
- Example#3663 - 手続き型の gnupg_adddecryptkey の例
- Example#3664 - オブジェクト指向の gnupg_adddecryptkey の例
- Example#3665 - 手続き型の gnupg_addencryptkey の例
- Example#3666 - オブジェクト指向の gnupg_addencryptkey の例
- Example#3667 - 手続き型の gnupg_addsignkey の例
- Example#3668 - オブジェクト指向の gnupg_addsignkey の例
- Example#3669 - 手続き型の gnupg_cleardecryptkeys の例
- Example#3670 - オブジェクト指向の gnupg_cleardecryptkeys の例
- Example#3671 - 手続き型の gnupg_clearencryptkeys の例
- Example#3672 - オブジェクト指向の gnupg_clearencryptkeys の例
- Example#3673 - 手続き型の gnupg_clearsignkeys の例
- Example#3674 - オブジェクト指向の gnupg_clearsignkeys の例
- Example#3675 - 手続き型の gnupg_decrypt の例
- Example#3676 - オブジェクト指向の gnupg_decrypt の例
- Example#3677 - 手続き型の gnupg_decryptverify の例
- Example#3678 - オブジェクト指向の gnupg_decryptverify の例
- Example#3679 - 手続き型の gnupg_encrypt の例
- Example#3680 - オブジェクト指向の gnupg_encrypt の例
- Example#3681 - 手続き型の gnupg_encryptsign の例
- Example#3682 - オブジェクト指向の gnupg_encryptsign の例
- Example#3683 - Procedural gnupg_export example
- Example#3684 - OO gnupg_export example
- Example#3685 - 手続き型の gnupg_geterror の例
- Example#3686 - オブジェクト指向の gnupg_geterror の例
- Example#3687 - 手続き型の gnupg_getprotocol の例
- Example#3688 - オブジェクト指向の gnupg_getprotocol の例
- Example#3689 - 手続き型の gnupg_import の例
- Example#3690 - オブジェクト指向の gnupg_import の例
- Example#3691 - 手続き型の gnupg_init の例
- Example#3692 - オブジェクト指向の gnupg の初期化の例
- Example#3693 - 手続き型の gnupg_keyinfo の例
- Example#3694 - オブジェクト指向の gnupg_keyinfo の例
- Example#3695 - 手続き型の gnupg_setarmor の例
- Example#3696 - オブジェクト指向の gnupg_setarmor の例
- Example#3697 - 手続き型の gnupg_seterrormode の例
- Example#3698 - オブジェクト指向の gnupg_seterrormode の例
- Example#3699 - 手続き型の gnupg_setsignmode の例
- Example#3700 - オブジェクト指向の gnupg_setsignmode の例
- Example#3701 - 手続き型の gnupg_sign の例
- Example#3702 - オブジェクト指向の gnupg_sign の例
- Example#3703 - 手続き型の gnupg_verify の例
- Example#3704 - オブジェクト指向の gnupg_verify の例
- Example#3705 - パターンの作成および使用
- Example#3706 - テンプレートの作成および使用
- Example#3707 - テキストのハイフネーション
- Example#3708 - 矩形を描画する
- Example#3709 - スポット色の作成と使用
- Example#3710 - 座標系の回転
- Example#3711 - 指定した位置にテキストを配置する
- Example#3712 - 破線を描画する
- Example#3713 - 座標系の変換
- Example#3714 - A rpmdbinfo example
- Example#3715 - Searching for the package owning a file
- Example#3716 - A rpminfo example
- Example#3717 - example
- Example#3718 - example
- Example#3719 - example
- Example#3720 - example
- Example#3721 - example
- Example#3722 - example
- Example#3723 - example
- Example#3724 - example
- Example#3725 - example
- Example#3726 - example
- Example#3727 - example
- Example#3728 - example
- Example#3729 - example
- Example#3730 - example
- Example#3731 - example
- Example#3732 - example
- Example#3733 - example
- Example#3734 - example
- Example#3735 - example
- Example#3736 - 間違ったリクエスト
- Example#3737 - リクエストコールバックからのリクエストの呼び出し
- Example#3738 - リクエストコールバックからのリクエストの呼び出し
- Example#3739 - eio と libevent を組み合わせる例
- Example#3740 - リクエストの取り消し
- Example#3741 - eio_chmod の呼び出し
- Example#3742 - カスタムリクエストの作成
- Example#3743 - リクエストのグループ化
- Example#3744 - eio と libevent 拡張モジュールを組み合わせる
- Example#3745 - eio と event 拡張モジュールを組み合わせる
- Example#3746 - eio_cancel の例
- Example#3747 - eio_custom の例
- Example#3748 - eio_event_loop の例
- Example#3749 - eio_lstat の例
- Example#3750 - eio を libevent とともに使う
- Example#3751 - リクエストのグループ化
- Example#3752 - eio_grp の例
- Example#3753 - eio_link の例
- Example#3754 - eio_lstat の例
- Example#3755 - eio_mkdir の例
- Example#3756 - eio_mknod の例
- Example#3757 - eio_nreqs の例
- Example#3758 - eio_open の例
- Example#3759 - eio_poll の例
- Example#3760 - eio_read の例
- Example#3761 - eio_readdir の例
- Example#3762 - eio_readlink の例
- Example#3763 - eio_realpath の例
- Example#3764 - eio_rename の例
- Example#3765 - eio_rmdir の例
- Example#3766 - eio_stat の例
- Example#3767 - eio_statvfs の例
- Example#3768 - eio_symlink の例
- Example#3769 - タイマーのサンプル
- Example#3770 - 10.5 秒おきに繰り返すタイマー
- Example#3771 - 再スケジュールコールバックを使う定期タイマー
- Example#3772 - すぐに開始し、10.5 秒おきに繰り返すタイマー
- Example#3773 - STDIN が読み込み可能になるまで待つ例
- Example#3774 - 非同期 I/O を使ったソケットへのアクセス
- Example#3775 - ループの中に別のループを埋め込む例
- Example#3776 - kqueue バックエンドで作ったループをデフォルトのループに埋め込む例
- Example#3777 - SIGTERM の処理
- Example#3778 - /var/log/messages の変更の監視
- Example#3779 - /var/log/messages の変更の監視 (1 秒の遅延を使って、更新を見落とさないようにする)
- Example#3780 - ステータスの変更の処理
- Example#3781 - 再スケジュールコールバックの利用
- Example#3782 - kqueue バックエンドで作ったループをデフォルトのループに埋め込む例
- Example#3783 - ループの中に別のループを埋め込む例
- Example#3784 - kqueue バックエンドで作ったループをデフォルトのループに埋め込む例
- Example#3785 - kqueue バックエンドで作ったループをデフォルトのループに埋め込む例
- Example#3786 - Periodic timer. Use reschedule callback
- Example#3787 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3788 - Hourly watcher
- Example#3789 - Handle SIGTERM signal
- Example#3790 - Monitor changes of /var/log/messages
- Example#3791 - Monitor changes of /var/log/messages
- Example#3792 - Simple timers
- Example#3793 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3794 - Register an I/O watcher for some UDP socket but do not keep the event loop from running just because of that watcher.
- Example#3795 - Expect の使用例
- Example#3796 - もうひとつの Expect の使用例
- Example#3797 - expect_expectl の例
- Example#3798 - expect_popen の例
- Example#3799 - プロセス制御の例
- Example#3800 - pcntl_fork の例
- Example#3801 - pcntl_signal_dispatch の例
- Example#3802 - pcntl_signal_get_handler の例
- Example#3803 - pcntl_signal の例
- Example#3804 - pcntl_sigprocmask の例
- Example#3805 - pcntl_sigwaitinfo の例
- Example#3806 - posix_access の例
- Example#3807 - posix_ctermid の例
- Example#3808 - posix_get_last_error の例
- Example#3809 - posix_getcwd の例
- Example#3810 - posix_getegid example
- Example#3811 - posix_geteuid の例
- Example#3812 - posix_getgid の例
- Example#3813 - posix_getgrgid の使用例
- Example#3814 - posix_getgrnam の使用例
- Example#3815 - posix_getgroups の使用例
- Example#3816 - posix_getlogin の使用例
- Example#3817 - posix_getpgid の使用例
- Example#3818 - posix_getpid の使用例
- Example#3819 - posix_getppid の使用例
- Example#3820 - posix_getpwnam の使用例
- Example#3821 - posix_getpwuid の使用例
- Example#3822 - posix_getrlimit の使用例
- Example#3823 - posix_getsid の使用例
- Example#3824 - posix_getuid の使用例
- Example#3825 - posix_mknod の例
- Example#3826 - posix_setegid の例
- Example#3827 - posix_setgid の例
- Example#3828 - posix_setuid の例
- Example#3829 - posix_strerror の例
- Example#3830 - posix_times の使用例
- Example#3831 - posix_uname の使用例
- Example#3832 - escapeshellarg の例
- Example#3833 - escapeshellcmd の例
- Example#3834 - exec の例
- Example#3835 - proc_nice 関数を使い、プロセスの優先度を高に設定する
- Example#3836 - A proc_open の例
- Example#3837 - proc_open 関数の癖(Windows限定)
- Example#3838 - shell_exec の例
- Example#3839 - system の例
- Example#3840 - Example showing Future as return value
- Example#3841 - Example showing Future as synchronization point
- Example#3842 - Fetch a chunk of the property table
- Example#3843 - Counting the properties of an object
- Example#3844 - Runtime inheritance
- Example#3845 - Thread safe objects from closures
- Example#3846 - Detecting fatal errors in Threads
- Example#3847 - Detect the state of the referenced object
- Example#3848 - Detect the state of the referenced object
- Example#3849 - Detect the state of the referenced object
- Example#3850 - Locking Object Properties
- Example#3851 - Merging into the property table of a threaded object
- Example#3852 - Notifications and Waiting
- Example#3853 - Notifications and Waiting
- Example#3854 - Popping the last item from the property table of a threaded object
- Example#3855 - Shifting the first item from the property table of a threaded object
- Example#3856 - Synchronizing
- Example#3857 - Locking the property table of a threaded object
- Example#3858 - Notifications and Waiting
- Example#3859 - このスレッドを作ったスレッドあるいはプロセスの ID を返す
- Example#3860 - Return the currently executing Thread
- Example#3861 - Return the identity of the currently executing Thread
- Example#3862 - このスレッドの ID を返す
- Example#3863 - Execute in the global scope
- Example#3864 - スレッドの状態を検出する
- Example#3865 - スレッドが開始したかどうかを検出する
- Example#3866 - スレッドとのジョイン
- Example#3867 - Kill the referenced Thread
- Example#3868 - スレッドの開始
- Example#3869 - A basic example of Worker::collect
- Example#3870 - A basic example of Worker::getStacked
- Example#3871 - Detect the state of a worker
- Example#3872 - ワーカーの状態を検出する
- Example#3873 - Shutdown the referenced worker
- Example#3874 - Stacking a task for execution onto a worker
- Example#3875 - Removing objects from the stack of Workers
- Example#3876 - protected method example: protected methods can only be executed by one Thread at a time.
- Example#3877 - private method example: private methods may only be executed by the Threaded object during execution
- Example#3878 - A basic example of Pool::collect
- Example#3879 - Creating Pools
- Example#3880 - Shutting down a pool
- Example#3881 - Submitting Tasks
- Example#3882 - Submitting tasks to a specific worker
- Example#3883 - Mutex Creation and Destruction
- Example#3884 - Mutex Creation and Destruction
- Example#3885 - Mutex Locking and Unlocking
- Example#3886 - Mutex Locking and Unlocking
- Example#3887 - Mutex Locking and Unlocking
- Example#3888 - Condition Broadcasting
- Example#3889 - Condition Creation and Destruction
- Example#3890 - Condition Creation and Destruction
- Example#3891 - Condition Signalling
- Example#3892 - Waiting for Conditions
- Example#3893 - New immutability semantics of Threaded
- Example#3894 - Volatile use-case
- Example#3895 - Adding a new class task to a thread
- Example#3896 - Adding a new file task to a thread
- Example#3897 - Adding a new function task to a thread
- Example#3898 - Joining a thread
- Example#3899 - Starting a new thread
- Example#3900 - Getting the task count of a thread
- Example#3901 - Locking a hash table's mutex lock
- Example#3902 - Getting a hash table's size
- Example#3903 - Locking a hash table's mutex lock
- Example#3904 - Creating a new vector
- Example#3905 - Deleting values in a vector
- Example#3906 - Inserting a value into a vector
- Example#3907 - Locking a vector's mutex lock
- Example#3908 - Popping a value from a vector
- Example#3909 - Pushing values to a vector
- Example#3910 - Resizing a vector
- Example#3911 - Shifting a value from a vector
- Example#3912 - Getting a vector's size
- Example#3913 - Locking a vector's mutex lock
- Example#3914 - Unshifting a value to the front of a vector
- Example#3915 - Updating a value in a vector
- Example#3916 - Retrieving the front value of a queue
- Example#3917 - Retrieving the front value in a loop (bad example - don't do this)
- Example#3918 - Retrieving the front value in a loop (good example)
- Example#3919 - Locking a queue's mutex lock
- Example#3920 - Popping a value from a queue
- Example#3921 - Pushing a value to a queue
- Example#3922 - Getting a queue's size
- Example#3923 - Locking a queue's mutex lock
- Example#3924 - Creating a new atomic integer
- Example#3925 - Decrementing an atomic integer's value
- Example#3926 - Getting an atomic integer's value
- Example#3927 - Incrementing an atomic integer's value
- Example#3928 - Grouping together an atomic integer's operations (requiring a mutex lock)
- Example#3929 - Setting an atomic integer's value
- Example#3930 - Grouping together an atomic integer's operations (requiring a mutex lock)
- Example#3931 - 共有メモリ操作の概要
- Example#3932 - 共有メモリブロックを閉じる
- Example#3933 - 共有メモリブロックを削除する
- Example#3934 - 共有メモリブロックを新規に作成する
- Example#3935 - 共有メモリブロックを読み取る
- Example#3936 - 共有メモリブロックのサイズを取得する
- Example#3937 - 共有メモリブロックに書き込む
- Example#3938 - SyncMutex::__construct named mutex with lock timeout example
- Example#3939 - SyncMutex::__construct unnamed mutex example
- Example#3940 - SyncMutex::lock example
- Example#3941 - SyncMutex::unlock example
- Example#3942 - SyncSemaphore::__construct example
- Example#3943 - SyncSemaphore::lock example
- Example#3944 - SyncSemaphore::unlock example
- Example#3945 - SyncEvent::__construct example
- Example#3946 - SyncEvent::fire example
- Example#3947 - SyncEvent::reset example
- Example#3948 - SyncEvent::wait example
- Example#3949 - SyncReaderWriter::__construct example
- Example#3950 - SyncReaderWriter::readlock example
- Example#3951 - SyncReaderWriter::readunlock example
- Example#3952 - SyncReaderWriter::writelock example
- Example#3953 - SyncReaderWriter::writeunlock example
- Example#3954 - SyncSharedMemory::__construct example
- Example#3955 - SyncSharedMemory::first example
- Example#3956 - SyncSharedMemory::__construct example
- Example#3957 - SyncSharedMemory::size example
- Example#3958 - SyncSharedMemory::write example
- Example#3959 - geoip_asnum_by_name の例
- Example#3960 - geoip_continent_code_by_name の例
- Example#3961 - geoip_country_code_by_name の例
- Example#3962 - geoip_country_code3_by_name の例
- Example#3963 - geoip_country_name_by_name の例
- Example#3964 - geoip_database_info の例
- Example#3965 - geoip_db_avail の例
- Example#3966 - geoip_db_filename の例
- Example#3967 - geoip_db_get_all_info の例
- Example#3968 - geoip_db_get_all_info の例
- Example#3969 - geoip_domain_by_name の例
- Example#3970 - geoip_id_by_name の例
- Example#3971 - geoip_isp_by_name の例
- Example#3972 - geoip_netspeedcell_by_name の例
- Example#3973 - geoip_org_by_name の例
- Example#3974 - geoip_record_by_name の例
- Example#3975 - geoip_region_by_name の例
- Example#3976 - US/Canada の地域コードを使用した geoip_region_name_by_code の例
- Example#3977 - FIPS コードを使用した geoip_region_name_by_code の例
- Example#3978 - geoip_setup_custom_directory の例
- Example#3979 - US/Canada の地域コードを使用した geoip_time_zone_by_country_and_region の例
- Example#3980 - FIPS コードを使用した geoip_time_zone_by_country_and_region の例
- Example#3981 - xor.data file
- Example#3982 - Simple train
- Example#3983 - Simple test
- Example#3984 - fann_create_train_from_callback example
- Example#3985 - fann_read_train_from_file example
- Example#3986 - JsonSerializable::jsonSerialize で配列を返す例
- Example#3987 - JsonSerializable::jsonSerialize で連想配列を返す例
- Example#3988 - JsonSerializable::jsonSerialize で整数値を返す例
- Example#3989 - JsonSerializable::jsonSerialize で文字列を返す例
- Example#3990 - json_decode の例
- Example#3991 - 無効なオブジェクトプロパティへのアクセス
- Example#3992 - json_decode でのありがちな間違い
- Example#3993 - depth エラー
- Example#3994 - json_decode で大きな整数値を扱う例
- Example#3995 - json_encode の例
- Example#3996 - json_encode で、利用中のいくつかのオプションを表示する例
- Example#3997 - JSON_NUMERIC_CHECK オプションの例
- Example#3998 - シーケンシャルな配列とそうでない配列の例
- Example#3999 - JSON_PRESERVE_ZERO_FRACTION オプションの例
- Example#4000 - json_last_error の例
- Example#4001 - json_last_error と json_encode の組み合わせ
- Example#4002 - json_last_error と JSON_THROW_ON_ERROR の組み合わせ
- Example#4003 - Judy array example
- Example#4004 - Lua::assignの例
- Example#4005 - Lua::callの例
- Example#4006 - Lua::evalの例
- Example#4007 - Lua::registerCallbackの例
- Example#4008 - LuaClosure::__invokeの例
- Example#4009 - Execute some Lua code
- Example#4010 - Calling a Lua function
- Example#4011 - Profiling Lua code
- Example#4012 - Loading code into Lua
- Example#4013 - Manipulating the usage timer
- Example#4014 - Registering PHP functions to call from Lua
- Example#4015 - Calling a Lua function
- Example#4016 - Calling a Lua function
- Example#4017 - constant の例
- Example#4018 - 定数の定義
- Example#4019 - 予約された名前を定数にする
- Example#4020 - 定数のチェック
- Example#4021 - eval の例 - 簡単なテキストのマージ
- Example#4022 - exit の例
- Example#4023 - exit でステータスを指定する例
- Example#4024 - シャットダウン関数やデストラクタが実行される例
- Example#4025 - ユーザーのブラウザについての全情報の一覧
- Example#4026 - __halt_compiler の例
- Example#4027 - highlight_string の例
- Example#4028 - hrtime の使い方
- Example#4029 - ignore_user_abort の例
- Example#4030 - pack の例
- Example#4031 - php_strip_whitespace の例
- Example#4032 - sapi_windows_generate_ctrl_event 関数の基本的な使い方
- Example#4033 - 基本的な sapi_windows_set_ctrl_handler 関数の使い方
- Example#4034 - sapi_windows_vt100_support でデフォルトの状態を出力する
- Example#4035 - sapi_windows_vt100_support で状態を変更する
- Example#4036 - VT100 のサポートを有効にする例
- Example#4037 - sleep の例
- Example#4038 - sys_getloadavg の例
- Example#4039 - time_nanosleep の例
- Example#4040 - time_sleep_until の例
- Example#4041 - uniqid の例
- Example#4042 - unpack の例
- Example#4043 - unpack でのリピータの例
- Example#4044 - unpack で名前のないキーを扱う例
- Example#4045 - usleep の例
- Example#4046 - Get and set base path
- Example#4047 - Get and set logger
- Example#4048 - Fast write log
- Example#4049 - Fast count some type of log count value
- Example#4050 - Acquisit some type of log list
- Example#4051 - seaslog_get_author example
- Example#4052 - seaslog_get_version example
- Example#4053 - SeasLog::alert example
- Example#4054 - SeasLog::analyzerCount example
- Example#4055 - SeasLog::analyzerDetail example
- Example#4056 - SeasLog::closeLoggerStream example
- Example#4057 - SeasLog::__construct example
- Example#4058 - SeasLog::critical example
- Example#4059 - SeasLog::debug example
- Example#4060 - SeasLog::__destruct example
- Example#4061 - SeasLog::emergency example
- Example#4062 - SeasLog::error example
- Example#4063 - SeasLog::flushBuffer example
- Example#4064 - SeasLog::getBasePath example
- Example#4065 - SeasLog::getBuffer example
- Example#4066 - SeasLog::getBufferEnabled example
- Example#4067 - SeasLog::getDatetimeFormat example
- Example#4068 - SeasLog::getLastLogger example
- Example#4069 - SeasLog::getRequestID example
- Example#4070 - SeasLog::getRequestVariable example
- Example#4071 - SeasLog::info example
- Example#4072 - SeasLog::log example
- Example#4073 - SeasLog::notice example
- Example#4074 - SeasLog::setBasePath example
- Example#4075 - SeasLog::setDatetimeFormat example
- Example#4076 - SeasLog::setLogger example
- Example#4077 - SeasLog::setRequestID example
- Example#4078 - SeasLog::setRequestVariable example
- Example#4079 - SeasLog::warning example
- Example#4080 - SplDoublyLinkedList::__construct の例
- Example#4081 - SplStack::__construct の例
- Example#4082 - SplQueue::__construct の例
- Example#4083 - SplQueue による効率的なタスクの処理
- Example#4084 - SplFixedArray の使用例
- Example#4085 - SplFixedArray::__construct の例
- Example#4086 - SplFixedArray::count の例
- Example#4087 - SplFixedArray::fromArray の例
- Example#4088 - SplFixedArray::getSize の例
- Example#4089 - SplFixedArray::setSize の例
- Example#4090 - SplFixedArray::toArray の例
- Example#4091 - SplObjectStorage をセットとして使用
- Example#4092 - SplObjectStorage をマップとして使用
- Example#4093 - SplObjectStorage::addAll の例
- Example#4094 - SplObjectStorage::attach の例
- Example#4095 - SplObjectStorage::contains の例
- Example#4096 - SplObjectStorage::count の例
- Example#4097 - SplObjectStorage::current の例
- Example#4098 - SplObjectStorage::detach の例
- Example#4099 - SplObjectStorage::getHash の例
- Example#4100 - SplObjectStorage::getInfo の例
- Example#4101 - SplObjectStorage::key の例
- Example#4102 - SplObjectStorage::next の例
- Example#4103 - SplObjectStorage::offsetExists の例
- Example#4104 - SplObjectStorage::offsetGet の例
- Example#4105 - SplObjectStorage::offsetSet の例
- Example#4106 - SplObjectStorage::offsetUnset の例
- Example#4107 - SplObjectStorage::removeAll の例
- Example#4108 - SplObjectStorage::removeAllExcept の例
- Example#4109 - SplObjectStorage::rewind の例
- Example#4110 - SplObjectStorage::serialize の例
- Example#4111 - SplObjectStorage::setInfo の例
- Example#4112 - SplObjectStorage::unserialize の例
- Example#4113 - SplObjectStorage::valid の例
- Example#4114 - AppendIterator::append の例
- Example#4115 - AppendIterator の foreach での使用例
- Example#4116 - AppendIterator API による AppendIterator の処理
- Example#4117 - AppendIterator::getInnerIterator の例
- Example#4118 - AppendIterator.getIteratorIndex の基本的な例
- Example#4119 - AppendIterator::key の基本的な例
- Example#4120 - ArrayIterator::current の例
- Example#4121 - ArrayIterator::key の例
- Example#4122 - ArrayIterator::next の例
- Example#4123 - ArrayIterator::rewind の例
- Example#4124 - ArrayIterator::valid の例
- Example#4125 - CachingIterator::getCache の例
- Example#4126 - 利用可能なコールバック引数
- Example#4127 - コールバックの基本例
- Example#4128 - DirectoryIterator::__construct の例
- Example#4129 - DirectoryIterator::current の例
- Example#4130 - DirectoryIterator::getATime の例
- Example#4131 - DirectoryIterator::getBasename の例
- Example#4132 - DirectoryIterator::getCTime の例
- Example#4133 - DirectoryIterator::getExtension の例
- Example#4134 -
- Example#4135 - DirectoryIterator::getFilename の例
- Example#4136 - DirectoryIterator::getGroup の例
- Example#4137 - DirectoryIterator::getInode の例
- Example#4138 - DirectoryIterator::getMTime の例
- Example#4139 - DirectoryIterator::getOwner の例
- Example#4140 - DirectoryIterator::getPath の例
- Example#4141 - DirectoryIterator::getPathname の例
- Example#4142 - DirectoryIterator::getPerms の例
- Example#4143 - DirectoryIterator::getSize の例
- Example#4144 - DirectoryIterator::getType の例
- Example#4145 - DirectoryIterator::isDir の例
- Example#4146 - DirectoryIterator::isDot の例
- Example#4147 - DirectoryIterator::isExecutable の例
- Example#4148 - DirectoryIterator::isFile の例
- Example#4149 - DirectoryIterator::isLink の例
- Example#4150 - DirectoryIterator::isReadable の例
- Example#4151 - DirectoryIterator::isWritable の例
- Example#4152 - DirectoryIterator::key の例
- Example#4153 - DirectoryIterator::next の例
- Example#4154 - DirectoryIterator::rewind の例
- Example#4155 - DirectoryIterator::seek の例
- Example#4156 - DirectoryIterator::__toString の例
- Example#4157 - DirectoryIterator::valid の例
- Example#4158 - FilesystemIterator::__construct の例
- Example#4159 - FilesystemIterator::current の例
- Example#4160 - FilesystemIterator::key の例
- Example#4161 - FilesystemIterator::next の例
- Example#4162 - FilesystemIterator::rewind の例
- Example#4163 - FilesystemIterator::key の例
- Example#4164 - FilterIterator::accept の例
- Example#4165 - GlobIterator の例
- Example#4166 - GlobIterator::count の例
- Example#4167 - InfiniteIterator::__construct の例
- Example#4168 - LimitIterator の使用例
- Example#4169 - LimitIterator::__construct の例
- Example#4170 - LimitIterator::getPosition の例
- Example#4171 - MultipleIterator の反復処理
- Example#4172 - NoRewindIterator::__construct の例
- Example#4173 - NoRewindIterator::rewind の例
- Example#4174 - RecursiveArrayIterator::getChildren の例
- Example#4175 - RecursiveArrayIterator::hasChildren の例
- Example#4176 - 利用可能なコールバック引数
- Example#4177 - 再帰コールバックの基本例
- Example#4178 - RecursiveCallbackFilterIterator::hasChildren の基本的な使用例
- Example#4179 - RecursiveDirectoryIterator の例
- Example#4180 - getSubPath の例
- Example#4181 - getSubPathname の例
- Example#4182 - RecursiveFilterIterator の基本例
- Example#4183 - RecursiveFilterIterator の例
- Example#4184 - RecursiveIteratorIterator の反復処理
- Example#4185 - RecursiveRegexIterator::__construct の例
- Example#4186 - RecursiveRegexIterator::getChildren の例
- Example#4187 - RecursiveRegexIterator::hasChildren の例
- Example#4188 - RegexIterator::accept の例
- Example#4189 - RegexIterator::__construct の例
- Example#4190 - RegexIterator::getFlags の例
- Example#4191 - RegexIterator::getMode の例
- Example#4192 - RegexIterator::getPregFlags の例
- Example#4193 - RegexIterator::setFlags の例
- Example#4194 - RegexIterator::setMode の例
- Example#4195 - RegexIterator::setPregFlags の例
- Example#4196 - Countable::count の例
- Example#4197 - 基本的な使用法
- Example#4198 - SeekableIterator::seek の例
- Example#4199 - class_implements の例
- Example#4200 - class_parents の例
- Example#4201 - class_uses の例
- Example#4202 - iterator_apply の例
- Example#4203 - iterator_count の例
- Example#4204 - iterator_count で位置を変更する例
- Example#4205 - foreach ループ内での iterator_count
- Example#4206 - iterator_to_array の例
- Example#4207 - spl_autoload_extensions の例
- Example#4208 - spl_autoload_register を __autoload 関数の代わりに使う例
- Example#4209 - spl_autoload_register でクラスをロードしない例
- Example#4210 - spl_classes の例
- Example#4211 - spl_object_hash の例
- Example#4212 - spl_object_id の例
- Example#4213 - SplFileInfo::__construct の例
- Example#4214 - SplFileInfo::getBasename の例
- Example#4215 - SplFileInfo::getCTime の例
- Example#4216 - SplFileInfo::getExtension の例
- Example#4217 -
- Example#4218 - SplFileInfo::getFilename の例
- Example#4219 - SplFileInfo::getGroup の例
- Example#4220 - SplFileInfo::getLinkTarget の例
- Example#4221 - SplFileInfo::getOwner の例
- Example#4222 - SplFileInfo::getPath の例
- Example#4223 - SplFileInfo::getPathInfo の例
- Example#4224 - SplFileInfo::getPathname の例
- Example#4225 - SplFileInfo::getPerms の例
- Example#4226 - SplFileInfo::getRealPath の例
- Example#4227 - SplFileInfo::getType の例
- Example#4228 - SplFileInfo::isDir の例
- Example#4229 - SplFileInfo::isExecutable の例
- Example#4230 - SplFileInfo::isFile の例
- Example#4231 - SplFileInfo::isLink の例
- Example#4232 - SplFileInfo::isReadable の例
- Example#4233 - SplFileInfo::openFile の例
- Example#4234 - SplFileInfo::setFileClass の例
- Example#4235 - SplFileInfo::setFileClass の例
- Example#4236 - SplFileInfo::__toString の例
- Example#4237 - SplFileObject::__construct の例
- Example#4238 - SplFileObject::current の例
- Example#4239 - SplFileObject::eof の例
- Example#4240 - SplFileObject::fflush の例
- Example#4241 - SplFileObject::fgetc の例
- Example#4242 - SplFileObject::fgetcsv の例
- Example#4243 - SplFileObject::READ_CSV の例
- Example#4244 - SplFileObject::fgets の例
- Example#4245 - SplFileObject::fgetss の例
- Example#4246 - SplFileObject::flock の例
- Example#4247 - SplFileObject::fpassthru の例
- Example#4248 - SplFileObject::fputcsv の例
- Example#4249 - SplFileObject::fread の例
- Example#4250 - SplFileObject::fscanf の例
- Example#4251 - SplFileObject::fseek の例
- Example#4252 - SplFileObject::fstat の例
- Example#4253 - SplFileObject::ftell の例
- Example#4254 - SplFileObject::ftruncate の例
- Example#4255 - SplFileObject::fwrite の例
- Example#4256 - SplFileObject::getCsvControl の例
- Example#4257 - SplFileObject::getFlags の例
- Example#4258 - SplFileObject::getMaxLineLen の例
- Example#4259 - SplFileObject::key の例
- Example#4260 - SplFileObject::setMaxLineLen による SplFileObject::key の例
- Example#4261 - SplFileObject::next の例
- Example#4262 - SplFileObject::rewind の例
- Example#4263 - SplFileObject::seek の例
- Example#4264 - SplFileObject::setCsvControl の例
- Example#4265 - SplFileObject::setFlags の例
- Example#4266 - SplFileObject::setMaxLineLen の例
- Example#4267 - SplFileObject::valid の例
- Example#4268 - SplTempFileObject の例
- Example#4269 - ArrayObject::append の例
- Example#4270 - ArrayObject::asort の例
- Example#4271 - ArrayObject::__construct の例
- Example#4272 - ArrayObject::count の例
- Example#4273 - ArrayObject::exchangeArray の例
- Example#4274 - ArrayObject::getArrayCopy の例
- Example#4275 - ArrayObject::getFlags の例
- Example#4276 - ArrayObject::getIterator の例
- Example#4277 - ArrayObject::getIteratorClass の例
- Example#4278 - ArrayObject::ksort の例
- Example#4279 - ArrayObject::natcasesort の例
- Example#4280 - ArrayObject::natsort の例
- Example#4281 - ArrayObject::offsetExists の例
- Example#4282 - ArrayObject::offsetGet の例
- Example#4283 - ArrayObject::offsetSet の例
- Example#4284 - ArrayObject::offsetUnset の例
- Example#4285 - ArrayObject::serialize の例
- Example#4286 - ArrayObject::setFlags の例
- Example#4287 - ArrayObject::setIteratorClass の例
- Example#4288 - ArrayObject::uasort の例
- Example#4289 - ArrayObject::uksort の例
- Example#4290 - SplInt の使用例
- Example#4291 - SplFloat の使用例
- Example#4292 - SplEnum の使用例
- Example#4293 - SplEnum::getConstList の例
- Example#4294 - SplBool の使用例
- Example#4295 - SplString の使用例
- Example#4296 - file_get_contents を使って さまざまな場所からデータを取得する
- Example#4297 - https のサーバーに対して POST リクエストを行う
- Example#4298 - データを圧縮ファイルに書き込む
- Example#4299 - グローバル変数の読み書き用のストリーム
- Example#4300 - tar アーカイブのファイル一覧
- Example#4301 - stream_bucket_prepend の例
- Example#4302 - stream_context_create の使用
- Example#4303 - stream_context_get_default の使用
- Example#4304 - stream_context_get_options の例
- Example#4305 - stream_context_get_params の例
- Example#4306 - stream_context_set_default の例
- Example#4307 - stream_copy_to_stream の例
- Example#4308 - フィルタの適用される場所を制御する
- Example#4309 - foo-bar.txt ストリームの文字を大文字化するフィルタ
- Example#4310 - 複数のフィルタ名に対応する一般的なフィルタクラスを登録する
- Example#4311 - ストリームの再フィルタリングを動的に行う
- Example#4312 - stream_get_contents の例
- Example#4313 - stream_get_filters を使用する
- Example#4314 - stream_get_meta_data の例
- Example#4315 - stream_get_transports を使った例
- Example#4316 - stream_get_wrappers の例
- Example#4317 - ストリームラッパーのが存在するかどうかを調べる
- Example#4318 - stream_is_local の例
- Example#4319 - stream_isatty example
- Example#4320 - stream_notification_callback の例
- Example#4321 - コマンドラインのダウンロードツール用のシンプルなプログレスバー
- Example#4322 - stream_resolve_include_path の例
- Example#4323 - stream_select の例
- Example#4324 - stream_set_timeout の例
- Example#4325 - stream_set_write_buffer の例
- Example#4326 - stream_socket_client の例
- Example#4327 - UDP 接続の使用
- Example#4328 - stream_socket_enable_crypto の例
- Example#4329 - stream_socket_pair の例
- Example#4330 - stream_socket_recvfrom の例
- Example#4331 - stream_socket_sendto の例
- Example#4332 - TCP サーバーソケットの使用
- Example#4333 - UDP サーバーソケットを利用する
- Example#4334 - stream_socket_shutdown の例
- Example#4335 - ストリームラッパーの登録方法
- Example#4336 - Tidy の基本的な使用法
- Example#4337 - tidy::getBody の例
- Example#4338 - tidy::cleanrepair の例
- Example#4339 - tidy::__construct の例
- Example#4340 - tidy::diagnose の例
- Example#4341 - tidy_get_error_buffer の例
- Example#4342 - tidy::getConfig の例
- Example#4343 - tidy_getopt の例
- Example#4344 - すべてのオプションについてのドキュメントとデフォルト値をプリントする
- Example#4345 - tidy::getStatus の例
- Example#4346 - tidy::head の例
- Example#4347 - tidy::html の例
- Example#4348 - tidy::parseFile の例
- Example#4349 - tidy::parseString の例
- Example#4350 - tidy::repairFile の例
- Example#4351 - tidy::repairString の例
- Example#4352 - tidy::root の例
- Example#4353 - tidyNode::hasChildren の例
- Example#4354 - tidyNode::hasChildren の例
- Example#4355 - tidyNode::hasSiblings の例
- Example#4356 - HTML ドキュメントからの ASP コードの抽出
- Example#4357 - HTML ドキュメントからのコメントの抽出
- Example#4358 - HTML ドキュメントからの HTML コードの抽出
- Example#4359 - HTML ドキュメントからの JSTE コードの抽出
- Example#4360 - HTML ドキュメントからの PHP コードの抽出
- Example#4361 - HTML ドキュメントからのテキストの抽出
- Example#4362 - ob_tidyhandler の例
- Example#4363 - tidy_access_count の例
- Example#4364 - tidy_config_count の例
- Example#4365 - tidy_error_count の例
- Example#4366 - tidy_get_output の例
- Example#4367 - tidy_warning_count の例
- Example#4368 - tokenizer によるコメントの削除
- Example#4369 - token_get_all の例
- Example#4370 - token_get_all の間違った使いかた
- Example#4371 - 予約語を使ったクラスでの token_get_all の例
- Example#4372 - token_name の例
- Example#4373 - base64_decode の例
- Example#4374 - base64_encode の例
- Example#4375 - get_headers の例
- Example#4376 - get_headers で HEAD を使う例
- Example#4377 - get_meta_tags が何をパースするのか
- Example#4378 - get_meta_tags が何を返すのか
- Example#4379 - http_build_query の簡単な使用法
- Example#4380 - 数値インデックス要素の場合での http_build_query
- Example#4381 - 複雑な配列の場合での http_build_query
- Example#4382 - オブジェクトの場合の http_build_query の使用
- Example#4383 - parse_url の例
- Example#4384 - parse_url でスキームを省略した例
- Example#4385 - rawurldecode の例
- Example#4386 - FTP URL へのパスワードの埋め込み
- Example#4387 - rawurlencode の例 2
- Example#4388 - urldecode の例
- Example#4389 - urlencode の例
- Example#4390 - urlencode および htmlentities の例
- Example#4391 - 基本的な Javascript の実行
- Example#4392 - Yaml の例
- Example#4393 - パースコールバックの例
- Example#4394 - Emit callback example
- Example#4395 - yaml_emit の例
- Example#4396 - yaml_parse の例
- Example#4397 - 標準的なアプリケーションのディレクトリ構造
- Example#4398 - エントリ
- Example#4399 - リライトルール
- Example#4400 - アプリケーションの設定
- Example#4401 - デフォルトのコントローラ
- Example#4402 - デフォルトのビューテンプレート
- Example#4403 - アプリケーションの実行結果
- Example#4404 - PHP の配列の例
- Example#4405 - ini ファイルの例
- Example#4406 - Bootstrap の例
- Example#4407 - Yaf_Application::bootstrap の例
- Example#4408 - Yaf_Application::clearLastError の例
- Example#4409 - ini ファイルの例
- Example#4410 - Yaf_Application::__construct の例
- Example#4411 - Yaf_Application::__construct の例
- Example#4412 - Yaf_Application::environ の例
- Example#4413 - Yaf_Application::execute の例
- Example#4414 - Yaf_Application::getConfig の例
- Example#4415 - Yaf_Application::getDispatcher の例
- Example#4416 - Yaf_Application::getLastErrorMsg の例
- Example#4417 - Yaf_Application::getLastErrorNo の例
- Example#4418 - Yaf_Application::getModules の例
- Example#4419 - ブートストラップの例
- Example#4420 - Yaf_Dispatcher::autoRender の例
- Example#4421 - Yaf_Dispatcher::catchException の例
- Example#4422 - Yaf_Dispatcher::registerPlugin の例
- Example#4423 - カスタムビューエンジンの例
- Example#4424 - Yaf_Dispatcher::setView の例
- Example#4425 - Yaf_Dispatcher::throwexception の例
- Example#4426 - Yaf_Dispatcher::throwexception の例
- Example#4427 - Yaf_Config_Ini の例
- Example#4428 - 別ファイルでのアクションの定義
- Example#4429 - Dummy_action.php
- Example#4430 - Yaf_Controller_Abstract::forward の例
- Example#4431 - Yaf_Action_Abstract::execute の例
- Example#4432 - Yaf_Action_Abstract::execute の例
- Example#4433 - Yaf_View_Simple::assign の例
- Example#4434 - テンプレートの例
- Example#4435 - Yaf_View_Simple::assignRef の例
- Example#4436 - テンプレートの例
- Example#4437 - Yaf_View_Simple::clear の例
- Example#4438 - Yaf_View_Simple::__constructor の例
- Example#4439 - Yaf_View_Simple::__set の例
- Example#4440 - 設定の例
- Example#4441 - localnamespace の登録
- Example#4442 - クラスのロード
- Example#4443 - 名前空間つきのクラスのロード
- Example#4444 - MVC クラスのロード
- Example#4445 - MVC クラスかどうかの区別
- Example#4446 - MVC のロード
- Example#4447 - Yaf_Loader::registerNamespaceexample
- Example#4448 - Yaf_Loader::registerLocalNamespace の例
- Example#4449 - Yaf_Loader::registerNamespaceexample
- Example#4450 - プラグインの例
- Example#4451 - Yaf_Plugin_Abstract::routerShutdown の例
- Example#4452 - Yaf_Response_Abstract::appendBody の例
- Example#4453 - Yaf_Response_Abstract::getBody の例
- Example#4454 - Yaf_Response_Abstract::prependBody の例
- Example#4455 - Yaf_Response_Abstract::response の例
- Example#4456 - Yaf_Response_Abstract::setBody の例
- Example#4457 - Yaf_Route_Map::assemble の例
- Example#4458 - Yaf_Route_Map の例
- Example#4459 - Yaf_Route_Map の例
- Example#4460 - Yaf_Route_Map の例
- Example#4461 - Yaf_Route_Regex::assemble の例
- Example#4462 - Yaf_Route_Regex の例
- Example#4463 - Yaf_Route_Regex (2.3.0 以降) の例
- Example#4464 - Yaf_Route_Regex と名前付きキャプチャグループ (2.3.0 以降) の例example
- Example#4465 - Yaf_Route_Regex の例
- Example#4466 - Yaf_Route_Rewrite::assemble の例
- Example#4467 - Yaf_Route_Rewrite の例
- Example#4468 - Yaf_Route_Rewrite の例
- Example#4469 - Yaf_Route_Rewrite (2.3.0 以降) の例
- Example#4470 - Apache 用のリライトルール
- Example#4471 - Apache 用のリライトルール
- Example#4472 - Lighttpd 用のリライトルール
- Example#4473 - Nginx 用のリライトルール
- Example#4474 - Yaf_Route_Static のデフォルトルート
- Example#4475 - application.ini の例
- Example#4476 - Yaf_Dispatcher::autoConfig の例
- Example#4477 - Yaf_Dispatcher::autoRender の例
- Example#4478 - ブートストラップでのルートの登録
- Example#4479 - プラグイン Dummy.php (application.directory/plugins 配下)
- Example#4480 - Yaf_Route_Simple::assemble の例
- Example#4481 - Yaf_Route_Simple::route の例
- Example#4482 - Yaf_Route_Simple::routeexample
- Example#4483 - Yaf_Route_Static::assemble の例
- Example#4484 - Yaf_Route_Static::route の例
- Example#4485 - Yaf_Route_Supervar::assemble の例
- Example#4486 - Yaf_Route_Supervar の例
- Example#4487 - INI example
- Example#4488 - INI sections example
- Example#4489 - INIexample
- Example#4490 - taint の例
- Example#4491 - Vector
- Example#4492 - Map
- Example#4493 - Ds\Collection::clear example
- Example#4494 - Ds\Collection::copy example
- Example#4495 - Ds\Collection::isEmpty example
- Example#4496 - Ds\Collection::toArray example
- Example#4497 - Ds\Hashable::hash example
- Example#4498 - Ds\Sequence::allocate example
- Example#4499 - Ds\Sequence::apply example
- Example#4500 - Ds\Sequence::capacity example
- Example#4501 - Ds\Sequence::contains example
- Example#4502 - Ds\Sequence::filter example using callback function
- Example#4503 - Ds\Sequence::filter example without a callback function
- Example#4504 - Ds\Sequence::find example
- Example#4505 - Ds\Sequence::first example
- Example#4506 - Ds\Sequence::get example
- Example#4507 - Ds\Sequence::get example using array syntax
- Example#4508 - Ds\Sequence::insert example
- Example#4509 - Ds\Sequence::join example using a separator string
- Example#4510 - Ds\Sequence::join example without a separator string
- Example#4511 - Ds\Sequence::last example
- Example#4512 - Ds\Sequence::map example
- Example#4513 - Ds\Sequence::merge example
- Example#4514 - Ds\Sequence::pop example
- Example#4515 - Ds\Sequence::push example
- Example#4516 - Ds\Sequence::reduce with initial value example
- Example#4517 - Ds\Sequence::reduce without an initial value example
- Example#4518 - Ds\Sequence::remove example
- Example#4519 - Ds\Sequence::reverse example
- Example#4520 - Ds\Sequence::reversed example
- Example#4521 - Ds\Sequence::rotate example
- Example#4522 - Ds\Sequence::set example
- Example#4523 - Ds\Sequence::set example using array syntax
- Example#4524 - Ds\Sequence::shift example
- Example#4525 - Ds\Sequence::slice example
- Example#4526 - Ds\Sequence::sort example
- Example#4527 - Ds\Sequence::sort example using a comparator
- Example#4528 - Ds\Sequence::sorted example
- Example#4529 - Ds\Sequence::sorted example using a comparator
- Example#4530 - Ds\Sequence::sum integer example
- Example#4531 - Ds\Sequence::sum float example
- Example#4532 - Ds\Sequence::unshift example
- Example#4533 - Ds\Vector::allocate example
- Example#4534 - Ds\Vector::apply example
- Example#4535 - Ds\Vector::capacity example
- Example#4536 - Ds\Vector::clear example
- Example#4537 - Ds\Vector::__construct example
- Example#4538 - Ds\Vector::contains example
- Example#4539 - Ds\Vector::copy example
- Example#4540 - Ds\Vector::filter example using callback function
- Example#4541 - Ds\Vector::filter example without a callback function
- Example#4542 - Ds\Vector::find example
- Example#4543 - Ds\Vector::first example
- Example#4544 - Ds\Vector::get example
- Example#4545 - Ds\Vector::get example using array syntax
- Example#4546 - Ds\Vector::insert example
- Example#4547 - Ds\Vector::isEmpty example
- Example#4548 - Ds\Vector::join example using a separator string
- Example#4549 - Ds\Vector::join example without a separator string
- Example#4550 - Ds\Vector::last example
- Example#4551 - Ds\Vector::map example
- Example#4552 - Ds\Vector::merge example
- Example#4553 - Ds\Vector::pop example
- Example#4554 - Ds\Vector::push example
- Example#4555 - Ds\Vector::reduce with initial value example
- Example#4556 - Ds\Vector::reduce without an initial value example
- Example#4557 - Ds\Vector::remove example
- Example#4558 - Ds\Vector::reverse example
- Example#4559 - Ds\Vector::reversed example
- Example#4560 - Ds\Vector::rotate example
- Example#4561 - Ds\Vector::set example
- Example#4562 - Ds\Vector::set example using array syntax
- Example#4563 - Ds\Vector::shift example
- Example#4564 - Ds\Vector::slice example
- Example#4565 - Ds\Vector::sort example
- Example#4566 - Ds\Vector::sort example using a comparator
- Example#4567 - Ds\Vector::sorted example
- Example#4568 - Ds\Vector::sorted example using a comparator
- Example#4569 - Ds\Vector::sum integer example
- Example#4570 - Ds\Vector::sum float example
- Example#4571 - Ds\Vector::toArray example
- Example#4572 - Ds\Vector::unshift example
- Example#4573 - Ds\Deque::allocate example
- Example#4574 - Ds\Deque::apply example
- Example#4575 - Ds\Deque::capacity example
- Example#4576 - Ds\Deque::clear example
- Example#4577 - Ds\Deque::__construct example
- Example#4578 - Ds\Deque::contains example
- Example#4579 - Ds\Deque::copy example
- Example#4580 - Ds\Deque::filter example using callback function
- Example#4581 - Ds\Deque::filter example without a callback function
- Example#4582 - Ds\Deque::find example
- Example#4583 - Ds\Deque::first example
- Example#4584 - Ds\Deque::get example
- Example#4585 - Ds\Deque::get example using array syntax
- Example#4586 - Ds\Deque::insert example
- Example#4587 - Ds\Deque::isEmpty example
- Example#4588 - Ds\Deque::join example using a separator string
- Example#4589 - Ds\Deque::join example without a separator string
- Example#4590 - Ds\Deque::last example
- Example#4591 - Ds\Deque::map example
- Example#4592 - Ds\Deque::merge example
- Example#4593 - Ds\Deque::pop example
- Example#4594 - Ds\Deque::push example
- Example#4595 - Ds\Deque::reduce with initial value example
- Example#4596 - Ds\Deque::reduce without an initial value example
- Example#4597 - Ds\Deque::remove example
- Example#4598 - Ds\Deque::reverse example
- Example#4599 - Ds\Deque::reversed example
- Example#4600 - Ds\Deque::rotate example
- Example#4601 - Ds\Deque::set example
- Example#4602 - Ds\Deque::set example using array syntax
- Example#4603 - Ds\Deque::shift example
- Example#4604 - Ds\Deque::slice example
- Example#4605 - Ds\Deque::sort example
- Example#4606 - Ds\Deque::sort example using a comparator
- Example#4607 - Ds\Deque::sorted example
- Example#4608 - Ds\Deque::sorted example using a comparator
- Example#4609 - Ds\Deque::sum integer example
- Example#4610 - Ds\Deque::sum float example
- Example#4611 - Ds\Deque::toArray example
- Example#4612 - Ds\Deque::unshift example
- Example#4613 - Ds\Map::allocate example
- Example#4614 - Ds\Map::apply example
- Example#4615 - Ds\Map::capacity example
- Example#4616 - Ds\Map::clear example
- Example#4617 - Ds\Map::__construct example
- Example#4618 - Ds\Map::copy example
- Example#4619 - Ds\Map::diff example
- Example#4620 - Ds\Map::filter example using callback function
- Example#4621 - Ds\Map::filter example without a callback function
- Example#4622 - Ds\Map::first example
- Example#4623 - Ds\Map::get example
- Example#4624 - Ds\Map::get example using array syntax
- Example#4625 - Ds\Map::hasKey example
- Example#4626 - Ds\Map::hasValue example
- Example#4627 - Ds\Map::intersect example
- Example#4628 - Ds\Map::isEmpty example
- Example#4629 - Ds\Map::keys example
- Example#4630 - Ds\Map::ksort example
- Example#4631 - Ds\Map::ksort example using a comparator
- Example#4632 - Ds\Map::ksorted example
- Example#4633 - Ds\Map::ksorted example using a comparator
- Example#4634 - Ds\Map::last example
- Example#4635 - Ds\Map::map example
- Example#4636 - Ds\Map::merge example
- Example#4637 - Ds\Map::pairs example
- Example#4638 - Ds\Map::put example
- Example#4639 - Ds\Map::put example using objects as keys
- Example#4640 - Ds\Map::putAll example
- Example#4641 - Ds\Map::reduce with initial value example
- Example#4642 - Ds\Map::reduce without an initial value example
- Example#4643 - Ds\Map::remove example
- Example#4644 - Ds\Map::reverse example
- Example#4645 - Ds\Map::reversed example
- Example#4646 - Ds\Map::skip example
- Example#4647 - Ds\Map::slice example
- Example#4648 - Ds\Map::sort example
- Example#4649 - Ds\Map::sort example using a comparator
- Example#4650 - Ds\Map::sort example
- Example#4651 - Ds\Map::sort example using a comparator
- Example#4652 - Ds\Map::sum integer example
- Example#4653 - Ds\Map::sum float example
- Example#4654 - Ds\Map::toArray example
- Example#4655 - Ds\Map::union example
- Example#4656 - Ds\Map::values example
- Example#4657 - Ds\Map::xor example
- Example#4658 - Ds\Pair::clear example
- Example#4659 - Ds\Pair::copy example
- Example#4660 - Ds\Pair::isEmpty example
- Example#4661 - Ds\Pair::toArray example
- Example#4662 - Ds\Set::add example using integers
- Example#4663 - Ds\Set::add example using objects
- Example#4664 - Ds\Set::allocate example
- Example#4665 - Ds\Set::capacity example
- Example#4666 - Ds\Set::clear example
- Example#4667 - Ds\Set::__construct example
- Example#4668 - Ds\Set::contains example
- Example#4669 - Ds\Set::copy example
- Example#4670 - Ds\Set::diff example
- Example#4671 - Ds\Set::filter example using callback function
- Example#4672 - Ds\Set::filter example without a callback function
- Example#4673 - Ds\Set::first example
- Example#4674 - Ds\Set::get example
- Example#4675 - Ds\Set::get example using array syntax
- Example#4676 - Ds\Set::intersect example
- Example#4677 - Ds\Set::isEmpty example
- Example#4678 - Ds\Set::join example using a separator string
- Example#4679 - Ds\Set::join example without a separator string
- Example#4680 - Ds\Set::last example
- Example#4681 - Ds\Set::merge example
- Example#4682 - Ds\Set::reduce with initial value example
- Example#4683 - Ds\Set::reduce without an initial value example
- Example#4684 - Ds\Set::remove example
- Example#4685 - Ds\Set::reverse example
- Example#4686 - Ds\Set::reversed example
- Example#4687 - Ds\Set::slice example
- Example#4688 - Ds\Set::sort example
- Example#4689 - Ds\Set::sort example using a comparator
- Example#4690 - Ds\Set::sorted example
- Example#4691 - Ds\Set::sorted example using a comparator
- Example#4692 - Ds\Set::sum integer example
- Example#4693 - Ds\Set::sum float example
- Example#4694 - Ds\Set::toArray example
- Example#4695 - Ds\Set::union example
- Example#4696 - Ds\Set::xor example
- Example#4697 - Ds\Stack::clear example
- Example#4698 - Ds\Stack::__construct example
- Example#4699 - Ds\Stack::copy example
- Example#4700 - Ds\Stack::isEmpty example
- Example#4701 - Ds\Stack::peek example
- Example#4702 - Ds\Stack::pop example
- Example#4703 - Ds\Stack::push example
- Example#4704 - Ds\Stack::toArray example
- Example#4705 - Ds\Queue::allocate example
- Example#4706 - Ds\Queue::capacity example
- Example#4707 - Ds\Queue::clear example
- Example#4708 - Ds\Queue::__construct example
- Example#4709 - Ds\Queue::copy example
- Example#4710 - Ds\Queue::isEmpty example
- Example#4711 - Ds\Queue::peek example
- Example#4712 - Ds\Queue::pop example
- Example#4713 - Ds\Queue::push example
- Example#4714 - Ds\Queue::toArray example
- Example#4715 - Ds\PriorityQueue::allocate example
- Example#4716 - Ds\PriorityQueue::capacity example
- Example#4717 - Ds\PriorityQueue::clear example
- Example#4718 - Ds\PriorityQueue::__construct example
- Example#4719 - Ds\PriorityQueue::copy example
- Example#4720 - Ds\PriorityQueue::isEmpty example
- Example#4721 - Ds\PriorityQueue::peek example
- Example#4722 - Ds\PriorityQueue::pop example
- Example#4723 - Ds\PriorityQueue::push example
- Example#4724 - Ds\PriorityQueue::toArray example
- Example#4725 - PHP の cURL モジュールを使用して example.com のホームページを取得する
- Example#4726 - 新しい cURL セッションの初期化とウェブページの取得
- Example#4727 - cURL ハンドルのコピー
- Example#4728 - curl_errno の例
- Example#4729 - curl_error の例
- Example#4730 - curl_escape の例
- Example#4731 - ウェブページの取得
- Example#4732 - curl_getinfo の例
- Example#4733 - curl_getinfo で option パラメータを使う例
- Example#4734 - 新しい cURL セッションを初期化し、ウェブページを取得する
- Example#4735 - curl_multi_add_handle の例
- Example#4736 - curl_multi_close の例
- Example#4737 - curl_multi_exec の例
- Example#4738 - curl_multi_info_read の例
- Example#4739 - curl_multi_init の例
- Example#4740 - curl_multi_strerror の例
- Example#4741 - curl_reset の例
- Example#4742 - 新規に CURL セッションを初期化、ウェブページを取得する
- Example#4743 - curl_setopt_array の独自実装
- Example#4744 - 新規に cURL セッションを初期化、ウェブページを取得する
- Example#4745 - curl_share_setopt の例
- Example#4746 - curl_share_init の例
- Example#4747 - curl_share_setopt の例
- Example#4748 - curl_errno の例
- Example#4749 - curl_escape の例
- Example#4750 - curl_version の例
- Example#4751 - CURLFile::__construct の例
- Example#4752 - CURLFile::__construct で、複数のファイルをアップロードする例
- Example#4753 - Simple HTTP client
- Example#4754 - HTTP client using asynchronous DNS resolver
- Example#4755 - Echo server
- Example#4756 - SSL echo server
- Example#4757 - Signal handler
- Example#4758 - Use libevent's loop to process requests of `eio' extension
- Example#4759 - Miscellaneous
- Example#4760 - Simple HTTP server
- Example#4761 - Simple HTTPS server
- Example#4762 - OpenSSL connection
- Example#4763 - EventHttpConnection::makeRequest example
- Example#4764 - Connection listener based on a UNIX domain socket
- Example#4765 - Simple SMTP server
- Example#4766 - Handling SIGTERM signal
- Example#4767 - Event::addSignal example
- Example#4768 - Event::addTimer example
- Example#4769 - EventBase::getFeatures example
- Example#4770 - EventBase::getMethod example
- Example#4771 - EventBuffer::search example
- Example#4772 - EventBufferEvent::connect example
- Example#4773 - Connect to UNIX domain socket which presumably is served by a server, read response from the server and output it to the console
- Example#4774 - EventBufferEvent::connectHost example
- Example#4775 - Buffer event's read callback
- Example#4776 - EventBufferEvent::getOutput example
- Example#4777 - EventBufferEvent::sslError example
- Example#4778 - Simple SMTP server
- Example#4779 - EventConfig::avoidMethod example
- Example#4780 - EventConfig::__construct example
- Example#4781 - EventConfig::requireFeatures example
- Example#4782 - EventHttp::accept example
- Example#4783 - EventHttp::addServerAlias example
- Example#4784 - EventHttp::bind example
- Example#4785 - Simple HTTP server
- Example#4786 - EventHttp::setCallback example
- Example#4787 - EventHttp::setDefaultCallback example
- Example#4788 - EventHttpConnection::makeRequest example
- Example#4789 - EventHttpConnection::setCloseCallback example
- Example#4790 - EventHttpRequest::__construct example
- Example#4791 - EventHttpRequest::sendError example
- Example#4792 - EventListener::__construct example
- Example#4793 - EventSslContext::__construct example
- Example#4794 - FTP の例
- Example#4795 - ftp_alloc の例
- Example#4796 - ftp_cdup の例
- Example#4797 - ftp_chdir の例
- Example#4798 - ftp_chmod の例
- Example#4799 - ftp_close の例
- Example#4800 - ftp_connect の例
- Example#4801 - ftp_delete の例
- Example#4802 - ftp_exec の例
- Example#4803 - ftp_fget の例
- Example#4804 - ftp_fput の例
- Example#4805 - ftp_get_option の例
- Example#4806 - ftp_get の例
- Example#4807 - ftp_login の例
- Example#4808 - ftp_mdtm の例
- Example#4809 - ftp_mkdir の例
- Example#4810 - ftp_mlsd の例
- Example#4811 - ftp_nb_continue の例
- Example#4812 - ftp_nb_fget の例
- Example#4813 - ftp_nb_fput の例
- Example#4814 - ftp_nb_get の例
- Example#4815 - ftp_nb_get でダウンロードを再開する
- Example#4816 - ftp_nb_get を用い、ファイルの 100 バイト目以降から ダウンロードを再開する
- Example#4817 - ftp_nb_put の例
- Example#4818 - ftp_nb_put でアップロードを再開する
- Example#4819 - ftp_nlist の例
- Example#4820 - ftp_pasv の例
- Example#4821 - ftp_put の例
- Example#4822 - ftp_pwd の例
- Example#4823 - ftp_raw を用いて FTP サーバーに手動でログインする
- Example#4824 - ftp_rawlist の例
- Example#4825 - ftp_rename の例
- Example#4826 - ftp_rmdir の例
- Example#4827 - ftp_set_option の例
- Example#4828 - SITE コマンドを FTP サーバーに送信する
- Example#4829 - ftp_size の例
- Example#4830 - ftp_ssl_connect の例
- Example#4831 - ftp_systype の例
- Example#4832 - Basic Gearman client and worker
- Example#4833 - Basic Gearman client and worker, background
- Example#4834 - Basic Gearman client and worker, submitting tasks
- Example#4835 - Adding two job servers
- Example#4836 - Add two job servers
- Example#4837 - Basic submission of two tasks
- Example#4838 - Basic submission of two tasks with passing application context
- Example#4839 - Two tasks, one background and one not
- Example#4840 - A high priority task along with two normal tasks
- Example#4841 - A low priority task along with two normal tasks
- Example#4842 - Monitor completion of multiple background tasks
- Example#4843 - Simple job submission with immediate return
- Example#4844 - Submitting a job and retrieving incremental status
- Example#4845 - Submit and monitor a background job
- Example#4846 - Simple job submission with immediate return
- Example#4847 - Submitting a job and retrieving incremental status
- Example#4848 - Get the status of a long running job
- Example#4849 - Monitor the status of a long running background job
- Example#4850 - Simple worker making use of extra application context data
- Example#4851 - Add alternate Gearman servers
- Example#4852 - Add two job servers
- Example#4853 - GearmanWorker::setId example
- Example#4854 - A simple worker with a 5 second timeout
- Example#4855 - Running worker in non-blocking mode
- Example#4856 - GearmanWorker::work example
- Example#4857 - ページ分けされた結果コントロールがサポートされているかをテストする
- Example#4858 - LDAP 検索の例
- Example#4859 - ppolicy(パスワードポリシー) 情報とバインドする
- Example#4860 - 空でない場合に限って、説明を変更する
- Example#4861 - 削除する前に、いくつか値を読み取る
- Example#4862 - 参照を削除する
- Example#4863 - 検索結果を複数ページに分割する
- Example#4864 - 認証型バインドの例
- Example#4865 - LDAP バインドの使用
- Example#4866 - LDAP 匿名バインドの使用
- Example#4867 - パスワード確認の例
- Example#4868 - LDAP サーバーに接続する例
- Example#4869 - LDAP サーバーへのセキュアな接続の例
- Example#4870 - LDAP ページネーション
- Example#4871 - LDAP ページネーション
- Example#4872 - ldap-count-entries の例
- Example#4873 - 全ての LDAP エラーメッセージに番号をふる
- Example#4874 - エラーを生成し、取得する
- Example#4875 - Eメールアドレスを検索する
- Example#4876 - PASSWD 拡張オペレーション
- Example#4877 - Whoami 拡張オペレーション
- Example#4878 - 特定のディレクトリエントリに関して保持されている属性のリストを表示
- Example#4879 - プロトコルのバージョンを調べる
- Example#4880 - あるディレクトリエントリの全ての "mail" 属性の一覧を表示する
- Example#4881 - ある組織の全ての組織単位を一覧表示する
- Example#4882 - contact に電話番号を追加する
- Example#4883 - ユーザーの名前を変更する
- Example#4884 - ユーザーにEメールアドレスを2つ追加する
- Example#4885 - ユーザーのパスワードを変更する
- Example#4886 - ユーザーのパスワードを変更する(Active Directory)
- Example#4887 - ldap_parse_result の例
- Example#4888 - LDAP 検索
- Example#4889 - プロトコルバージョンの設定
- Example#4890 - サーバーコントロールの設定
- Example#4891 - LDAP のソート
- Example#4892 - memcache 拡張モジュールの概要
- Example#4893 - memcache セッションハンドラの使用例
- Example#4894 - Memcache::add の例
- Example#4895 - Memcache::addServer の例
- Example#4896 - Memcache::close の例
- Example#4897 - Memcache::connect の例
- Example#4898 - Memcache::decrement の例
- Example#4899 - Memcache::delete の例
- Example#4900 - Memcache::flush の例
- Example#4901 - Memcache::get の例
- Example#4902 - Memcache::getExtendedStats の例
- Example#4903 - Memcache::getServerStatus の例
- Example#4904 - Memcache::getVersion の例
- Example#4905 - Memcache::increment の例
- Example#4906 - Memcache::pconnect の例
- Example#4907 - Memcache::replace の例
- Example#4908 - Memcache::set の例
- Example#4909 - Memcache::set の例
- Example#4910 - Memcache::setCompressThreshold の例
- Example#4911 - Memcache::setServerParams の例
- Example#4912 - Result コールバックの例
- Example#4913 - Read-through コールバックの例
- Example#4914 - Memcached::addServer の例
- Example#4915 - Memcached::addServers の例
- Example#4916 - Memcached::append の例
- Example#4917 - Memcached::cas の例
- Example#4918 - Memcached オブジェクトの作成
- Example#4919 - Memcached::decrement の例
- Example#4920 - Memcached::delete の例
- Example#4921 - Memcached::fetch の例
- Example#4922 - Memcached::getDelayed の例
- Example#4923 - Memcached::flush の例
- Example#4924 - Memcached::get の例 #1
- Example#4925 - Memcached::get の例 #2
- Example#4926 - Memcached::getDelayed の例
- Example#4927 - Memcached::getMulti example for Memcached v3
- Example#4928 - Memcached::getMulti example for Memcached v1 and v2
- Example#4929 - Memcached v3 用の Memcached::GET_PRESERVE_ORDER の例
- Example#4930 - Memcached v1 および v2 用の Memcached::GET_PRESERVE_ORDER の例
- Example#4931 - Memcached オプションの取得
- Example#4932 - Memcached::getResultCode の例
- Example#4933 - Memcached::getResultMessageメソッドの例
- Example#4934 - Memcached::getServerByKey の例
- Example#4935 - Memcached::getServerList の例
- Example#4936 - Memcached::getStats の例
- Example#4937 - Memcached::getVersion の例
- Example#4938 - Memcached::increment の例
- Example#4939 - Memcached::prepend の例
- Example#4940 - Memcached::set の例
- Example#4941 - Memcached::setByKey の例
- Example#4942 - Memcached::setMulti の例
- Example#4943 - Memcached オプションの設定
- Example#4944 - Memcached オプションの設定
- Example#4945 - mqseries_back の例
- Example#4946 - mqseries_begin の例
- Example#4947 - mqseries_close の例
- Example#4948 - mqseries_cmit の例
- Example#4949 - mqseries_conn の例
- Example#4950 - mqseries_connx example
- Example#4951 - mqseries_connx example using SSL connection & OCSP Responder URL
- Example#4952 - mqseries_disc の例
- Example#4953 - mqseries_get example
- Example#4954 - mqseries_inq の例
- Example#4955 - mqseries_open の例
- Example#4956 - mqseries_put の例
- Example#4957 - mqseries_strerror の例
- Example#4958 - define_syslog_variables の例
- Example#4959 - dns_get_record の使用
- Example#4960 - dns_get_record と DNS_ANY の使用
- Example#4961 - fsockopen の例
- Example#4962 - UDP 接続の使用法
- Example#4963 - 単純な gethostbyaddr の例
- Example#4964 - 単純な gethostbyname の例
- Example#4965 - gethostbynamel の例
- Example#4966 - 簡単な gethostname 関数の使用例
- Example#4967 - getprotobyname の例
- Example#4968 - getservbyname の例
- Example#4969 - header_register_callback の例
- Example#4970 - 特定のヘッダを削除する
- Example#4971 - 以前設定したすべてヘッダを削除する
- Example#4972 - ダウンロードダイアログ
- Example#4973 - キャッシュディレクティブ
- Example#4974 - headers_list の使用例
- Example#4975 - headers_sent 関数の使用例
- Example#4976 - Web サーバー環境における http_response_code の使用例
- Example#4977 - CLI 環境における http_response_code の使用例
- Example#4978 - inet_ntop の例
- Example#4979 - inet_pton の例
- Example#4980 - ip2long の例
- Example#4981 - IP アドレスの表示
- Example#4982 - setcookie での送信の例
- Example#4983 - setcookie による削除の例
- Example#4984 - setcookie と配列
- Example#4985 - syslog の使用例
- Example#4986 - Procedural usage of rrd
- Example#4987 - OO usage of rrd
- Example#4988 - RRDGraph::setOptions example
- Example#4989 - Set multiple color options
- Example#4990 - RRDUpdater::update examples
- Example#4991 - 収集された呼び出しを取得する
- Example#4992 - scoutapm が情報を収集する関数の一覧を取得する
- Example#4993 - snmp_get_quick_print の例
- Example#4994 - snmp_get_valueretrieval の使用法
- Example#4995 - snmp_read_mib の使用法
- Example#4996 - snmp_set_enum_print の使用法
- Example#4997 - snmprealwalk の使用法
- Example#4998 - snmp_set_quick_print の使用例
- Example#4999 - snmp_set_valueretrieval の使用法
- Example#5000 - snmp2_get の使用法
- Example#5001 - snmp2_get_next の使用法
- Example#5002 - snmp2_real_walk の使用法
- Example#5003 - snmp2_set の使用法
- Example#5004 - BITS SNMP オブジェクト ID を設定した snmp2_set の使用法
- Example#5005 - snmp2_pwalk の例
- Example#5006 - snmp3_get の使用法
- Example#5007 - snmp3_getnext の使用法
- Example#5008 - snmp3_real_walk の使用法
- Example#5009 - snmp3_set の使用法
- Example#5010 - BITS SNMP オブジェクト ID を設定した snmp3_set の使用法
- Example#5011 - snmp3_walk の例
- Example#5012 - snmpget の使用例
- Example#5013 - snmpgetnext の使用法
- Example#5014 - snmprealwalk の使用法
- Example#5015 - snmpset の使用法
- Example#5016 - BITS SNMP オブジェクト ID を設定した snmpset の使用法
- Example#5017 - snmpwalk の例
- Example#5018 - snmpwalkoid の例
- Example#5019 - SNMP::close の例
- Example#5020 - sysLocation の取得
- Example#5021 - 単一の SNMP オブジェクト
- Example#5022 - 複数の SNMP オブジェクト
- Example#5023 - SNMP::getErrno の例
- Example#5024 - SNMP::getError の例
- Example#5025 - 単一の SNMP オブジェクト
- Example#5026 - 複数の SNMP オブジェクト
- Example#5027 - 単一の SNMP オブジェクト ID の設定
- Example#5028 - 単一の SNMP::set コールによる複数の値の設定
- Example#5029 - BITS SNMP オブジェクト ID の設定による SNMP::set の使用法
- Example#5030 - SNMP::setSecurity の例
- Example#5031 - SNMP::walk の例
- Example#5032 - suffix_as_key の例
- Example#5033 - ソケットの例: 簡易 TCP/IP サーバー
- Example#5034 - ソケットの例: 簡易 TCP/IP クライアント
- Example#5035 - socket_bind を使用してソースアドレスを指定する
- Example#5036 - socket_create_pair の例
- Example#5037 - socket_create_pair での IPC の例
- Example#5038 - socket_get_option の例
- Example#5039 - socket_import_stream の例
- Example#5040 - socket_last_error の例
- Example#5041 - socket_recv の例
- Example#5042 - socket_recvfrom の例
- Example#5043 - socket_select での null の使用
- Example#5044 - socket_select の返す結果を知る
- Example#5045 - socket_select の例
- Example#5046 - socket_sendto の例
- Example#5047 - socket_set_block の例
- Example#5048 - socket_set_nonblock の例
- Example#5049 - socket_set_option の例
- Example#5050 - socket_strerror の例
- Example#5051 - ssh agent による認証
- Example#5052 - ホスト公開鍵を使用した認証
- Example#5053 - 認証メソッドの一覧の取得
- Example#5054 - パスワードを用いた認証
- Example#5055 - 公開鍵を用いた認証
- Example#5056 - ssh2_connect の例
- Example#5057 - コマンドの実行
- Example#5058 - シェルをオープンし、それと関連付けられた stderr ストリームを処理する
- Example#5059 - 既知の値に対するフィンガープリントのチェック
- Example#5060 - どのメソッドでネゴシエートされたかの判定
- Example#5061 - ssh2_publickey_add で公開鍵を追加する
- Example#5062 - 認証済みの鍵の一覧を ssh2_publickey_list で表示する
- Example#5063 - SCP 経由でのファイルのダウンロード
- Example#5064 - SCP 経由でのファイルのアップロード
- Example#5065 - リモートサーバー上でのファイルのモード変更
- Example#5066 - SFTP 経由でのシンボリックリンクの情報の取得
- Example#5067 - リモートサーバー上へのディレクトリの作成
- Example#5068 - シンボリックリンクの読み込み
- Example#5069 - パス名の解決
- Example#5070 - sftp 経由でのファイルの改名
- Example#5071 - リモートサーバー上のディレクトリの削除
- Example#5072 - SFTP 経由でのファイルの情報の取得
- Example#5073 - シンボリックリンクの作成
- Example#5074 - ファイルの削除
- Example#5075 - SFTP 経由でのファイルのオープン
- Example#5076 - 対話シェルのリクエスト
- Example#5077 - 任意のホストへのトンネルのオープン
- Example#5078 - オブジェクト指向型
- Example#5079 - 手続き型
- Example#5080 - stomp_connect_error example
- Example#5081 - stomp_version example
- Example#5082 - オブジェクト指向型
- Example#5083 - 手続き型
- Example#5084 - オブジェクト指向型
- Example#5085 - 手続き型
- Example#5086 - オブジェクト指向型
- Example#5087 - 手続き型
- Example#5088 - オブジェクト指向型
- Example#5089 - 手続き型
- Example#5090 - オブジェクト指向型
- Example#5091 - 手続き型
- Example#5092 - オブジェクト指向型
- Example#5093 - 手続き型
- Example#5094 - オブジェクト指向型
- Example#5095 - 手続き型
- Example#5096 - オブジェクト指向型
- Example#5097 - 手続き型
- Example#5098 - オブジェクト指向型
- Example#5099 - 手続き型
- Example#5100 - Train from array
- Example#5101 - Train from a file
- Example#5102 - svn_add example
- Example#5103 - デフォルトの認証の例
- Example#5104 - svn_blame の例
- Example#5105 - 基本的な例
- Example#5106 - 基本的な例
- Example#5107 - 基本的な例
- Example#5108 - 基本的な例
- Example#5109 - Basic example
- Example#5110 - 基本的な例
- Example#5111 - あるパスのふたつのリビジョンの差分の取得
- Example#5112 - ローカルファイルの差分の取得
- Example#5113 - svn_export example
- Example#5114 - 基本的な例
- Example#5115 - svn_log の例
- Example#5116 - svn_ls example
- Example#5117 - Basic example
- Example#5118 - Basic example
- Example#5119 - ローカルホストからの全接続を拒否する
- Example#5120 - URL を禁止する
- Example#5121 - 統計のスナップショットをを取得する
- Example#5122 - varnish の共用メモリログを読み取る
- Example#5123 - VarnishAdmin::__construct の例
- Example#5124 - YAZ による並列検索
- Example#5125 - CCL 設定
- Example#5126 - CCL のパース
- Example#5127 - レコードの更新
- Example#5128 - GRS-1 レコードの配列
- Example#5129 - MARCXML の使用
- Example#5130 - タイトルをスキャンする PHP 関数
- Example#5131 - クエリの例
- Example#5132 - ソート条件
- Example#5133 - A ZMQContext example
- Example#5134 - A ZMQContext example
- Example#5135 - A ZMQContext example
- Example#5136 - A ZMQSocket example
- Example#5137 - A send/recv example
- Example#5138 - A ZMQPoll example
- Example#5139 - zookeeper_dispatch example #1
- Example#5140 - zookeeper_dispatch example #2
- Example#5141 - Zookeeper::addAuth example
- Example#5142 - Zookeeper::create example
- Example#5143 - Zookeeper::delete example
- Example#5144 - Zookeeper::exists example
- Example#5145 - Zookeeper::get example
- Example#5146 - Zookeeper::get stat example
- Example#5147 - Zookeeper::getAcl example
- Example#5148 - Zookeeper::getChildren example
- Example#5149 - Zookeeper::set example
- Example#5150 - Zookeeper::setAcl example
- Example#5151 - Zookeeper::setDebugLevel example
- Example#5152 - ZookeeperConfig::add example
- Example#5153 - ZookeeperConfig::get example
- Example#5154 - ZookeeperConfig::remove example
- Example#5155 - ZookeeperConfig::set example
- Example#5156 - solr_get_version の例
- Example#5157 - ブートストラップ・ファイルの内容
- Example#5158 - インデックスに文書を追加
- Example#5159 - ある文書を他の文書にマージ
- Example#5160 - 文書を検索 - SolrObject レスポンス
- Example#5161 - 文書を検索 - SolrDocument レスポンス
- Example#5162 - 簡単な TermsComponent 例 - 基本
- Example#5163 - 簡単な TermsComponent 例 - 接頭辞を使用
- Example#5164 - 簡単な TermsComponent 例 - 最小の頻度を指定
- Example#5165 - 簡単なファセット例
- Example#5166 - 簡単なファセット例 - mincount を越える任意の項目と共に
- Example#5167 - Facet Date の例
- Example#5168 - SSL 対応サーバーに接続
- Example#5169 - Collapsing a SolrQuery
- Example#5170 - Solr Real Time Get (RTG) の例 SolrClient::getById
- Example#5171 - SolrInputDocument::addChildDocument example
- Example#5172 - SolrInputDocument::addChildDocuments example
- Example#5173 - SolrDocument::toArray の例
- Example#5174 - SolrObject::__construct 例
- Example#5175 - SolrObject::offsetUnset の例
- Example#5176 - SolrClient::addDocument example
- Example#5177 - SolrClient::addDocument example 2
- Example#5178 - SolrClient::addDocuments example
- Example#5179 - SolrClient::__construct example
- Example#5180 - SolrQuery::deleteByQuery example
- Example#5181 - SolrClient::getById example
- Example#5182 - SolrClient::getByIds example
- Example#5183 - SolrClient::ping example
- Example#5184 - SolrClient::query example
- Example#5185 - SolrClient::request example
- Example#5186 - SolrClient::setResponseWriter example
- Example#5187 - SolrParams::setParam の例
- Example#5188 - SolrQuery::addFacetField example
- Example#5189 - SolrQuery::addFacetField example
- Example#5190 - SolrQuery::addFilterQuery example
- Example#5191 - SolrQuery::addGroupSortField example
- Example#5192 - SolrQuery::collapse example
- Example#5193 - SolrQuery::setExpand example
- Example#5194 - SolrDisMaxQuery::addBigramPhraseField example
- Example#5195 - SolrDisMaxQuery::addBoostQuery example
- Example#5196 - SolrDisMaxQuery::addPhraseField example
- Example#5197 - SolrDisMaxQuery::addQueryField example
- Example#5198 - SolrDisMaxQuery::addTrigramPhraseField example
- Example#5199 - SolrDisMaxQuery::addUserField example
- Example#5200 - SolrDisMaxQuery::__construct example
- Example#5201 - SolrDisMaxQuery::removeBigramPhraseField example
- Example#5202 - SolrDisMaxQuery::removeBoostQuery example
- Example#5203 - SolrDisMaxQuery::removePhraseField example
- Example#5204 - SolrDisMaxQuery::removeQueryField example
- Example#5205 - SolrDisMaxQuery::removeTrigramPhraseField example
- Example#5206 - SolrDisMaxQuery::removeUserField example
- Example#5207 - SolrDisMaxQuery::setBigramPhraseFields example
- Example#5208 - SolrDisMaxQuery::setBigramPhraseSlop example
- Example#5209 - SolrDisMaxQuery::setBoostFunction example
- Example#5210 - SolrDisMaxQuery::setBoostQuery example
- Example#5211 - SolrDisMaxQuery::setMinimumMatch example
- Example#5212 - SolrDisMaxQuery::setPhraseFields example
- Example#5213 - SolrDisMaxQuery::setPhraseSlop example
- Example#5214 - SolrDisMaxQuery::setQueryAlt example
- Example#5215 - SolrDisMaxQuery::setQueryPhraseSlop example
- Example#5216 - SolrDisMaxQuery::setTieBreaker example
- Example#5217 - SolrDisMaxQuery::setTrigramPhraseFields example
- Example#5218 - SolrDisMaxQuery::setTrigramPhraseSlop example
- Example#5219 - SolrDisMaxQuery::setUserFields example
- Example#5220 - SolrDisMaxQuery::useDisMaxQueryParser example
- Example#5221 - SolrDisMaxQuery::useEDisMaxQueryParser example
- Example#5222 - SolrCollapseFunction::__construct example
- Example#5223 - SolrCollapseFunction::setHint example
- Example#5224 - SolrCollapseFunction::setMax example
- Example#5225 - 基本的な使用例
- Example#5226 - .htaccess により、あるディレクトリの PHP によるパースを無効にする
- Example#5227 - apache_get_modules の例
- Example#5228 - apache_get_version の例
- Example#5229 - apache_getenv の例
- Example#5230 - apache_lookup_uri の例
- Example#5231 - PHP と Perl との間での情報のやりとり
- Example#5232 - access.log への出力
- Example#5233 - apache_request_headers の例
- Example#5234 - apache_response_headers の例
- Example#5235 - apache_setenv を使った Apache 環境変数の設定
- Example#5236 - getallheaders の例
- Example#5237 - nsapi_request_headers の例
- Example#5238 - $_SESSIONで変数を登録
- Example#5239 - 変数を $_SESSION から削除する
- Example#5240 - 単一のユーザーに関するヒット数を数える
- Example#5241 - 情報の例
- Example#5242 - session_cache_expire の例
- Example#5243 - session_cache_limiter の例
- Example#5244 - session_regenerate_id と一緒に、session_create_id を使う例
- Example#5245 - $_SESSIONでセッションを破棄する
- Example#5246 - cron のようなタスクマネージャでの session_gc の例
- Example#5247 - ユーザーがアクセス可能なスクリプトでの session_gc の例
- Example#5248 - session_name の例
- Example#5249 - session_regenerate_id の使用例
- Example#5250 - session_regenerate_id による、セッションの消失を避ける
- Example#5251 - 自作のセッションハンドラ: 完全なコードは SessionHandlerInterface を参照
- Example#5252 - セッション保存ハンドラでオブジェクトを使う例
- Example#5253 - page1.php
- Example#5254 - page2.php
- Example#5255 - クッキーの有効期限の上書き
- Example#5256 - セッションの読み込みとクローズ
- Example#5257 - SessionHandler を使って PHP の保存ハンドラに暗号化機能を追加する例
- Example#5258 - SessionHandlerInterface の使用例
- Example#5259 - Tokenize comma separated integer list
- Example#5260 - Tokenize assign statement
- Example#5261 - Simple calculator
- Example#5262 - Parse words out from a sentence
- Example#5263 - 有効なパターンの例
- Example#5264 - 無効なパターンの例
- Example#5265 - preg_filter と preg_replace の比較
- Example#5266 - preg_grep の例
- Example#5267 - preg_last_error_msg example
- Example#5268 - preg_last_error の例
- Example#5269 - テキストからすべての電話番号を得る
- Example#5270 - HTML タグにマッチするものを見付ける(貪欲)
- Example#5271 - 名前つきサブパターンの使用法
- Example#5272 - 文字列 "php" を探す
- Example#5273 - 単語 "web" を探す
- Example#5274 - URL からドメイン名を得る
- Example#5275 - 名前つきサブパターンの使用法
- Example#5276 - preg_quote の例
- Example#5277 - テキスト内の単語の斜体変換
- Example#5278 - preg_replace_callback_array の例
- Example#5279 - preg_replace_callback と無名関数
- Example#5280 - preg_replace_callback の例
- Example#5281 - カプセル化された BB code を処理するための、 preg_replace_callback での再帰構造の使用
- Example#5282 - 数字リテラルが後に続く後方参照
- Example#5283 - 添字配列の使用
- Example#5284 - 複数値の置換
- Example#5285 - 空白の削除
- Example#5286 - count 引数の使用
- Example#5287 - preg_split の例 : 検索文字列のある部分を取得
- Example#5288 - 文字列を文字要素に分割
- Example#5289 - 文字列をマッチするものとそのオフセットに分割
- Example#5290 - 正規表現の例
- Example#5291 - ereg_replace の例
- Example#5292 - ereg_replace の例
- Example#5293 - URL をリンクで置換する
- Example#5294 - ereg の例
- Example#5295 - 検索結果の強調表示
- Example#5296 - eregi の例
- Example#5297 - split の例
- Example#5298 - split の例
- Example#5299 - spliti の例
- Example#5300 - sql_regcase の例
- Example#5301 - addcslashes の例
- Example#5302 - addslashes の例
- Example#5303 - chr の例
- Example#5304 - オーバーフローの挙動
- Example#5305 - 個別のバイトから、UTF-8 文字列を組み立てる
- Example#5306 - chunk_split の例
- Example#5307 - convert_uudecode の例
- Example#5308 - convert_uuencode の例
- Example#5309 - count_chars の例
- Example#5310 - crc32 チェックサムの表示
- Example#5311 - crypt の例
- Example#5312 - crypt を htpasswd で使用する例
- Example#5313 - 異なるハッシュ形式を用いた crypt の例
- Example#5314 - echo の例
- Example#5315 - explode の例
- Example#5316 - explode の返り値の例
- Example#5317 - limit パラメータの例
- Example#5318 - fprintf: 数値のゼロ埋め
- Example#5319 - fprintf: 金額のフォーマット
- Example#5320 - 変換テーブルの例
- Example#5321 - hex2bin の例
- Example#5322 - HTML エンティティのデコード
- Example#5323 - htmlentities の例
- Example#5324 - ENT_IGNORE の使用例
- Example#5325 - htmlspecialchars_decode の例
- Example#5326 - htmlspecialchars の例
- Example#5327 - implode の例
- Example#5328 - lcfirst の例
- Example#5329 - levenshtein の例
- Example#5330 - localeconv の例
- Example#5331 - ltrim の使用例
- Example#5332 - md5_file の使用例
- Example#5333 - md5 の例
- Example#5334 - metaphone の基本的な例
- Example#5335 - phonemes パラメータの使用例
- Example#5336 - phonemes 引数を使う
- Example#5337 - money_format の例
- Example#5338 - nl2br の使用法
- Example#5339 - use_xhtml パラメータを使い、妥当な HTML 形式のマークアップを生成する
- Example#5340 - さまざまな改行文字
- Example#5341 - number_format の例
- Example#5342 - ord の例
- Example#5343 - UTF-8 の文字列をバイト単位で調べる
- Example#5344 - parse_str の使用法
- Example#5345 - parse_str name mangling
- Example#5346 - print の例
- Example#5347 - printf: various examples
- Example#5348 - printf: 文字列の指定子
- Example#5349 - rtrim の使用例
- Example#5350 - setlocale の例
- Example#5351 - Windows での setlocale の例
- Example#5352 - sha1_file の例
- Example#5353 - sha1 の例
- Example#5354 - similar_text で、引数を入れ替えた場合の例
- Example#5355 - Soundex の例
- Example#5356 - 引数の交換
- Example#5357 - 埋める文字を指定する
- Example#5358 - 位置指定子と他の指定との共用
- Example#5359 - sprintf: ゼロ埋めされた数値
- Example#5360 - sprintf: 通貨フォーマット
- Example#5361 - sprintf: 科学的記法
- Example#5362 - sscanf の例
- Example#5363 - sscanf - オプションパラメータの使用法
- Example#5364 - 空文字列 を使った場合
- Example#5365 - 大文字小文字の区別
- Example#5366 - 空文字列 を使う場合
- Example#5367 - 大文字小文字の区別
- Example#5368 - str_ireplace の例
- Example#5369 - str_pad の例
- Example#5370 - str_repeat の例
- Example#5371 - 基本的な str_replace の例
- Example#5372 - str_replace に関するちょっとした事実
- Example#5373 - str_rot13 の例
- Example#5374 - str_shuffle の例
- Example#5375 - str_split の使用例
- Example#5376 - 空文字列 を使う場合
- Example#5377 - 大文字小文字の区別
- Example#5378 - str_word_count の例
- Example#5379 - strcasecmp の例
- Example#5380 - strcmp の例
- Example#5381 - strcspn の例
- Example#5382 - strip_tags の例
- Example#5383 - stripos の例
- Example#5384 - stripslashes の例
- Example#5385 - 配列に対する stripslashes の使用
- Example#5386 - stristr の例
- Example#5387 - 文字列が見つかるかどうかをテストする
- Example#5388 - 文字列以外の needle の指定
- Example#5389 - strlen の例
- Example#5390 - strpbrk の例
- Example#5391 - === の使用
- Example#5392 - !== の使用
- Example#5393 - オフセットの使用
- Example#5394 - strrchr の例
- Example#5395 - strrev で文字列を逆順にする
- Example#5396 - 単純な strripos の例
- Example#5397 - needle が haystack の中にあるかどうかの確認
- Example#5398 - オフセットつきの検索
- Example#5399 - strspn の例
- Example#5400 - strstr の例
- Example#5401 - strtok の例
- Example#5402 - 空の部分が見つかった場合の strtok の動作
- Example#5403 - strtolower の例
- Example#5404 - strtoupper の例
- Example#5405 - strtr の例
- Example#5406 - 2 つの引数を伴う strtr の例
- Example#5407 - strtr の挙動の比較
- Example#5408 - substr_compare の例
- Example#5409 - substr_count の例
- Example#5410 - シンプルな substr_replace の例
- Example#5411 - substr_replace で複数の文字列を一度に置換する例
- Example#5412 - 負の offset の使用
- Example#5413 - 負の length の使用
- Example#5414 - 基本的な substr の使用法
- Example#5415 - substr でのキャストの挙動
- Example#5416 -
- Example#5417 - trimの使用例
- Example#5418 - trim を用いて配列の値をトリミングする
- Example#5419 - ucfirst の例
- Example#5420 - ucwords の例
- Example#5421 - ucwords で、区切り文字を指定する例
- Example#5422 - ucwords で、追加の区切り文字を指定する例
- Example#5423 - vfprintf: 数値のゼロ埋め
- Example#5424 - vprintf: 整数のゼロ埋め
- Example#5425 - vsprintf: 整数のゼロ埋め
- Example#5426 - wordwrap の例
- Example#5427 - wordwrap の例
- Example#5428 - wordwrap の例
- Example#5429 - array_change_key_case の例
- Example#5430 - array_chunk の例
- Example#5431 - レコードセットからのファーストネームの取得
- Example#5432 - レコードセットから姓を取得し、"id"で並べ替える例
- Example#5433 - オブジェクトの public プロパティ "username" からユーザー名を取得する例
- Example#5434 - オブジェクトの private プロパティ "name" から、マジックメソッド __get を使って名前を取得する例
- Example#5435 - array_combineの簡単な例
- Example#5436 - array_count_values の例
- Example#5437 - array_diff_assoc の例
- Example#5438 - array_diff_assoc の例
- Example#5439 - array_diff_key の例
- Example#5440 - array_diff_uassoc の例
- Example#5441 - array_diff_ukey の例
- Example#5442 - array_diff の例
- Example#5443 - 型が一致しない場合の array_diff の例
- Example#5444 - array_fill_keys の例
- Example#5445 - array_fill の例
- Example#5446 - array_filter の例
- Example#5447 - callback がない array_filter
- Example#5448 - array_filter で mode を使う例
- Example#5449 - array_flip の例
- Example#5450 - array_flip の例 : 衝突
- Example#5451 - array_intersect_assoc の例
- Example#5452 - array_intersect_key の例
- Example#5453 - array_intersect_uassoc の例
- Example#5454 - array_intersect_ukey の例
- Example#5455 - array_intersect の例
- Example#5456 - array_key_exists の例
- Example#5457 - array_key_exists 対 isset
- Example#5458 - 基本的な array_key_first 関数の使い方
- Example#5459 - array_keys の例
- Example#5460 - array_map の例
- Example#5461 - array_map でラムダ関数を使用する例 (PHP 5.3.0 以降)
- Example#5462 - array_map - もっと配列を使ってみる例
- Example#5463 - 配列のzip操作を行う
- Example#5464 - null を callback に渡し、 array だけを渡す例
- Example#5465 - array_map - 文字列キーの例
- Example#5466 - array_merge_recursive の例
- Example#5467 - array_merge の例
- Example#5468 - 簡単な array_merge の例
- Example#5469 - array_merge で配列以外の型を扱う例
- Example#5470 - 複数の配列をソートする
- Example#5471 - 多次元の配列をソートする
- Example#5472 - データベースの結果をソートする
- Example#5473 - 大文字・小文字を区別しないソート
- Example#5474 - array_pad の例
- Example#5475 - array_pop の例
- Example#5476 - array_product の例
- Example#5477 - array_push の例
- Example#5478 - array_rand の例
- Example#5479 - array_reduce の例
- Example#5480 - array_replace_recursive の例
- Example#5481 - array_replace_recursive での再帰的な挙動の例
- Example#5482 - array_replace の例
- Example#5483 - array_reverse の例
- Example#5484 - array_search の例
- Example#5485 - array_shift の例
- Example#5486 - array_slice の例
- Example#5487 - array_slice と、キーが1から始まる配列
- Example#5488 - array_slice に、数値と文字列のキーが混じった配列を渡す例
- Example#5489 - array_splice の例
- Example#5490 - 同じ動きをする、array_splice の様々な例
- Example#5491 - array_sum の例
- Example#5492 - array_udiff_assoc の例
- Example#5493 - array_udiff_uassoc の例
- Example#5494 - array_udiff で stdClass オブジェクトを使う例
- Example#5495 - array_udiff で DateTime オブジェクトを使う例
- Example#5496 - array_uintersect_assoc の例
- Example#5497 - array_uintersect_uassoc の例
- Example#5498 - array_uintersect の例
- Example#5499 - array_unique の例
- Example#5500 - array_unique と型
- Example#5501 - array_unshift の例
- Example#5502 - array_values の例
- Example#5503 - array_walk_recursive の例
- Example#5504 - array_walk の例
- Example#5505 - array の例
- Example#5506 - array における自動インデックス
- Example#5507 - array で 1 から始まる配列を作成
- Example#5508 - ダブルクオートで囲まれた配列にアクセスする
- Example#5509 - arsort の例
- Example#5510 - asort の例
- Example#5511 - compact の例
- Example#5512 - count の例
- Example#5513 - 再帰的な count の例
- Example#5514 - current と類似関数の使用例
- Example#5515 - each の例
- Example#5516 - each によって配列を走査する
- Example#5517 - end の例
- Example#5518 - extract の例
- Example#5519 - in_array の例
- Example#5520 - strict を指定した in_array の例
- Example#5521 - needleが配列の場合の in_array
- Example#5522 - key の例
- Example#5523 - krsort の例
- Example#5524 - ksort の例
- Example#5525 - list の例
- Example#5526 - list の使用法の例
- Example#5527 - ネストした list の使用法
- Example#5528 - 配列の添字を使用した list の例
- Example#5529 - list と添字の定義順
- Example#5530 - list をキーを指定して使う
- Example#5531 - natcasesort の例
- Example#5532 - natsort の基本的な使用例
- Example#5533 - natsort をより知るための例
- Example#5534 - next および類似関数の使用例
- Example#5535 - prev および類似関数の使用例
- Example#5536 - range の例
- Example#5537 - reset の例
- Example#5538 - rsort の例
- Example#5539 - shuffle の例
- Example#5540 - sort の例
- Example#5541 - sort で、大文字小文字を区別せずに自然順での並べ替えを行う例
- Example#5542 - 基本的な uasort の例
- Example#5543 - uksort の例
- Example#5544 - usort の例
- Example#5545 - 多次元配列を使用する usort の例
- Example#5546 - usort でオブジェクトのメンバ関数を使用する例
- Example#5547 - usort で クロージャ を使って多次元配列をソートする例
- Example#5548 - classes.inc
- Example#5549 - test_script.php
- Example#5550 - class_alias の例
- Example#5551 - class_exists の例
- Example#5552 - autoload パラメータの例
- Example#5553 - get_called_class の使用法
- Example#5554 - get_class_methods の例
- Example#5555 - get_class_vars の例
- Example#5556 - get_class_vars でのスコープの挙動
- Example#5557 - get_class の使用例
- Example#5558 - get_class のスーパークラスでの使用例
- Example#5559 - 名前空間の中にあるクラスを get_class で使う
- Example#5560 - get_declared_classes の例
- Example#5561 - get_declared_interfaces の例
- Example#5562 - get_object_vars の使用例
- Example#5563 - get_parent_class の使用例
- Example#5564 - interface_exists の例
- Example#5565 - is_a の例
- Example#5566 - PHP 5 での instanceof 演算子の使用
- Example#5567 - is_subclass_of の例
- Example#5568 - is_subclass_of でインターフェイスを使う例
- Example#5569 - method_exists の例
- Example#5570 - 静的な method_exists の例
- Example#5571 - property_exists の例
- Example#5572 - classkit_import の例
- Example#5573 - classkit_method_add の例
- Example#5574 - classkit_method_copy の例
- Example#5575 - classkit_method_redefine の例
- Example#5576 - classkit_method_remove の例
- Example#5577 - classkit_method_rename の例
- Example#5578 - A ctype_alnum の例 (デフォルトのロケールを使用)
- Example#5579 - ctype_alphaの例 (デフォルトのロケールを使用)
- Example#5580 - ctype_cntrl の例
- Example#5581 - ctype_digit の例
- Example#5582 - ctype_digit で文字列と整数値を比較する例
- Example#5583 - ctype_graph の例
- Example#5584 - ctype_lower の例(デフォルトのロケールを利用)
- Example#5585 - ctype_print の例
- Example#5586 - ctype_punct の例
- Example#5587 - ctype_space の例
- Example#5588 - ctype_upper の例(デフォルトのロケールを利用)
- Example#5589 - ctype_xdigit の例
- Example#5590 - デフォルトフィルタを htmlspecialchars と同様の挙動にする設定
- Example#5591 - デフォルトのフィルタを htmlspecialchars と同様の挙動にする設定
- Example#5592 - filter_var でのメールアドレスの検証
- Example#5593 - filter_var での IP アドレスの検証
- Example#5594 - filter_var でのオプションの指定
- Example#5595 - メールアドレスの検証、および不正な部分の除去
- Example#5596 - デフォルトのフィルタの設定
- Example#5597 - filter_input_array の例
- Example#5598 - filter_input の例
- Example#5599 - filter_list の例
- Example#5600 - filter_var_array の例
- Example#5601 - filter_var の例
- Example#5602 - call_user_func_array の例
- Example#5603 - call_user_func_array での名前空間の使用法
- Example#5604 - ラムダ関数の使用
- Example#5605 - 値の参照渡し
- Example#5606 - call_user_func の例と参照
- Example#5607 - call_user_func の例
- Example#5608 - 名前空間を使用した call_user_func
- Example#5609 - call_user_func でのクラスメソッドの使用
- Example#5610 - call_user_func でのラムダ関数の使用
- Example#5611 - create_function による匿名関数の作成
- Example#5612 - create_function による一般的な処理関数の作成
- Example#5613 - コールバック関数としての匿名関数の使用法
- Example#5614 - forward_static_call_array の例
- Example#5615 - forward_static_call の例
- Example#5616 - func_get_arg の例
- Example#5617 - func_get_arg の PHP 5.3 前後の例
- Example#5618 - func_get_arg での引数の参照渡しと値渡しの例
- Example#5619 - func_get_args の例
- Example#5620 - func_get_args の PHP 5.3 前後の例
- Example#5621 - func_get_args での引数の参照渡しと値渡しの例
- Example#5622 - func_num_args の例
- Example#5623 - func_num_args の PHP 5.3 前後の例
- Example#5624 - function_exists の例
- Example#5625 - get_defined_functions の例
- Example#5626 - register_shutdown_function の例
- Example#5627 - register_tick_function の例
- Example#5628 - Quickhash の例
- Example#5629 - Quickhash での ArrayAccess の例
- Example#5630 - Quickhash での Iterator の例
- Example#5631 - Quickhash での文字列の例
- Example#5632 - QuickHashIntSet::add の例
- Example#5633 - QuickHashIntSet::__construct の例
- Example#5634 - QuickHashIntSet::delete の例
- Example#5635 - QuickHashIntSet::exists の例
- Example#5636 - QuickHashIntSet::getSize の例
- Example#5637 - QuickHashIntSet::loadFromFile の例
- Example#5638 - QuickHashIntSet::loadFromString の例
- Example#5639 - QuickHashIntSet::saveToFile の例
- Example#5640 - QuickHashIntSet::saveToString の例
- Example#5641 - QuickHashIntHash::add の例
- Example#5642 - QuickHashIntHash::__construct の例
- Example#5643 - QuickHashIntHash::delete の例
- Example#5644 - QuickHashIntHash::exists の例
- Example#5645 - QuickHashIntHash::get の例
- Example#5646 - QuickHashIntHash::getSize の例
- Example#5647 - QuickHash IntHash ファイルフォーマット
- Example#5648 - QuickHash IntHash ファイルフォーマット
- Example#5649 - QuickHashIntHash::loadFromFile の例
- Example#5650 - QuickHashIntHash::loadFromString の例
- Example#5651 - QuickHashIntHash::saveToFile の例
- Example#5652 - QuickHashIntHash::saveToString の例
- Example#5653 - QuickHashIntHash::set の例
- Example#5654 - QuickHashIntHash::update の例
- Example#5655 - QuickHashStringIntHash::add の例
- Example#5656 - QuickHashStringIntHash::__construct の例
- Example#5657 - QuickHashStringIntHash::delete の例
- Example#5658 - QuickHashStringIntHash::get の例
- Example#5659 - QuickHashStringIntHash::getSize の例
- Example#5660 - QuickHash StringIntHash ファイルフォーマット
- Example#5661 - QuickHash IntHash ファイルフォーマット
- Example#5662 - QuickHashStringIntHash::loadFromFile の例
- Example#5663 - QuickHashStringIntHash::loadFromString の例
- Example#5664 - QuickHashStringIntHash::saveToFile の例
- Example#5665 - QuickHashStringIntHash::saveToString の例
- Example#5666 - QuickHashStringIntHash::set の例
- Example#5667 - QuickHashStringIntHash::update の例
- Example#5668 - QuickHashIntStringHash::add の例
- Example#5669 - QuickHashIntStringHash::__construct の例
- Example#5670 - QuickHashIntStringHash::delete の例
- Example#5671 - QuickHashIntStringHash::get の例
- Example#5672 - QuickHashIntStringHash::getSize の例
- Example#5673 - QuickHash IntString ファイルフォーマット
- Example#5674 - QuickHash IntString ファイルフォーマット
- Example#5675 - QuickHashIntStringHash::loadFromFile の例
- Example#5676 - QuickHashIntStringHash::loadFromString の例
- Example#5677 - QuickHashIntStringHash::saveToFile の例
- Example#5678 - QuickHashIntStringHash::saveToString の例
- Example#5679 - QuickHashIntStringHash::set の例
- Example#5680 - QuickHashIntStringHash::update の例
- Example#5681 - シェル (ターミナル) からのリフレクションの例
- Example#5682 - 組み込みクラスを拡張する
- Example#5683 - Reflection::getModifierNames の例
- Example#5684 - ReflectionClass の基本的な使用例
- Example#5685 - ReflectionClass::export の基本的な使用例
- Example#5686 - ReflectionClass::getConstant の使い方
- Example#5687 - ReflectionClass::getConstructor の基本的な使用例
- Example#5688 - ReflectionClass::getDefaultProperties の例
- Example#5689 - ReflectionClass::getDocComment の例
- Example#5690 - ReflectionClass::getEndLine の例
- Example#5691 - ReflectionClass::getExtension の基本的な使用例
- Example#5692 - ReflectionClass::getExtensionName の基本的な使用例
- Example#5693 - ReflectionClass::getInterfaceNames の例
- Example#5694 - ReflectionClass::getInterfaces の例
- Example#5695 - ReflectionClass::getMethod の基本的な使用例
- Example#5696 - ReflectionClass::getMethods の基本的な使用例
- Example#5697 - ReflectionClass::getMethods のフィルタリング
- Example#5698 - ReflectionClass::getName の例
- Example#5699 - ReflectionClass::getNamespaceName の例
- Example#5700 - ReflectionClass::getProperties でのフィルタリングの例
- Example#5701 - ReflectionClass::getProperty の基本的な使用例
- Example#5702 - 基本的な ReflectionClass::getReflectionConstants の例
- Example#5703 - ReflectionClass::getShortName の例
- Example#5704 - ReflectionClass::getStaticPropertyValue の基本的な使用例
- Example#5705 - ReflectionClass::hasConstant の例
- Example#5706 - ReflectionClass::hasMethod の例
- Example#5707 - ReflectionClass::hasProperty の例
- Example#5708 - ReflectionClass::inNamespace の例
- Example#5709 - ReflectionClass::isAbstract の例
- Example#5710 - ReflectionClass::isAnonymous の例
- Example#5711 - ReflectionClass::isCloneable の基本的な使用例
- Example#5712 - ReflectionClass::isFinal の例
- Example#5713 - ReflectionClass::isInstance の例
- Example#5714 - ReflectionClass::isInstantiable の例
- Example#5715 - ReflectionClass::isInterface の基本的な使用例
- Example#5716 - ReflectionClass::isInternal の基本的な使用例
- Example#5717 - 基本的な ReflectionClass::isIterable の例
- Example#5718 - ReflectionClass::newInstanceArgs の基本的な使用例
- Example#5719 - ReflectionClass::__toString の例
- Example#5720 - ReflectionExtension の例
- Example#5721 - ReflectionExtension::getClasses の例
- Example#5722 - ReflectionExtension::getClassNames の例
- Example#5723 - ReflectionExtension::getConstants の例
- Example#5724 - ReflectionExtension::getDependencies の例
- Example#5725 - ReflectionExtension::getFunctions の例
- Example#5726 - ReflectionExtension::getINIEntries の例
- Example#5727 - ReflectionExtension::getName の例
- Example#5728 - ReflectionExtension::getVersion の例
- Example#5729 - ReflectionExtension::info の例
- Example#5730 - ReflectionFunction::__construct の例
- Example#5731 - ReflectionFunction::invoke の例
- Example#5732 - ReflectionFunction::invokeArgs の例
- Example#5733 - ReflectionFunction::invokeArgs で参照を使う例
- Example#5734 - ReflectionFunction::__toString の例
- Example#5735 - ReflectionFunctionAbstract::getReturnType の例
- Example#5736 - ビルトイン関数で使う場合
- Example#5737 - ReflectionFunctionAbstract::hasReturnType の例
- Example#5738 - ビルトイン関数で使う
- Example#5739 - ReflectionFunctionAbstract::isClosure の例
- Example#5740 - ReflectionFunctionAbstract::isDeprecated の例
- Example#5741 - ReflectionMethod::__construct の例
- Example#5742 - ReflectionMethod::getDeclaringClass の例
- Example#5743 - ReflectionMethod::getModifiers の例
- Example#5744 - ReflectionMethod::getPrototype の例
- Example#5745 - ReflectionMethod::invoke の例
- Example#5746 - ReflectionMethod::invokeArgs の例
- Example#5747 - ReflectionMethod::__toString の例
- Example#5748 - ReflectionParameter クラスの使用
- Example#5749 - ReflectionParameter クラスの利用法
- Example#5750 - メソッドを宣言しているクラスの取得
- Example#5751 - 関数のパラメータのデフォルト値を取得する
- Example#5752 - 関数のパラメーターのデフォルト値の定数を取得する
- Example#5753 - PHP 7.1.0 以降での ReflectionParameter::getType の使い方
- Example#5754 - PHP 7.1.0 より前の ReflectionParameter::getType の使い方
- Example#5755 - ReflectionParameter::hasType の例
- Example#5756 - ReflectionProperty::__construct の例
- Example#5757 - ReflectionProperty クラスを用いた、private および protected プロパティの値の取得
- Example#5758 - ReflectionClass::getDefaultValue の例
- Example#5759 - ReflectionProperty::getDocComment の例
- Example#5760 - 複数のプロパティを宣言している場合
- Example#5761 - ReflectionProperty::getType の例
- Example#5762 - ReflectionProperty::getValue の例
- Example#5763 - ReflectionClass::hasDefaultValue の例
- Example#5764 - ReflectionProperty::hasType の例
- Example#5765 - ReflectionClass::isDefault の例
- Example#5766 - ReflectionProperty::isInitialized の例
- Example#5767 - ReflectionProperty::setValue の例
- Example#5768 - ReflectionType::allowsNull の例
- Example#5769 - ReflectionType::isBuiltin の例
- Example#5770 - ReflectionType::__toString の例
- Example#5771 - ReflectionGenerator::__construct の例
- Example#5772 - ReflectionGenerator::getExecutingFile の例
- Example#5773 - ReflectionGenerator::getExecutingGenerator の例
- Example#5774 - ReflectionGenerator::getExecutingLine の例
- Example#5775 - ReflectionGenerator::getFunction の例
- Example#5776 - ReflectionGenerator::getThis の例
- Example#5777 - ReflectionGenerator::getTrace の例
- Example#5778 - ReflectionReference::getId の基本的な使い方
- Example#5779 - boolval の例
- Example#5780 - debug_zval_dump の例
- Example#5781 -
- Example#5782 -
- Example#5783 - 簡単な empty / isset の比較
- Example#5784 - 文字列のオフセットに対する empty
- Example#5785 - floatval の例
- Example#5786 - floatval で、先頭が非数値である場合の例
- Example#5787 - get_defined_vars の例
- Example#5788 - get_resource_id の例
- Example#5789 - get_resource_type の例
- Example#5790 - gettype の例
- Example#5791 - intval の例
- Example#5792 - 変数が配列かどうか検査する
- Example#5793 - is_bool の例
- Example#5794 - is_callable の例
- Example#5795 - is_callable とコンストラクタ
- Example#5796 - is_countable の例
- Example#5797 - is_float の例
- Example#5798 - is_int の例
- Example#5799 - is_iterable の例
- Example#5800 - is_null の例
- Example#5801 - is_numeric の例
- Example#5802 - is_object の例
- Example#5803 - is_resource の例
- Example#5804 - is_scalar の例
- Example#5805 - is_string の例
- Example#5806 - isset の例
- Example#5807 - 文字列のオフセットに対する isset
- Example#5808 - print_r の例
- Example#5809 - return 引数の例
- Example#5810 - serialize の例
- Example#5811 - settype の例
- Example#5812 - PHP 5 のマジックメソッド __toString() を使う strval の例
- Example#5813 - unserialize の例
- Example#5814 - unserialize_callback_func の例
- Example#5815 - unset の例
- Example#5816 - (unset) によるキャスト
- Example#5817 - var_dump の例
- Example#5818 - var_export の例
- Example#5819 - PHP 7.3.0 以降で stdClass をエクスポートする
- Example#5820 - PHP 5.1.0 以降でのクラスのエクスポート
- Example#5821 - __set_state() の使用法 (PHP 5.1.0 以降)
- Example#5822 -
- Example#5823 - OAuth::fetch の例
- Example#5824 - OAuth::getAccessToken の例
- Example#5825 - OAuth::getRequestToken の例
- Example#5826 - OAuth::setRequestEngine example
- Example#5827 - OAuth::setRsaCertificate の例
- Example#5828 - OAuth::setToken の例
- Example#5829 - OAuthProvider::__construct の例
- Example#5830 - OAuthProvider::consumerHandler コールバックの例
- Example#5831 - OAuthProvider::generateToken の例
- Example#5832 - OAuthProvider::is2LeggedEndpoint の例
- Example#5833 - OAuthProvider::timestampNonceHandler コールバックの例
- Example#5834 - OAuthProvider::tokenHandler コールバックの例
- Example#5835 - is_soap_fault の例
- Example#5836 - SOAP の標準的なエラーレポートメソッドは例外となる
- Example#5837 - SoapClient::__doRequest の例
- Example#5838 - SoapClient::__getFunctions の例
- Example#5839 - SoapClient::__getLastRequest() の例
- Example#5840 - SoapClient::__getLastRequestHeaders() の例
- Example#5841 - SoapClient::__getLastResponse() の例
- Example#5842 - SoapClient::__getLastResponse() の例
- Example#5843 - SoapClient::__getTypes の例
- Example#5844 - SoapClient::__setLocation の例
- Example#5845 - SoapClient::__setSoapHeaders の例
- Example#5846 - 複数のヘッダの設定
- Example#5847 - SoapClient::__soapCall の例
- Example#5848 - SoapClient::SoapClient の例
- Example#5849 - SoapServer::addFunction の例
- Example#5850 - SoapServer::getFunctions の例
- Example#5851 - SoapServer::handle の例
- Example#5852 - SoapServer::setPersistence の例
- Example#5853 - SoapServer::SoapServer の例
- Example#5854 - いくつかの例
- Example#5855 - いくつかの例
- Example#5856 - SoapHeader::SoapHeader の例
- Example#5857 - SoapParam::SoapParam の例
- Example#5858 - SoapVar::SoapVar の例
- Example#5859 - Yar Server Example
- Example#5860 - Access the server in borwser(GET request)
- Example#5861 - Yar Client Example
- Example#5862 - Yar Concurrent Client Example
- Example#5863 - Yar_Server::__construct example
- Example#5864 - Yar_Server::handle example
- Example#5865 - Yar_Client::__call example
- Example#5866 - Yar_Client::__construct example
- Example#5867 - Yar_Client::setOpt example
- Example#5868 - Yar_Concurrent_Client::call example
- Example#5869 - Yar_Concurrent_Client::loop example
- Example#5870 - Yar_Concurrent_Client::reset example
- Example#5871 - Yar_Server_Exception::getType example
- Example#5872 - Yar_Client_Exception::getType example
- Example#5873 - XMLRPC クライアント関数の例
- Example#5874 - XML-RPC の型の例
- Example#5875 - xmlrpc_set_type の例
- Example#5876 - ASP における For Each
- Example#5877 - PHP 5 における foreach
- Example#5878 - com の例 (1)
- Example#5879 - com の例 (2)
- Example#5880 - dotnet の例
- Example#5881 - variant の例
- Example#5882 - COMPersistHelper::saveToFile の基本的な使い方
- Example#5883 - COM イベントシンクの例
- Example#5884 - PHP スクリプトをサービスとして登録する
- Example#5885 - サービスの登録を解除する
- Example#5886 - サービスとして実行する
- Example#5887 - win32_create_service の例
- Example#5888 - 依存性を用いた win32_create_service の例
- Example#5889 - リカバリ設定を用いた win32_create_service の例
- Example#5890 - win32_delete_service の例
- Example#5891 - win32_start_service_ctrl_dispatcher の例
- Example#5892 - book.xml
- Example#5893 - 新しい DOMAttr オブジェクトを作成する
- Example#5894 - DOMAttr::isId() の例
- Example#5895 - 新しい DOMCdataSection オブジェクトの作成
- Example#5896 - 新しい DOMComment を作成する
- Example#5897 - 新しい DOMDocument を作成する
- Example#5898 - 新しい要素を作成し、ルートとして挿入する
- Example#5899 - & をエスケープせずに value に渡す例
- Example#5900 - 新しい要素を作成し、ルートとして挿入する
- Example#5901 - 名前空間プレフィックスの例
- Example#5902 - DOMDocument::getElementById() の例
- Example#5903 - 基本的な使用例
- Example#5904 - すべての XInclude 要素を取得する
- Example#5905 - DOMDocument::importNode の例
- Example#5906 - ドキュメントの作成
- Example#5907 - ドキュメントを作成する
- Example#5908 - ドキュメントを作成する
- Example#5909 - ドキュメントを作成する
- Example#5910 - loadXML の静的な起動
- Example#5911 - 新しいメソッドを DOMElement に追加し、コードを書きやすくする
- Example#5912 - カスタムクラス形式での要素の取得
- Example#5913 - オーナードキュメントの取得
- Example#5914 - カスタムオブジェクトは一時的なもの
- Example#5915 - DOM ツリーをファイルに保存する
- Example#5916 - HTML ツリーを文字列に保存する
- Example#5917 - HTML ツリーをファイルに保存する
- Example#5918 - DOM ツリーを文字列に保存する
- Example#5919 - DTD による検証の例
- Example#5920 - DOMDocument::xinclude() の例
- Example#5921 - XML データのドキュメントへの追加
- Example#5922 - 新しい DOMElement を作成する
- Example#5923 - 属性を設定する
- Example#5924 - 新しい DOMEntityReference を作成する
- Example#5925 - DTD を添付してドキュメントを作成する
- Example#5926 - DOM Implementation を調べる
- Example#5927 - 子要素の追加
- Example#5928 - ネストされた子ノード
- Example#5929 - DOMNode::getLineNo メソッドの例
- Example#5930 - DOMNode::getNodePath の例
- Example#5931 - 子要素の削除
- Example#5932 - テーブル内のすべての要素を取得する
- Example#5933 - 新しい DOMProcessingInstruction を作成する
- Example#5934 - 新しい DOMText を作成する
- Example#5935 - 英語の書籍の数を取得する
- Example#5936 - すべての英語の書籍を取得する
- Example#5937 - book.xml
- Example#5938 - DOMXPath::registerPHPFunctions と php:functionString の例
- Example#5939 - DOMXPath::registerPHPFunctions と php:function の例
- Example#5940 - dom_import_simplexml を用いて SimpleXML を DOM にインポートする
- Example#5941 - libxml_get_errors の例
- Example#5942 - libxml_set_external_entity_loader の例
- Example#5943 - libxml_set_streams_context の例
- Example#5944 - libxml_use_internal_errorsの例
- Example#5945 - プロパティ名を使用したアクセス
- Example#5946 - 配列のインデックスを使用したプロパティへのアクセス
- Example#5947 - データオブジェクトの繰り返し処理
- Example#5948 - 多くの値をとりうるプロパティへの名前によるアクセス
- Example#5949 - 多くの値をとりうる要素へのアクセス
- Example#5950 - 多くの値をとりうるプロパティの順次処理
- Example#5951 - 連結されたプロパティへのアクセス
- Example#5952 - XPath によるナビゲーション
- Example#5953 - XPath による問い合わせ
- Example#5954 - 子オブジェクトの作成
- Example#5955 - プリミティブなプロパティの開放
- Example#5956 - データオブジェクトの開放
- Example#5957 - 参照されているデータオブジェクトの開放
- Example#5958 - プロパティのインデックスを使用したアクセス
- Example#5959 - SDO_Sequence インターフェイスの取得
- Example#5960 - シーケンスの値の取得/設定
- Example#5961 - シーケンスの繰り返し処理
- Example#5962 - シーケンスとデータオブジェクトの比較
- Example#5963 - シーケンスへの追加
- Example#5964 - シーケンスからの削除
- Example#5965 - データオブジェクトへのリフレクション
- Example#5966 - 型情報へのアクセス
- Example#5967 - SDO_DAS_DataFactory::addPropertyToType の例
- Example#5968 - SDO_DAS_DataFactory::addType の例
- Example#5969 - データオブジェクトの作成
- Example#5970 - データオブジェクトの取得
- Example#5971 - データオブジェクトの更新
- Example#5972 - データオブジェクトの削除
- Example#5973 - 会社がひとつ、部署がひとつの例 - 作成
- Example#5974 - 会社がひとつ、部署がひとつの例 - 取得および更新
- Example#5975 - 会社がひとつ、部署がふたつの例 - 取得および削除
- Example#5976 - 会社がひとつ、部署がひとつ、従業員が一人の例 - 作成
- Example#5977 - 会社がひとつ、部署がひとつ、従業員が一人の例 - 取得および更新
- Example#5978 - 会社がひとつ、部署がふたつ、従業員が二人の例 - 取得および削除
- Example#5979 - Retrieving a data object using executePreparedQuery
- Example#5980 - XML ドキュメントの読み込み・変更そして保存
- Example#5981 - 新しい XML ドキュメントの作成
- Example#5982 - XML ドキュメントのプロパティの設定
- Example#5983 - オープン型の使用
- Example#5984 - ドキュメントから何が得られるのかを知る
- Example#5985 - SDO モデルの表示
- Example#5986 - XML 文字列を設定するインクルードファイル example.php
- Example#5987 - <plot> を取得する
- Example#5988 - <line> を取得する
- Example#5989 - SimpleXML でユニークでない要素にアクセスする
- Example#5990 - 属性を使用する
- Example#5991 - 要素および属性をテキストと比較する
- Example#5992 - ふたつの要素の比較
- Example#5993 - XPath の使用
- Example#5994 - 値を設定する
- Example#5995 - 要素と属性を追加する
- Example#5996 - DOM との相互運用性
- Example#5997 - 壊れた XML 文字列の読み込み
- Example#5998 - SimpleXML 要素への属性と子要素の追加
- Example#5999 - SimpleXML 要素への属性と子要素の追加
- Example#6000 - XML を取得する
- Example#6001 - SimpleXMLElement::xpath の結果に asXML() を使用する
- Example#6002 - XML文字列を解釈する
- Example#6003 - children() 疑似配列を走査する
- Example#6004 - 名前空間の使用
- Example#6005 - SimpleXMLElement オブジェクトの作成
- Example#6006 - URL からの SimpleXMLElement オブジェクトの作成
- Example#6007 - 子要素の数の取得
- Example#6008 - ドキュメントの名前空間の取得
- Example#6009 - 複数の名前空間での動作
- Example#6010 - XML 要素の名前の取得
- Example#6011 - ドキュメントで使用している名前空間の取得
- Example#6012 - XPath クエリで使用する名前空間プレフィックスの設定
- Example#6013 - 文字列で内容を取得する
- Example#6014 - Xpath
- Example#6015 - 現在の要素を返す
- Example#6016 - 現在の要素の子要素を返す
- Example#6017 - 現在の要素が子要素を持つかどうかを調べる
- Example#6018 - 現在の XML タグキーの取得
- Example#6019 - 次の要素への移動
- Example#6020 - 最初の要素に巻き戻す
- Example#6021 - 現在の要素が有効かどうかを調べる
- Example#6022 - DOM のインポート
- Example#6023 - XMLドキュメントをパースする
- Example#6024 - XML 文字列をパースする
- Example#6025 - WDDX を使用した単一の値のシリアル化
- Example#6026 - WDDX を使用してパケットを追加する例
- Example#6027 - wddx_serialize_vars の例
- Example#6028 - XML エレメント構造を表示
- Example#6029 - XMLをHTMLにマップする
- Example#6030 - 外部エンティティの例
- Example#6031 - xmltest.xml
- Example#6032 - xmltest2.xml
- Example#6033 - xml_parse_into_struct の例
- Example#6034 - moldb.xml - 分子情報の小さなデータベース
- Example#6035 - parsemoldb.php - moldb.xml を処理し、分子オブジェクトの配列に代入
- Example#6036 - 巨大なXML文書を切り分けてパースする
- Example#6037 - xml_set_object の例
- Example#6038 - XML の妥当性の検証
- Example#6039 - 単純な XML ドキュメントの作成
- Example#6040 - XML 名前空間の使用
- Example#6041 - オブジェクト指向 API の使用
- Example#6042 - XML を直接出力する
- Example#6043 - XMLWriter::setIndent と mixed content
- Example#6044 - XMLWriter::startAttribute の基本的な使い方
- Example#6045 - 子要素と属性を混在させる
- Example#6046 - xmlwriter_write_cdata の基本的な使い方
- Example#6047 - collection.xml
- Example#6048 - collection.xsl
- Example#6049 - fruits.xml
- Example#6050 - fruits.xsl
- Example#6051 - エラーの捕捉と表示
- Example#6052 - XSLTProcessor の生成
- Example#6053 - EXSLT サポートの判定
- Example#6054 - スタイルシートからの単純な PHP 関数コール
- Example#6055 - 変換前に所有者を変更する
- Example#6056 - プロファイル出力の例
- Example#6057 - DOMDocument への変換
- Example#6058 - HTML ファイルへの変換
- Example#6059 - 文字列への変換
- Example#6060 - リークの検出の実例
- Example#6061 - モジュールグローバルへのアクセス用マクロ
- Example#6062 - "counter" の基本インターフェイス
- Example#6063 - "counter" の拡張インターフェイス
- Example#6064 - "counter" のオブジェクト指向インターフェイス
- Example#6065 - config.m4 ファイルの例
- Example#6066 - configure の出力例
- Example#6067 - counter の config.m4 ファイル
- Example#6068 - config.w32 ファイルのサンプル
- Example#6069 - counter の config.w32 ファイル
- Example#6070 - counter 拡張モジュールのファイル一覧 (順不同)
- Example#6071 - counter 拡張モジュールにおける zend_module の宣言部
- Example#6072 - PHP 5.3 における zend_module の定義
- Example#6073 - Counter 拡張モジュールの定義
- Example#6074 - カウンタの基本インターフェイスで値を保存するときの間違った方法
- Example#6075 - counter モジュールのグローバル変数
- Example#6076 - counter モジュールのグローバル構造体宣言
- Example#6077 - モジュール単位のグローバルにアクセスするためのマクロ
- Example#6078 - 正しい方法での基本カウンタインターフェイスの値の保存
- Example#6079 - counter の PHP_MINFO 関数
- Example#6080 - pdo_SKEL_error をコールするマクロの例
- Example#6081 - pdo_parse_params の使用
- Example#6082 - プリペアドステートメントをネイティブにサポートしていないドライバでの実装
- Example#6083 - PHPホームページを表示するための簡単なストリームの例
- Example#6084 - ストリームをパラメータとして受け取る方法
- Example#6085 - 関数からストリームを返す方法
- Example#6086 - デフォルトの config.m4
- Example#6087 - 単純な拡張モジュール
- Example#6088 - first_module.so をテストするためのファイル
- Example#6089 - 内部での zend_function_entry の宣言
- Example#6090 - 内部での zend_module_entry の宣言
- Example#6091 - fsockopen() における、PHP の可変引数処理の実装
- Example#6092 - PHP/Zend zval 型定義
- Example#6093 - パラメータが参照で渡されたかどうかを調べる
- Example#6094 - スコープが異なる変数の作成
- Example#6095 - long の作成
- Example#6096 - 連想配列への要素の追加
- Example#6097 - 数値添字配列への要素の追加
- Example#6098 - ソースコードおよび phpinfo の出力のスクリーンショット
- Example#6099 - 実行時の情報の表示
- Example#6100 - ユーザー関数のコール
- Example#6101 - HTML の hidden 要素
- Example#6102 - ユーザーによって編集するデータ
- Example#6103 - URL 中の場合
- Example#6104 - PHP による Javascript の生成
- Example#6105 - Register Globals をエミュレートする
- Example#6106 - PHP/FI のコード例
- Example#6107 - PHP コア
- Example#6108 - PHP コアにおける オブジェクト指向のコード
- Example#6109 - bzip2 拡張モジュール
- Example#6110 - datetime 拡張モジュール
- Example#6111 - dBase 拡張モジュール
- Example#6112 - mcrypt 拡張モジュール
- Example#6113 - oci8 拡張モジュール
- Example#6114 - SPL 拡張モジュール
- Example#6115 - Semaphore (sysvmsg) 拡張モジュール
- Example#6116 - 5.2.1 以降の Zip の例
- Example#6117 - strrpos と strripos は、 needleとして文字列全体を使用する
- Example#6118 - プロパティを持たないオブジェクトはもはや"空"とはみなされない
- Example#6119 - クラスは使用前に宣言する必要がある
- Example#6120 - dev. ドメインではエラーを画面に表示させるようにする例
- Example#6121 - 保護エリア内でのスクリプトのセキュリティ確保
- Example#6122 - Unix include_path
- Example#6123 - Windows include_path
- Example#6124 - Unix include_path で環境変数 ${USER} を使う例
- Example#6125 - string.rot13
- Example#6126 - string.toupper
- Example#6127 - string.tolower
- Example#6128 - string.strip_tags
- Example#6129 - convert.base64-encode と convert.base64-decode
- Example#6130 - convert.quoted-printable-encode と convert.quoted-printable-decode
- Example#6131 - convert.iconv.*
- Example#6132 - zlib.deflate と zlib.inflate
- Example#6133 - zlib.deflate のシンプルな例
- Example#6134 - bzip2.compress と bzip2.decompress
- Example#6135 - Browfish を用いた 暗号化/復号化
- Example#6136 - ファイルを AES-128 CBC と SHA256 HMAC で暗号化する