検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 927 for create (0.074 sec.)
バンドルの直近のエラーコードを取得する 3096
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... le_get_error_code() の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'som ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
例外のスローを有効にする 3096
« SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ ... w SQLite3 ( ':memory:' ); try { $sqlite -> exec ( 'create table foo' ); $sqlite -> enableExceptions ( true ) ... ; $sqlite -> exec ( 'create table bar' ); } catch ( Exception $e ) { echo 'Cau ...
https://man.plustar.jp/php/sqlite3.enableexceptions.html - [similar]
定義済み定数 3096
« リソース型 例 » PHP Manual XSL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... t ) ファイルへの書き込みを拒否します。 XSL_SECPREF_CREATE_DIRECTORY ( int ) ディレクトリの作成を拒否します。 ... す。つまり、 XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_FILE と同等です。 関 ...
https://man.plustar.jp/php/xsl.constants.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 3096
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ) { $zip -> addFromString ( ... ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ) { $zip -> addFile ( 'foo.j ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]
Swoole 3064
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... mote TCP or UDP port. Swoole\Client::__construct — Create Swoole sync or async TCP/UDP client, with or witho ... oroutine::cli_wait — Description Swoole\Coroutine::create — Description Swoole\Coroutine\Client::close — Des ... ole\Process::freeQueue — Destroy the message queue created by swoole_process::useQueue. Swoole\Process::kill ... thod between processes. Swoole\Process::useQueue — Create a message queue as the communication method betwee ...
https://man.plustar.jp/php/book.swoole.html - [similar]
The MongoDB\Driver\ClientEncryption class 3064
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... public __construct ( array $options ) final public createDataKey ( string $kmsProvider , array $options = ? ... ::ALGORITHM_INDEXED . 参考 MongoDB\Driver\Manager::createClientEncryption() 目次 MongoDB\Driver\ClientEncryp ... tion::__construct — Create a new ClientEncryption object MongoDB\Driver\Clien ... tEncryption::createDataKey — Create a new encryption data key MongoDB\ ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 3064
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... E if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = ... _disconnect ( $conn ); ?> 参考 cubrid_lob2_new() - Create a lob object cubrid_lob2_close() - Close LOB objec ...
https://man.plustar.jp/php/function.cubrid-lob2-bind.html - [similar]
接続しているかどうかによらず、ソケットからデータを受信する 3064
« socket_recv socket_recvmsg » PHP Manual ソケット 関数 接続しているかどうかによらず、ソケットか ... しています。 パラメータ socket socket には、 socket_create() で作成した Socket クラスのインスタンスを指定しま ... 例1 socket_recvfrom() の例 <?php $socket = socket_create ( AF_INET , SOCK_DGRAM , SOL_UDP ); socket_bind ( ... どうかによらずソケットにメッセージを送信する socket_create() - ソケット(通信時の終端)を作成する 関連キーワー ...
https://man.plustar.jp/php/function.socket-recvfrom.html - [similar]
ソケットのブロッキングモードを設定する 3064
« socket_sendto socket_set_nonblock » PHP Manual ソケット 関数 ソケットのブロッキングモードを設定 ... はスクリプトを停止します。 パラメータ socket socket_create() あるいは socket_accept() で作成した Socket クラス ... 例1 socket_set_block() の例 <?php $socket = socket_create_listen ( 1223 ); socket_set_block ( $socket ); soc ...
https://man.plustar.jp/php/function.socket-set-block.html - [similar]
タイムゾーンを取得する 3064
« IntlDateFormatter::getCalendarObject IntlDateFormatter::isLenient » PHP Manual IntlDateFormatt ... meZone() の例 <?php $madrid = IntlDateFormatter :: create ( NULL , NULL , NULL , 'Europe/Madrid' ); $lisbon ... = IntlDateFormatter :: create ( NULL , NULL , NULL , 'Europe/Lisbon' ); var_dump ...
https://man.plustar.jp/php/intldateformatter.gettimezone.html - [similar]