検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1222 for [SIMILAR] 16 1024 4096 WITH 3902 xmlreader WITH ... (0.678 sec.)
詳細 0
« リソース型 汚染された文字列の汚染マークを広げる関数や文 » PHP Manual Taint 詳細 詳細 目次 汚染された文字列の汚染マークを広げる関数や文 汚染された文字列をチェックする関数や文 文字列の汚染を除去する関数 関連キーワード: 汚染 , 関数 , マーク , リソース , Taint , チェック , 除去 , ...
https://man.plustar.jp/php/taint.detail.html - [similar]
インストール/設定 0
« はじめに 要件 » PHP Manual win32service インストール/設定 インストール/設定 目次 要件 インストール手順 実行時設定 リソース型 セキュリティの考慮 関連キーワード: インストール , 設定 , 要件 , service , 手順 , 実行 , リソース , セキュリティ , 考慮 , ...
https://man.plustar.jp/php/win32service.setup.html - [similar]
TCP ラッパー 0
« svn_update はじめに » PHP Manual その他のサービス TCP ラッパー TCP ラッパー はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 TCP 関数 tcpwrap_check — tcpwrap のチェックを実行する 関連キーワード: インストール , 設定 , 実行 , tcpwrap , update , サービス ...
https://man.plustar.jp/php/book.tcpwrap.html - [similar]
定義済み定数 0
« リソース型 Directory » PHP Manual ディレクトリ 定義済み定数 定義済み定数 DIRECTORY_SEPARATOR ( string ) PATH_SEPARATOR ( string ) Windows の場合はセミコロン、それ以外の場合はコロンとなります。 SCANDIR_SORT_ASCENDING ( int ) SCANDIR_SORT_DESCENDING ( int ) SCANDIR_SORT_NONE ( int ) 関連 ...
https://man.plustar.jp/php/dir.constants.html - [similar]
アイテムを格納する 0
« Memcached::resetServerList Memcached::setByKey » PHP Manual Memcached アイテムを格納する Memcached::set (PECL memcached >= 0.1.0) Memcached::set — アイテムを格納する 説明 public Memcached::set ( string $key , mixed $value , int $expiration = ? ): bool Memcached::set() は、 指定したキー ...
https://man.plustar.jp/php/memcached.set.html - [similar]
ソケットをカプセル化したストリームに、ソケットをエクスポートする 0
« socket_create socket_get_option » PHP Manual ソケット 関数 ソケットをカプセル化したストリームに、ソケットをエクスポートする socket_export_stream (PHP 7 >= 7.0.7, PHP 8) socket_export_stream — ソケットをカプセル化したストリームに、ソケットをエクスポートする 説明 socket_export_stream ( S ...
https://man.plustar.jp/php/function.socket-export-stream.html - [similar]
定義済み定数 0
« リソース型 データ構造 » PHP Manual SPL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 関連キーワード: 定義 , 定数 , リソース , 関数 , 拡張 , モジュール , 組み ...
https://man.plustar.jp/php/spl.constants.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Tokenizer 定義済み定数 定義済み定数 この拡張モジュールを組み込んで PHP をコンパイルするか、あるいは実行時に 動的にモジュールを読み込むと、 パーサトークンの一覧 に挙げられている トークンが定数として定義されます。 関連キーワード: 定義 , 定数 , モジュール , リソ ...
https://man.plustar.jp/php/tokenizer.constants.html - [similar]
0
« リソース型 V8Js » PHP Manual V8js 例 例 基本的な使用例 例1 基本的な Javascript の実行 <?php $v8 = new V8Js (); /* basic.js */ $JS = <<< EOT len = print('Hello' + ' ' + 'World!' + "\\n"); len; EOT; try { var_dump ( $v8 -> executeString ( $JS , 'basic.js' )); } catch ( V8JsException $e ) ...
https://man.plustar.jp/php/v8js.examples.html - [similar]
はじめに 0
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]