検索

phrase: max: clip:
target: order:
Results of 651 - 660 of about 927 for create (0.065 sec.)
ベンダー固有の整数属性を設定する 2786
« radius_put_vendor_attr radius_put_vendor_string » PHP Manual Radius 関数 ベンダー固有の整数属性 ... エストにアタッチします。 注意 : リクエストを radius_create_request() で作ってからでないと、この関数は呼べませ ...
https://man.plustar.jp/php/function.radius-put-vendor-int.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 2786
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... Dに設定されることが必須。 $new_session_id = session_create_id (); $_SESSION [ 'new_session_id' ] = $new_sessi ... - 現在のセッション ID を取得または設定する session_create_id() - 新しいセッションIDを作成する session_start( ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
ソケットのエラーまたは直近のエラーコードをクリアする 2786
« socket_bind socket_close » PHP Manual ソケット 関数 ソケットのエラーまたは直近のエラーコードを ... 内で検出する際に有用です。 パラメータ socket socket_create() で作成した Socket クラスのインスタンス。 戻り値 ...
https://man.plustar.jp/php/function.socket-clear-error.html - [similar]
受信、送信、または送受信用のソケットをシャットダウンする 2786
« socket_setopt socket_strerror » PHP Manual ソケット 関数 受信、送信、または送受信用のソケットを ... しならないかもしれません。 パラメータ socket socket_create() で作成した Socket クラスのインスタンス。 mode mo ...
https://man.plustar.jp/php/function.socket-shutdown.html - [similar]
コンテキストのパラメータを取得する 2786
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキスト ... 例 基本的な使用例です。 <?php $ctx = stream_context_create (); $params = array( "notification" => "stream_not ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]
XML パーサを解放する 2786
« xml_parser_create xml_parser_get_option » PHP Manual XML パーサ 関数 XML パーサを解放する xml_ ...
https://man.plustar.jp/php/function.xml-parser-free.html - [similar]
Add a task to get status 2786
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... only one worker running for this example. <?php /* create our object */ $gmclient = new GearmanClient (); /* ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
Get the status for the running task 2786
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... client then picks up. <?php echo "Starting\n" ; # Create our client object. $gmclient = new GearmanClient ( ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Wait for activity from one of the job servers 2786
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... r in non-blocking mode <?php echo "Starting\n" ; # Create our worker object $worker = new GearmanWorker (); ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
もっとも適合した 日付/時刻 のフォーマットを決定する 2786
« IntlDatePatternGenerator::create IntlPartsIterator » PHP Manual IntlDatePatternGenerator もっと ... ton = 'YYYYMMdd' ; $today = \ DateTimeImmutable :: createFromFormat ( 'Y-m-d' , '2021-04-24' ); $patternGene ...
https://man.plustar.jp/php/intldatepatterngenerator.getbestpattern.html - [similar]