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