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