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