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