検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 927 for create (0.018 sec.)
OpenAL バッファを削除する 3774
« openal_buffer_data openal_buffer_get » PHP Manual OpenAL 関数 OpenAL バッファを削除する openal ... Open AL (バッファ) リソース (事前に openal_buffer_create() で作成したもの)。 戻り値 成功した場合に true を、 ... 失敗した場合に false を返します。 参考 openal_buffer_create() - OpenAL バッファを生成する 関連キーワード: バッ ... ファ , buffer , 削除 , destroy , create , 参考 , 失敗 , 成功 , 作成 , Open ...
https://man.plustar.jp/php/function.openal-buffer-destroy.html - [similar]
日付/時刻 の値を文字列としてフォーマットする 3774
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... 例 例1 datefmt_format() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... is ' . datefmt_format ( $fmt , 0 ); $fmt = datefmt_create ( 'de-DE' , IntlDateFormatter :: FULL , IntlDateFo ... is ' . datefmt_format ( $fmt , 0 ); $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... is ' . datefmt_format ( $fmt , 0 ); $fmt = datefmt_create ( 'de-DE' , IntlDateFormatter :: FULL , IntlDateFo ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
DocResult のコンストラクタ 3774
« mysql_xdevapi\DocResult DocResult::fetchAll » PHP Manual mysql_xdevapi\DocResult DocResult のコ ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $creat ... ed", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"name": "Reginald", "age": 42, "job": " ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.construct.html - [similar]
一行取得する 3774
« DocResult::fetchAll DocResult::getWarnings » PHP Manual mysql_xdevapi\DocResult 一行取得する D ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $creat ... ed", "age": 18, "job": "Butler"}' )-> execute (); $create -> add ( '{"name": "Reginald", "age": 42, "job": " ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchone.html - [similar]
RRD 関数 3774
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_createCreates r ... tamp of the first sample from rrd file rrd_graph — Creates image from a data rrd_info — Gets information abo ... 関数 , file , database , information , data , from , Creates , create ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
リソース型 3774
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.0.0 より前の ... drinfo_connect() , socket_addrinfo_bind() , socket_create_listen() , socket_wsaprotocol_info_import() および ... socket_create() はソケットリソースを返していました。 PHP 8.0.0 よ ... した。 関連キーワード: リソース , addrinfo , 設定 , create , バージョン , import , AddressInfo , lookup , ソケ ...
https://man.plustar.jp/php/sockets.resources.html - [similar]
SQLite3 オブジェクトを作成し、SQLite 3 データベースをオープンする 3774
« SQLite3::close SQLite3::createAggregate » PHP Manual SQLite3 SQLite3 オブジェクトを作成し、SQL ... int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE , string $encryptionKey = "" ) SQLite3 オブジェクト ... デフォルトでは SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE を使用してオープンします。 SQLITE3_OPEN_READONLY : ... ータベースを読み書き共用でオープンする SQLITE3_OPEN_CREATE : データベースが存在しない場合は作成する encryptio ... = new SQLite3 ( 'mysqlitedb.db' ); $db -> exec ( 'CREATE TABLE foo (bar TEXT)' ); $db -> exec ( "INSERT INT ...
https://man.plustar.jp/php/sqlite3.construct.html - [similar]
Create a stopped EvStat watcher object 3748
« EvStat::__construct EvStat::prev » PHP Manual EvStat Create a stopped EvStat watcher object Ev ... Stat::createStopped (PECL ev >= 0.2.0) EvStat::createStopped — ... at watcher object 説明 final public static EvStat::createStopped ( string $path , float $interval , callable ... k , mixed $data = null , int $priority = 0 ): void Creates EvStat watcher object, but doesn't start it autom ... at , watcher , stopped , path , construct , data , createStopped , priority , callback , interval ...
https://man.plustar.jp/php/evstat.createstopped.html - [similar]
コンテキストを削除する 3748
« openal_context_current openal_context_process » PHP Manual OpenAL 関数 コンテキストを削除する ... AL (コンテキスト) リソース (事前に openal_context_create() で作成したもの)。 戻り値 成功した場合に true を、 ... 敗した場合に false を返します。 参考 openal_context_create() - 音声処理コンテキストを作成する 関連キーワード: ... コンテキスト , context , 削除 , destroy , create , 作成 , process , 関数 , resource , パラメータ ...
https://man.plustar.jp/php/function.openal-context-destroy.html - [similar]
デフォルトのストリームコンテキストを取得する 3748
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... トコンテキストに 関するオプションは、 stream_context_create() と同じ 構文で任意に指定することが可能です。 パラ ... ult ( $default_opts ); $alternate = stream_context_create ( $alternate_opts ); /* www.example.com に対する通 ... om' , false , $alternate ); ?> 参考 stream_context_create() - ストリームコンテキストを作成する stream_contex ... , stream , context , 取得 , デフォルト , default , create , パラメータ , 関数 ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]