検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 927 for create (0.048 sec.)
バッファのデータを読み込む 3558
« openal_buffer_create openal_buffer_destroy » PHP Manual OpenAL 関数 バッファのデータを読み込む ... Open AL (バッファ) リソース (事前に openal_buffer_create() で作成したもの)。 format data のフォーマット。 A ... バッファ , buffer , データ , data , freq , format , create , int , ストリーム , ソース ...
https://man.plustar.jp/php/function.openal-buffer-data.html - [similar]
ソースのストリーム再生を開始する 3558
« openal_source_stop 認証サービス » PHP Manual OpenAL 関数 ソースのストリーム再生を開始する open ... ce Open AL (ソース) リソース (事前に openal_source_create() で作成したもの)。 format data のフォーマット。 A ... 失敗した場合に false を返します。 参考 openal_source_create() - ソースリソースを生成する fwrite() - バイナリセ ... , 開始 , リソース , stream , int , rate , format , create ...
https://man.plustar.jp/php/function.openal-stream.html - [similar]
Delete a node in zookeeper synchronously 3558
« Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron ... の例の出力は以下となります。 SUCCESS 参考 Zookeeper::create() - Create a node synchronously Zookeeper::getChil ...
https://man.plustar.jp/php/zookeeper.delete.html - [similar]
Reflection 3527
« Componere\Method::setStatic Componere\Value » PHP Manual Componere\Method Reflection Componere ... re\Method::getReflector (): ReflectionMethod Shall create or return a ReflectionMethod 戻り値 A ReflectionMe ... ctionMethod , setStatic , Value , public , Shall , create , return , cached ...
https://man.plustar.jp/php/componere-method.getreflector.html - [similar]
Socket クラスのインスタンスを閉じる 3527
« socket_clear_error socket_cmsg_space » PHP Manual ソケット 関数 Socket クラスのインスタンスを閉 ... のインスタンスを閉じます。 パラメータ socket socket_create() あるいは socket_accept() で作成した Socket クラス ... listen() - ソケット上で接続待ち(listen)する socket_create() - ソケット(通信時の終端)を作成する socket_stre ... ワード: Socket , インスタンス , クラス , ソケット , create , listen , 作成 , バージョン , パラメータ , 関数 ...
https://man.plustar.jp/php/function.socket-close.html - [similar]
3527
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... 2.168.1.53' ; $port = 10000 ; if (( $sock = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP )) === false ) { ... echo "socket_create() failed: reason: " . socket_strerror ( socket_las ... $address = gethostbyname ( 'www.example.com' ); /* Create a TCP/IP socket. */ $socket = socket_create ( AF_I ... SOL_TCP ); if ( $socket === false ) { echo "socket_create() failed: reason: " . socket_strerror ( socket_las ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
Reflection 3495
« Componere\Abstract\Definition::addTrait Componere\Definition » PHP Manual Componere\Abstract\D ... Definition::getReflector (): ReflectionClass Shall create or return a ReflectionClass 戻り値 A ReflectionCla ... on , ReflectionClass , addTrait , public , Shall , create , return , definition ...
https://man.plustar.jp/php/componere-abstract-definition.getreflector.html - [similar]
指定した書式で時刻文字列をパースする 3495
« DateTime::__construct DateTime::createFromImmutable » PHP Manual DateTime 指定した書式で時刻文 ... 字列をパースする DateTime::createFromFormat date_create_from_format (PHP 5 >= 5.3.0, ... PHP 7, PHP 8) DateTime::createFromFormat -- date_create_from_format — 指定した書式 ... する 説明 オブジェクト指向型 public static DateTime::createFromFormat ( string $format , string $datetime , ? ... $timezone = null ): DateTime | false 手続き型 date_create_from_format ( string $format , string $datetime , ...
https://man.plustar.jp/php/datetime.createfromformat.html - [similar]
ソケットへの接続を許可する 3495
« ソケット 関数 socket_addrinfo_bind » PHP Manual ソケット 関数 ソケットへの接続を許可する socke ... t_accept ( Socket $socket ): Socket | false socket_create() を使用してソケット socket を作成した後、 socket_ ... まであり、再使用可能です。 パラメータ socket socket_create() で作成した Socket クラスのインスタンス。 戻り値 ... listen() - ソケット上で接続待ち(listen)する socket_create() - ソケット(通信時の終端)を作成する socket_bind ... 可 , Socket , インスタンス , クラス , 作成 , 関数 , create , bind ...
https://man.plustar.jp/php/function.socket-accept.html - [similar]
ストリームコンテキスト 3495
« ストリームフィルタ ストリームのエラー » PHP Manual ストリーム ストリームコンテキスト ストリーム ... ション の集合です。 コンテキスト は、 stream_context_create() を使って生成しますが、 これは、ほとんどのファイル ... _contents() など)。 オプション は、 stream_context_create() の呼び出し時に指定しますが、 後で stream_context ... ream , context , パラメータ , 生成 , file , 固有 , create , 参照 ...
https://man.plustar.jp/php/stream.contexts.html - [similar]