Results of 1 - 10 of about 27 for submit (0.001 sec.)
- Submits an object for execution 13808
- « Pool::shutdown Pool::submitTo » PHP Manual Pool Submits an object for execution Pool::submit (
...
PECL pthreads >= 2.0.0) Pool::submit — Submits an object for execution 説明 public Pool ...
::submit ( Threaded $task ): int Submit the task to the nex ...
entifier of the Worker executing the object 例 例1 Submitting Tasks <?php class MyWork extends Threaded { pu ...
\ MyWorker ::class, [new Something ()]); $pool -> submit (new MyWork ()); var_dump ( $pool ); ?> 上の例の出 ...
-
https://man.plustar.jp/php/pool.submit.html
- [similar]
- フィールドの投稿フォームアクションを設定する 11553
- « fdf_set_status fdf_set_target_frame » PHP Manual FDF 関数 フィールドの投稿フォームアクションを
...
設定する fdf_set_submit_form_action (PHP 4 >= 4.0.2, PHP 5 < 5.3.0, PECL f ...
df SVN) fdf_set_submit_form_action — フィールドの投稿フォームアクションを ...
設定する 説明 fdf_set_submit_form_action ( resource $fdf_document , string $fie ...
アクション , 設定 , 投稿 , フォーム , FDF , string , submit , form ...
-
https://man.plustar.jp/php/function.fdf-set-submit-form-action.html
- [similar]
- XFormsの処理 10483
- « セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、
...
<h:p> <input ref="q"><label>Find</label></input> <submit submission="s"><label>Go</label></submit> </h:p> < ...
<h:p> <input ref="q"><label>Find</label></input> <submit submission="s"><label>Go</label></submit> </h:p> < ...
el , データ , www , フォーム , 送信 , urlencoded , submit , input , submission ...
-
https://man.plustar.jp/php/features.xforms.html
- [similar]
- Submits a task to a specific worker for execution 10269
- « Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool
...
::submitTo (PECL pthreads >= 2.0.0) Pool::submitTo — Submit ...
a specific worker for execution 説明 public Pool::submitTo ( int $worker , Threaded $task ): int Submit a t ...
ifier of the worker that accepted the task. 例 例1 Submitting tasks to a specific worker <?php class Task ex ...
ThreadID ()); } } $pool = new Pool ( 2 ); $pool -> submit (new Task ()); for ( $i = 0 ; $i < 5 ; ++ $i ) { $ ...
-
https://man.plustar.jp/php/pool.submitTo.html
- [similar]
- 外部から来る変数 9726
- « 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST)
...
put type="text" name="email" /><br /> <input type="submit" name="submit" value="Submit me!" /> </form> HTML ...
Schwabenbrau</option> </select><br /> <input type="submit" value="submit me!" /> </form> 注意 : 外部の変数の ...
az"> は $_REQUEST['foo']['bar'] になります。 IMAGE SUBMIT 変数名 フォームを投稿する際、次のタグのように標準の ...
-
https://man.plustar.jp/php/language.variables.external.html
- [similar]
- Shutdown all workers 9512
- « Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads
...
the workers in the pool. This will block until all submitted tasks have been executed. パラメータ この関数に ...
( 4 ); for ( $i = 0 ; $i < 10 ; ++ $i ) { $pool -> submit (new Task ()); } $pool -> shutdown (); // blocks u ...
ntil all submitted tasks have finished executing 関連キーワード: a ...
-
https://man.plustar.jp/php/pool.shutdown.html
- [similar]
- The Pool class 9084
- « Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL
...
int $size ): void public shutdown (): void public submit ( Threaded $task ): int public submitTo ( int $wor ...
e Pool Pool::shutdown — Shutdown all workers Pool::submit — Submits an object for execution Pool::submitTo — ...
Submits a task to a specific worker for execution 関連キー ...
-
https://man.plustar.jp/php/class.pool.html
- [similar]
- 複数ファイルのアップロード 8015
- « 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル
...
ame="userfile[]" type="file" /><br /> <input type="submit" value="Send files" /> </form> 上記のフォームで投稿 ...
pe="file" webkitdirectory multiple /> <input type="submit" value="Send files" /> </form> 警告 webkitdirector ...
-
https://man.plustar.jp/php/features.file-upload.multiple.html
- [similar]
- Collect references to completed tasks 7899
- « Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect (
...
( 4 ); for ( $i = 0 ; $i < 15 ; ++ $i ) { $pool -> submit (new class extends Threaded {}); } while ( $pool - ...
-
https://man.plustar.jp/php/pool.collect.html
- [similar]
- フィールドの javascript アクションを設定する 7801
- « fdf_set_flags fdf_set_on_import_javascript » PHP Manual FDF 関数 フィールドの javascript アクシ
...
を、失敗した場合に false を返します。 参考 fdf_set_submit_form_action() - フィールドの投稿フォームアクション ...
-
https://man.plustar.jp/php/function.fdf-set-javascript-action.html
- [similar]