検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 925 for [SIMILAR] 16 1024 4096 WITH 36149 fence WITH 139... (1.541 sec.)
SoapFault の文字列表現を取得する 0
« SoapFault::__construct SoapHeader » PHP Manual SoapFault SoapFault の文字列表現を取得する SoapFault::__toString (PHP 5, PHP 7, PHP 8) SoapFault::__toString — SoapFault の文字列表現を取得する 説明 public SoapFault::__toString (): string SoapFault の文字列表現を返します。 パラメータ この ...
https://man.plustar.jp/php/soapfault.tostring.html - [similar]
スタックトレースを文字列として取得する 0
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Error::getTraceAsString (PHP 7, PHP 8) Error::getTraceAsString — スタックトレースを文字列として取得する 説明 final public Error::getTraceAsString (): string スタックトレースを文字列として返します ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
スタックトレースを文字列で取得する 0
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得する Exception::getTraceAsString (PHP 5, PHP 7, PHP 8) Exception::getTraceAsString — スタックトレースを文字列で取得する 説明 final public Exception::getTraceAsString (): string 例外のスタック ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
uuencode された文字列をデコードする 0
« convert_cyr_string convert_uuencode » PHP Manual String 関数 uuencode された文字列をデコードする convert_uudecode (PHP 5, PHP 7, PHP 8) convert_uudecode — uuencode された文字列をデコードする 説明 convert_uudecode ( string $string ): string | false convert_uudecode() は、uuencode された ...
https://man.plustar.jp/php/function.convert-uudecode.html - [similar]
名前を指定して定数を定義する 0
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, PHP 7, PHP 8) define — 名前を指定して定数を定義する 説明 define ( string $constant_name , mixed $value , bool $case_insensitive = false ): bool 実行時に、名前を指定して定数を定義します。 パラメ ...
https://man.plustar.jp/php/function.define.html - [similar]
シェル引数として使用される文字列をエスケープする 0
« プログラム実行関数 escapeshellcmd » PHP Manual プログラム実行関数 シェル引数として使用される文字列をエスケープする escapeshellarg (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) escapeshellarg — シェル引数として使用される文字列をエスケープする 説明 escapeshellarg ( string $arg ): string escapesh ...
https://man.plustar.jp/php/function.escapeshellarg.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
正規表現によるマッチングを行う 0
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PHP 4, PHP 5, PHP 7, PHP 8) preg_match — 正規表現によるマッチングを行う 説明 preg_match ( string $pattern , string $subject , array &$matches = null , int $flags = 0 , int $offset = 0 ): int | f ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
文字列をランダムにシャッフルする 0
« str_rot13 str_split » PHP Manual String 関数 文字列をランダムにシャッフルする str_shuffle (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str_shuffle — 文字列をランダムにシャッフルする 説明 str_shuffle ( string $string ): string str_shuffle() は文字列をシャッフルします。 考えられるすべての順列の ...
https://man.plustar.jp/php/function.str-shuffle.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]