検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 4795 for string (0.032 sec.)
Stringable インターフェイス 2571
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス String ... ringable インターフェイス Stringable インターフェイス (PHP 8) はじめに Stringable イ ... ンターフェイスは、 特定のクラスが __toString() メソッドを実装していることを示します。 ほとんどの ... インターフェイスと異なり、 Stringable は、マジックメソッド __toString() が定義されて ... 字列にキャストできるオブジェクトを受け入れる union型 string|Stringable に対する型チェックを、関数ができるように ...
https://man.plustar.jp/php/class.stringable.html - [similar]
UnhandledMatchError 2571
« ValueError FiberError » PHP Manual 定義済みの例外 UnhandledMatchError UnhandledMatchError (PHP ... extends Error { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... 承したメソッド */ final public Error::getMessage (): string final public Error::getPrevious (): ? Throwable fi ... r::getCode (): int final public Error::getFile (): string final public Error::getLine (): int final public E ...
https://man.plustar.jp/php/class.unhandledmatcherror.html - [similar]
Create a fuzzy hash from a string 2571
« ssdeep_fuzzy_hash_filename 文字列 » PHP Manual ssdeep 関数 Create a fuzzy hash from a string s ... .0) ssdeep_fuzzy_hash — Create a fuzzy hash from a string 説明 ssdeep_fuzzy_hash ( string $to_hash ): string ... nd returns that hash. パラメータ to_hash The input string. 戻り値 Returns a string on success, false otherwi ... se. 関連キーワード: hash , string , Create , from , ssdeep , a , returns , Returns , ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-hash.html - [similar]
メタデータ 2571
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... ay(2) { [0]=> object(stdClass)#3 (13) { ["name"]=> string(4) "_one" ["orgname"]=> string(0) "" ["table"]=> s ... tring(0) "" ["orgtable"]=> string(0) "" ["def"]=> string(0) "" ["db"]=> string(0) "" ... ["catalog"]=> string(3) "def" ["max_length"]=> int(1) ["length"]=> int( ... nt(0) } [1]=> object(stdClass)#4 (13) { ["name"]=> string(4) "_two" ["orgname"]=> string(0) "" ["table"]=> s ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
xdiff 関数 2571
« 定義済み定数 xdiff_file_bdiff_size » PHP Manual xdiff xdiff 関数 xdiff 関数 目次 xdiff_file_bd ... nomial fingerprinting アルゴリズムで作成する xdiff_string_bdiff_size — バイナリ diff を適用して作成するファイ ... ルのサイズを読み込む xdiff_string_bdiff — 2 つの文字列のバイナリ diff を作成する xdi ... ff_string_bpatch — 文字列にバイナリ diff 形式のパッチを適用す ... る xdiff_string_diff_binary — xdiff_string_bdiff のエイリアス xdif ...
https://man.plustar.jp/php/ref.xdiff.html - [similar]
CompileError 2561
« DivisionByZeroError ParseError » PHP Manual 定義済みの例外 CompileError CompileError (PHP 7 > ... extends Error { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... 承したメソッド */ final public Error::getMessage (): string final public Error::getPrevious (): ? Throwable fi ... r::getCode (): int final public Error::getFile (): string final public Error::getLine (): int final public E ...
https://man.plustar.jp/php/class.compileerror.html - [similar]
The MongoDB\Driver\Exception\SSLConnectionException class (deprecated) 2561
« MongoDB\Driver\Exception\ServerException MongoDB\Driver\Exception\UnexpectedValueException » P ... ティ */ protected ? array $ errorLabels ; protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... Driver\Exception\RuntimeException::hasErrorLabel ( string $errorLabel ): bool final public Exception::getMes ... sage (): string final public Exception::getPrevious (): ? Throwabl ...
https://man.plustar.jp/php/class.mongodb-driver-exception-sslconnectionexception... - [similar]
RuntimeException クラス 2561
« RangeException UnderflowException » PHP Manual 例外 RuntimeException クラス RuntimeException ク ... nds Exception { /* 継承したプロパティ */ protected string $ message = "" ; private string $ string = "" ; pr ... otected int $ code ; protected string $ file = "" ; protected int $ line ; private array ... たメソッド */ final public Exception::getMessage (): string final public Exception::getPrevious (): ? Throwabl ... etCode (): int final public Exception::getFile (): string final public Exception::getLine (): int final publ ...
https://man.plustar.jp/php/class.runtimeexception.html - [similar]
SNMPException クラス 2561
« SNMP::walk ソケット » PHP Manual SNMP SNMPException クラス SNMPException クラス (PHP 5 >= 5.4. ... ends RuntimeException { /* プロパティ */ protected string $ code ; /* 継承したプロパティ */ protected string ... $ message = "" ; private string $ string = "" ; protected int $ code ; protected s ... たメソッド */ final public Exception::getMessage (): string final public Exception::getPrevious (): ? Throwabl ... etCode (): int final public Exception::getFile (): string final public Exception::getLine (): int final publ ...
https://man.plustar.jp/php/class.snmpexception.html - [similar]
CSV 文字列をパースして配列に格納する 2561
« str_ends_with str_ireplace » PHP Manual String 関数 CSV 文字列をパースして配列に格納する str_g ... 文字列をパースして配列に格納する 説明 str_getcsv ( string $string , string $separator = "," , string $enclos ... ure = "\"" , string $escape = "\\" ): array CSV 形式の文字列入力のフィ ... 列は間違って読み込まれるかもしれません。 パラメータ string パースする文字列。 separator フィールド区切り文字 ... に扱われていました。 例 例1 str_getcsv() の例 <?php $string = 'PHP,Java,Python,Kotlin,Swift' ; $data = str_get ...
https://man.plustar.jp/php/function.str-getcsv.html - [similar]