検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 3989 for INT (0.032 sec.)
定義済み定数 2137
« リソース型 xattr 関数 » PHP Manual xattr 定義済み定数 定義済み定数 以下の定数が定義されています ... ロードされている場合のみ使用可能です。 XATTR_ROOT ( int ) root (信頼された) 名前空間に属性を設定します。 r ... oot 権限が必要です。 XATTR_DONTFOLLOW ( int ) シンボリックリンクのリンク先をたどらず、リンクそ ... のものを操作します。 XATTR_CREATE ( int ) 拡張属性が既に存在する場合、関数は失敗します。 X ... ATTR_REPLACE ( int ) 拡張属性が存在しない場合、関数は失敗します。 関連 ...
https://man.plustar.jp/php/xattr.constants.html - [similar]
CustomBlock concrete CommonMark\Node 2126
« CommonMark\Node\Link::__construct CommonMark\Node\CustomInline » PHP Manual CommonMark CustomB ... lock extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable { /* 継承したプロパ ... lic readonly ? Node $ firstChild ; public readonly int $ startLine ; public readonly int $ endLine ; publ ... ic readonly int $ startColumn ; public readonly int $ endColumn ; ... : void public CommonMark\Node::accept ( CommonMark\Interfaces\IVisitor $visitor ): void } 関連キーワード: ...
https://man.plustar.jp/php/class.commonmark-node-customblock.html - [similar]
CustomInline concrete CommonMark\Node 2126
« CommonMark\Node\CustomBlock CommonMark\Node » PHP Manual CommonMark CustomInline concrete Comm ... line extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable { /* 継承したプロパ ... lic readonly ? Node $ firstChild ; public readonly int $ startLine ; public readonly int $ endLine ; publ ... ic readonly int $ startColumn ; public readonly int $ endColumn ; ... : void public CommonMark\Node::accept ( CommonMark\Interfaces\IVisitor $visitor ): void } 関連キーワード: ...
https://man.plustar.jp/php/class.commonmark-node-custominline.html - [similar]
Error 2126
« ErrorException::getSeverity Error::__construct » PHP Manual 定義済みの例外 Error Error (PHP 7, ... ge = "" ; private string $ string = "" ; protected int $ code ; protected string $ file = "" ; protected ... ッド */ public __construct ( string $message = "" , int $code = 0 , ? Throwable $previous = null ) final p ... tPrevious (): ? Throwable final public getCode (): int final public getFile (): string final public getLi ... ne (): int final public getTrace (): array final public getTr ...
https://man.plustar.jp/php/class.error.html - [similar]
The MongoDB\Driver\Exception\ConnectionException class 2126
« MongoDB\Driver\Exception\CommandException::getResultDocument MongoDB\Driver\Exception\Connecti ... ge = "" ; private string $ string = "" ; protected int $ code ; protected string $ file = "" ; protected ... ): ? Throwable final public Exception::getCode (): int final public Exception::getFile (): string final p ... ublic Exception::getLine (): int final public Exception::getTrace (): array final p ... n , Driver , public , string , final , protected , int , private , array , ConnectionException ...
https://man.plustar.jp/php/class.mongodb-driver-exception-connectionexception.ht... - [similar]
ParseError 2126
« CompileError TypeError » PHP Manual 定義済みの例外 ParseError ParseError (PHP 7, PHP 8) はじめ ... ge = "" ; private string $ string = "" ; protected int $ code ; protected string $ file = "" ; protected ... us (): ? Throwable final public Error::getCode (): int final public Error::getFile (): string final publi ... c Error::getLine (): int final public Error::getTrace (): array final publi ... 関連キーワード: public , string , final , private , int , protected , 継承 , クラス , CompileError , Throw ...
https://man.plustar.jp/php/class.parseerror.html - [similar]
SQLite3Stmt クラス 2126
« SQLite3::version SQLite3Stmt::bindParam » PHP Manual SQLite3 SQLite3Stmt クラス SQLite3Stmt ク ... ite3 , string $query ) public bindParam ( string | int $param , mixed &$var , int $type = SQLITE3_TEXT ): ... bool public bindValue ( string | int $param , mixed $value , int $type = SQLITE3_TEXT ) ... nd = false ): string | false public paramCount (): int public readOnly (): bool public reset (): bool } 目 ... ワード: クラス , public , プリペアドステートメント , int , パラメータ , string , bindParam , type , ステート ...
https://man.plustar.jp/php/class.sqlite3stmt.html - [similar]
ValueError 2126
« TypeError UnhandledMatchError » PHP Manual 定義済みの例外 ValueError ValueError (PHP 8) はじめ ... ge = "" ; private string $ string = "" ; protected int $ code ; protected string $ file = "" ; protected ... us (): ? Throwable final public Error::getCode (): int final public Error::getFile (): string final publi ... c Error::getLine (): int final public Error::getTrace (): array final publi ... ValueError , public , string , final , protected , int , private , 継承 , Throwable , array ...
https://man.plustar.jp/php/class.valueerror.html - [similar]
定義済み定数 2126
« リソース型 Directory » PHP Manual ディレクトリ 定義済み定数 定義済み定数 DIRECTORY_SEPARATOR ( ... の場合はコロンとなります。 SCANDIR_SORT_ASCENDING ( int ) SCANDIR_SORT_DESCENDING ( int ) SCANDIR_SORT_NON ... E ( int ) 関連キーワード: 定義 , 定数 , int , string , リソ ...
https://man.plustar.jp/php/dir.constants.html - [similar]
指定されたシグナルの現在のハンドラを取得する 2126
« pcntl_signal_dispatch pcntl_signal » PHP Manual PCNTL 関数 指定されたシグナルの現在のハンドラを ... のハンドラを取得する 説明 pcntl_signal_get_handler ( int $signal ): callable | int pcntl_signal_get_handler ... pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(0) function pcntl_test ( $signo ) {} pcntl_signal ... pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(0) pcntl_signal ( SIGUSR1 , SIG_IGN ); var_dump ( ... pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(1) ?> 参考 pcntl_signal() - シグナルハンドラを設定 ...
https://man.plustar.jp/php/function.pcntl-signal-get-handler.html - [similar]