検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 176 for o (0.020 sec.)
LDAP ディレクトリにエントリを付加する 5348
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... ィレクトリにエントリを付加する 説明 ldap_add ( LDAP\Connection $ldap , string $dn , array $entry , ? arra ... y $controls = null ): bool エントリを LDAP ディレクトリに ... 追加します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス ... 1" ; $entry [ "attribute2" ][ 1 ] = "value2" ; ?> controls リクエストと一緒に送信する LDAP コントロール ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
Windows のサポート 5348
« その他の変更 PHP 5.6.x から PHP 7.0.x への移行 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 ... Windows のサポート Windows のサポート 長いpath と UTF-8の ... 追加の作業は必要ありません。 UTF-8 でないpathへの I/O に依存したアプリケーションについては、 明示的に IN ... 定のチェックは、コアの順番に依存します: internal_encoding default_charset zend.multibyte コードページを扱 ... う関数がいくつか追加されました: sapi_windows_cp_set() は、デフォルトのコードページを設定します ...
https://man.plustar.jp/php/migration71.windows-support.html - [similar]
The Vector class 5292
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... tor class (No version information available, might on ... ly be in Git) はじめに A Vector is a sequence of values in a contiguous buffer th ... at grows and shrinks automatically. It's the most efficie ... cture because a value's index is a direct mapping to its index in the buffer, and the growth factor isn ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
PHP をコマンドラインから使用する 5292
« 持続的データベース接続 はじめに » PHP Manual 機能 PHP をコマンドラインから使用する PHP をコマン ... 目次 はじめに 他の SAPI との違い オプション Usage I/O ストリーム 対話シェル ビルトインウェブサーバー INI ...
https://man.plustar.jp/php/features.commandline.html - [similar]
C 言語と同様にスラッシュで文字列をクォートする 5292
« String 関数 addslashes » PHP Manual String 関数 C 言語と同様にスラッシュで文字列をクォートする ... る文字の種類を把握するようにしてください。 <?php echo addcslashes ( 'foo[ ]' , 'A..z' ); // 出力: \f\o\o ... ケープされます。 ある文字の ASCII 値を見つけるには、 ord() 関数を使用してください。 <?php echo addcslashe ... s ( "zoo['.']" , 'z..A' ); // 出力: \zoo['\.'] ?> 0, a, b, ... ddcslashes() の例 <?php $escaped = addcslashes ( $not_escaped , "\0..\37!@\177..\377" ); ?> 参考 stripc ...
https://man.plustar.jp/php/function.addcslashes.html - [similar]
リクエストをリクエストグループに追加する 5292
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... る eio_grp_add (PECL eio >= 0.0.1dev) eio_grp_add — リクエ ... ストをリクエストグループに追加する 説明 eio_grp_add ( resource $grp , resource $req ): void ei ... をリクエストグループに追加します。 パラメータ grp eio_grp() が返すリクエストグループリソース。 req リクエ ... 込みます $temp_filename = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
リクエストグループを作る 5292
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... .1dev) eio_grp — リクエストグループを作る 説明 eio_grp ( call ... able $callback , string $data = NULL ): resource eio_grp() は、リクエストグループを作ります。 パ ... 終了時にコールされます。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $re ... q はオプションで指定するリクエストリソースです。 eio_get_last_error() のような関数で使えます。 data cal ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
はじめに 5292
« Swoole インストール/設定 » PHP Manual Swoole はじめに はじめに Swoole is a high-performance ne ... tworking framework using an event-driven, asynchronous ... , non-blocking I/O model. It can be used to develop hig ... h-performance, scalable, concurrent TCP, UDP, Unix socket, ... HTTP, Websocket services. To get started, please check the » S ...
https://man.plustar.jp/php/intro.swoole.html - [similar]
The Deque class 5248
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... lass (No version information available, might only be in Gi ... t) はじめに A Deque (pronounced “deck”) is a sequence of values in a contig ... uous buffer that grows and shrinks automatically. The ... name is a common abbreviation of “double-ended queue” and is us ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The EventBuffer class 5248
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... represents Libevent's "evbuffer", an utility functionality for buffered I/O. Event buffers are meant to ... be generally useful for doing the "buffer" part of buffered network I/O. ... クラス概要 class EventBuffer { /* Constants */ const int EOL_ANY = 0 ; const int EOL_CR ... LF = 1 ; const int EOL_CRLF_STRICT = 2 ; const int EOL_LF = 3 ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT