検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 3989 for int (0.036 sec.)
整数 2696
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ... ... GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進 ... [oO]?[0-7]+(_[0-7]+)* binary : 0[bB][01]+(_[01]+)* integer : decimal | hexadecimal | octal | binary 整数の ... 整数をサポートしていません。 整数のサイズは定数 PHP_INT_SIZE で、 整数の最大値は定数 PHP_INT_MAX で、 整数 ... の最小値は定数 PHP_INT_MIN で決まります。 整数のオーバーフロー int 型の範 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
Rendering 2685
« CommonMark\Render\HTML CommonMark\Render\Man » PHP Manual CommonMark 関数 Rendering CommonMark ... CommonMark\Render\Latex ( CommonMark\Node $node , int $options = ? , int $width = ? ): string 警告 この関 ... node options A mask of: CommonMark\Render\Normal ( int ) CommonMark\Render\SourcePos ( int ) CommonMark\R ... ender\HardBreaks ( int ) CommonMark\Render\Safe ( int ) CommonMark\Render ... \NoBreaks ( int ) width 戻り値 関連キーワード: Rendering , int , R ...
https://man.plustar.jp/php/function.commonmark-render-latex.html - [similar]
Rendering 2685
« CommonMark\Render\Latex CommonMark\Render\XML » PHP Manual CommonMark 関数 Rendering CommonMar ... 説明 CommonMark\Render\Man ( CommonMark\Node $node , int $options = ? , int $width = ? ): string 警告 この関 ... node options A mask of: CommonMark\Render\Normal ( int ) CommonMark\Render\SourcePos ( int ) CommonMark\R ... ender\HardBreaks ( int ) CommonMark\Render\Safe ( int ) CommonMark\Render ... \NoBreaks ( int ) width 戻り値 関連キーワード: Rendering , int , R ...
https://man.plustar.jp/php/function.commonmark-render-man.html - [similar]
定義済み定数 2685
« リソース型 例 » PHP Manual 出力制御 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれて ... おり、常に利用可能です。 PHP_OUTPUT_HANDLER_START ( int ) 出力バッファリングが始まったことを表します。 PHP ... _OUTPUT_HANDLER_WRITE ( int ) 出力バッファがフラッシュされ、データが出力された ... ことを表します。 PHP_OUTPUT_HANDLER_FLUSH ( int ) バッファがフラッシュされたことを表します。 PHP_O ... UTPUT_HANDLER_CLEAN ( int ) 出力バッファが消去されたことを表します。 PHP_OUT ...
https://man.plustar.jp/php/outcontrol.constants.html - [similar]
DOMComment クラス 2674
« DOMChildNode::replaceWith DOMComment::__construct » PHP Manual DOM DOMComment クラス DOMCommen ... プロパティ */ public string $ data ; public readonly int $ length ; public readonly ? DOMElement $ previous ... me ; public ? string $ nodeValue ; public readonly int $ nodeType ; public readonly ? DOMNode $ parentNod ... data ): bool public DOMCharacterData::deleteData ( int $offset , int $count ): bool public DOMCharacterDa ... ta::insertData ( int $offset , string $data ): bool public DOMCharacter ...
https://man.plustar.jp/php/class.domcomment.html - [similar]
定義済み定数 2674
« リソース型 Fileinfo 関数 » PHP Manual Fileinfo 定義済み定数 定義済み定数 以下の定数が定義されて ... ードされている場合のみ使用可能です。 FILEINFO_NONE ( int ) 特別な処理を行いません。 FILEINFO_SYMLINK ( int ... リンクのリンク先をたどります。 FILEINFO_MIME_TYPE ( int ) mime タイプを返します。 FILEINFO_MIME_ENCODING ( ... int ) ファイルの mime エンコーディングを返します。 FIL ... EINFO_MIME ( int ) RFC 2045 で定義された mime タイプと mime エンコー ...
https://man.plustar.jp/php/fileinfo.constants.html - [similar]
ファイルの状態を取得する 2674
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... ァイルの状態を取得する 説明 eio_fstat ( mixed $fd , int $pri , callable $callback , mixed $data = ? ): res ... の関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりませ ... えば以下のようになります。 array(12) { ["st_dev"]=> int(2050) ["st_ino"]=> int(2489159) ["st_mode"]=> int( ... 33188) ["st_nlink"]=> int(1) ["st_uid"]=> int(1000) ["st_gid"]=> int(100) [" ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
整数属性を設定する 2663
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... PECL radius >= 1.1.0) radius_put_int — 整数属性を設定する 説明 radius_put_int ( resourc ... e $radius_handle , int $type , int $value , int $options = 0 , int $tag = ... 失敗した場合に false を返します。 例 例1 radius_put_int() の例 <?php if (! radius_put_int ( $res , RAD_FRA ... _string() - 文字列属性を設定する radius_put_vendor_int() - ベンダー固有の整数属性を設定する radius_put_ve ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
The EvLoop class 2653
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... create a loop per thread, and use the default loop in the parent thread. The default event loop is initia ... ublic $ iteration ; public $ pending ; public $ io_interval ; public $ timeout_interval ; public $ depth ... ; /* メソッド */ public __construct ( int $flags = ? , mixed $data = NULL , float $io_interv ... al = 0.0 , float $timeout_interval = 0.0 ) public backend (): int final public c ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The EventConfig class 2642
« About buffer event callbacks EventConfig::avoidMethod » PHP Manual Event The EventConfig class ... 概要 final class EventConfig { /* Constants */ const int FEATURE_ET = 1 ; const int FEATURE_O1 = 2 ; const ... ool public __construct () public requireFeatures ( int $feature ): bool public setFlags ( int $flags ): b ... ool public setMaxDispatchInterval ( int $max_interval , int $max_callbacks , in ... ase will be initialized EventConfig::setMaxDispatchInterval — Prevents priority inversion 関連キーワード: ...
https://man.plustar.jp/php/class.eventconfig.html - [similar]