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