検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 396 for [SIMILAR] 16 1024 4096 WITH 14225 御構 WITH 5763... (0.373 sec.)
HTTP ファイルアップロード変数 0
« $_POST $_REQUEST » PHP Manual 定義済の変数 HTTP ファイルアップロード変数 $_FILES (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_FILES — HTTP ファイルアップロード変数 説明 HTTP POST メソッドで現在のスクリプトにアップロードされた項目の連想配列です。 この配列の構造については POST メソッドによるア ...
https://man.plustar.jp/php/reserved.variables.files.html - [similar]
SOAP 型の一覧を返す 0
« SoapClient::__getLastResponseHeaders SoapClient::__setCookie » PHP Manual SoapClient SOAP 型の一覧を返す SoapClient::__getTypes (PHP 5, PHP 7, PHP 8) SoapClient::__getTypes — SOAP 型の一覧を返す 説明 public SoapClient::__getTypes (): ? array ウェブサービスの WSDL で定義されている型の配 ...
https://man.plustar.jp/php/soapclient.gettypes.html - [similar]
ArrayIterator を作成する 0
« ArrayIterator::asort ArrayIterator::count » PHP Manual ArrayIterator ArrayIterator を作成する ArrayIterator::__construct (PHP 5, PHP 7, PHP 8) ArrayIterator::__construct — ArrayIterator を作成する 説明 public ArrayIterator::__construct ( array | object $array = [] , int $flags = 0 ) Ar ...
https://man.plustar.jp/php/arrayiterator.construct.html - [similar]
Expect 0
« EvWatcher::stop はじめに » PHP Manual プロセス制御 Expect Expect はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Expect の使用例 Expect 関数 expect_expectl — プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達するのいずれ ...
https://man.plustar.jp/php/book.expect.html - [similar]
共有メモリ 0
« SysvSharedMemory はじめに » PHP Manual プロセス制御 共有メモリ 共有メモリ はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 共有メモリ関数 shmop_close — 共有メモリブロックを閉じる shmop_delete — 共有メモリブロックを削除する shmop_open ...
https://man.plustar.jp/php/book.shmop.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 COM 設定オプション 名前 デフォルト 変更可能 変更履歴 com.allow_dcom "0" PHP_INI_SYSTEM com.autoregister_typelib "0" PHP_INI_ALL com.autoregister_verbose "0" PHP_INI_A ...
https://man.plustar.jp/php/com.configuration.html - [similar]
はじめに 0
« ダイレクト IO インストール/設定 » PHP Manual ダイレクト IO はじめに はじめに PHP は、POSIX 標準(第 6 章)に記述されたダイレクト IO 関数をサポートします。 これらは、C 言語のストリーム I/O 関数 ( fopen() , fread() ,..) よりも低レベルの I/O 関数の実装です。 DIO 関数の使用は、あるデバイスを ...
https://man.plustar.jp/php/intro.dio.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Memcache 設定オプション 名前 デフォルト 変更可能 変更履歴 memcache.allow_failover "1" PHP_INI_ALL memcache 2.0.2 以降で使用可能です memcache.max_failover_attempts "20 ...
https://man.plustar.jp/php/memcache.ini.html - [similar]
基本的な使用法 0
« 例 出力リライトの使用法 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 出力制御の例 <?php ob_start (); echo "Hello\n" ; setcookie ( "cookiename" , "cookiedata" ); ob_end_flush (); ?> 上記の例では、 echo からの出力は、 ob_end_flush() がコールされるまで出力バッファに 保存されます。この ...
https://man.plustar.jp/php/outcontrol.examples.basic.html - [similar]
Ctype 関数 0
« 定義済み定数 ctype_alnum » PHP Manual Ctype Ctype 関数 Ctype 関数 目次 ctype_alnum — 英数字かどうかを調べる ctype_alpha — 英字かどうかを調べる ctype_cntrl — 制御文字かどうかを調べる ctype_digit — 数字かどうかを調べる ctype_graph — 空白以外の印字可能な文字かどうかを調べる ctype_lower — ...
https://man.plustar.jp/php/ref.ctype.html - [similar]