検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 681 for Default (0.265 sec.)
The EventBufferEvent class 3045
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... lbacks . EventBufferEvent::OPT_UNLOCK_CALLBACKS By default, when the bufferevent is set up to be threadsafe, ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
The MongoDB\Driver\BulkWrite class 3045
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... kWrite() . Write operations may either be ordered (default) or unordered. Ordered write operations are sent t ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
HTTP コンテキストオプションの一覧 3045
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... 10.5 ) で指定します。 デフォルトでは php.ini 設定 default_socket_timeout の値を使用します。 ignore_errors bo ...
https://man.plustar.jp/php/context.http.html - [similar]
SSL コンテキストオプションの一覧 3045
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパ ... は » ciphers(1) の説明を参照ください。 デフォルトは DEFAULT です。 capture_peer_cert bool true に設定すると、 ...
https://man.plustar.jp/php/context.ssl.html - [similar]
定義済み定数 3045
« リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ストの優先度 EIO_PRI_MIN ( int ) 優先度最小 EIO_PRI_DEFAULT ( int ) 優先度標準 EIO_PRI_MAX ( int ) 優先度最大 ...
https://man.plustar.jp/php/eio.constants.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 3045
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... enable ( Event :: READ | Event :: WRITE ); break; default: echo 'unknown command: ' . $line . "\n" ; break; ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
XML 外部エンティティの例 3045
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... htmlspecialchars ( $data )); } break; } } function defaultHandler ( $parser , $data ) { if ( substr ( $data , ... ion_handler ( $xml_parser , "PIHandler" ); xml_set_default_handler ( $xml_parser , "defaultHandler" ); xml_se ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
ファイルのパーミッションを取得する 3045
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... case 0x1000 : // FIFO パイプ $info = 'p' ; break; default: // 不明 $info = 'u' ; } // 所有者 $info .= (( $pe ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 3045
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフ ... _array ( int $type , array | int $options = FILTER_DEFAULT , bool $add_empty = true ): array | false | null こ ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
htmlspecialchars および htmlentities で使用される変換テーブルを返す 3045
« fprintf hebrev » PHP Manual String 関数 htmlspecialchars および htmlentities で使用される変換テ ... と、 スクリプトのエンコーディング (Zend multibyte)、 default_charset 、 そして現在のロケール ( nl_langinfo() お ...
https://man.plustar.jp/php/function.get-html-translation-table.html - [similar]