検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 294 for [SIMILAR] 16 1024 4096 WITH 8585 enter WITH 4354... (0.239 sec.)
ファイルを、指定したオフセットから読み込む 0
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_read (PECL eio >= 0.0.1dev) eio_read — ファイルを、指定したオフセットから読み込む 説明 eio_read ( mixed $fd , int $length , int $offset , int $pri , callable $callback , mixed $data = NULL ): re ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
制御文字かどうかを調べる 0
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
Functional API 0
« Philosophy parallel\bootstrap » PHP Manual parallel Functional API Functional API The parallel\Runtime API provides a great degree of control to the power PHP programmer, and those intimately familiar with writing applications that use parallel concurrency. The functional API provides ...
https://man.plustar.jp/php/functional.parallel.html - [similar]
二次ベジエ曲線を描画する 0
« ImagickDraw::pathCurveToQuadraticBezierRelative ImagickDraw::pathCurveToQuadraticBezierSmoothRelative » PHP Manual ImagickDraw 二次ベジエ曲線を描画する ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToQuadraticBezierSmoothAb ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothabsolute.... - [similar]
二次ベジエ曲線を描画する 0
« ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute ImagickDraw::pathCurveToRelative » PHP Manual ImagickDraw 二次ベジエ曲線を描画する ImagickDraw::pathCurveToQuadraticBezierSmoothRelative (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToQuadraticBezierSmoothRelative — 二次ベ ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothrelative.... - [similar]
The CommonMark\CQL class 0
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\CQL class The CommonMark\CQL class (cmark >= 1.1.0) はじめに CommonMark Query Language is a DSL for describing how to travel through a CommonMark Node tree implemented as a parser and compiler ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
goto 0
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
Dispatch pending events 0
« EventBase::__construct EventBase::exit » PHP Manual EventBase Dispatch pending events EventBase::dispatch (PECL event >= 1.2.6-beta) EventBase::dispatch — Dispatch pending events 説明 public EventBase::dispatch (): void Wait for events to become active, and run their callbacks. The sam ...
https://man.plustar.jp/php/eventbase.dispatch.html - [similar]
Clean all registered calls 0
« Yar_Concurrent_Client::loop Yar_Server_Exception » PHP Manual Yar_Concurrent_Client Clean all registered calls Yar_Concurrent_Client::reset (PECL yar >= 1.2.4) Yar_Concurrent_Client::reset — Clean all registered calls 説明 public static Yar_Concurrent_Client::reset (): bool Clean all r ...
https://man.plustar.jp/php/yar-concurrent-client.reset.html - [similar]
0
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , $data , "\n" ; } // この eio_nop() の呼び出しは取り消されます $req = eio_nop ( EIO_PRI_DEFAULT , "my_nop_cb" , "1 ...
https://man.plustar.jp/php/eio.examples.html - [similar]