検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 2852 for (0.007 sec.)
二つのアフィン変換行列を連結する 6316
« imageaffine imageaffinematrixget » PHP Manual GD および Image 関数 二つのアフィン変換列を連結 ... PHP 8) imageaffinematrixconcat — 二つのアフィン変換列を連結する 説明 imageaffinematrixconcat ( array $m ... array $matrix2 ): array | false 二つのアフィン変換列を連結したものを返します。 複数の列を、同じ画像に ... たい場合に便利です。 パラメータ matrix1 アフィン変換列 ( 0 から 5 までのキーに float 値を持つ配列)。 mat ... rix2 アフィン変換列 ( 0 から 5 までのキーに float 値を持つ配列)。 戻り ...
https://man.plustar.jp/php/function.imageaffinematrixconcat.html - [similar]
終了行番号を取得する 5457
« ReflectionFunctionAbstract::getDocComment ReflectionFunctionAbstract::getExtension » PHP Manua ... l ReflectionFunctionAbstract 終了番号を取得する ReflectionFunctionAbstract::getEndLin ... HP 8) ReflectionFunctionAbstract::getEndLine — 終了番号を取得する 説明 public ReflectionFunctionAbstrac ... t::getEndLine (): int | false 終了番号を取得します。 パラメータ この関数にはパラメータ ... はありません。 戻り値 ユーザー定義関数の終了番号を返します。不明な場合は false を返します。 参考 ...
https://man.plustar.jp/php/reflectionfunctionabstract.getendline.html - [similar]
終了行を取得する 5123
« ReflectionClass::getDocComment ReflectionClass::getExtension » PHP Manual ReflectionClass 終了 ... 5, PHP 7, PHP 8) ReflectionClass::getEndLine — 終了を取得する 説明 public ReflectionClass::getEndLine ( ... ): int | false ユーザー定義クラスの定義の終了を取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 ユーザー定義クラスの定義の終了を返します。不明な場合は false を返します。 例 例1 R ... ます。 3 参考 ReflectionClass::getStartLine() - 開始を取得する 関連キーワード: 終了 , 取得 , ReflectionC ...
https://man.plustar.jp/php/reflectionclass.getendline.html - [similar]
Phar エントリオブジェクトを作成する 5078
« PharFileInfo::compress PharFileInfo::decompress » PHP Manual PharFileInfo Phar エントリオブジェ ... xt' ]; foreach ( $file as $line => $text ) { echo "番号 $line : $text " ; } // これも動作します $file = ... xt' ); foreach ( $file as $line => $text ) { echo "番号 $line : $text " ; } } catch ( Exception $e ) { ... ました: ' , $e ; } ?> 上の例の出力は以下となります。 番号 1: hi 番号 2: there 番号 3: dude 番号 1: ... hi 番号 2: there 番号 3: dude 関連キーワード: Phar , ...
https://man.plustar.jp/php/pharfileinfo.construct.html - [similar]
エラーが起きた行番号を取得する 4979
« Error::getFile Error::getTrace » PHP Manual Error エラーが起きた番号を取得する Error::getLin ... e (PHP 7, PHP 8) Error::getLine — エラーが起きた番号を取得する 説明 final public Error::getLine (): ... int エラーが起きた番号を取得します パラメータ この関数にはパラメータは ... ありません。 戻り値 エラーが起きた番号を返します 例 例1 Error::getLine() の例 <?php tr ... e::getLine() - オブジェクトのインスタンスが作られた番号を取得する 関連キーワード: エラー , 取得 , getLi ...
https://man.plustar.jp/php/error.getline.html - [similar]
"自然順"アルゴリズムにより大文字小文字を区別しない文字列比較を行う 4790
« strlen strnatcmp » PHP Manual String 関数 "自然順"アルゴリズムにより大文字小文字を区別しない文 ... 字列比較をう strnatcasecmp (PHP 4, PHP 5, PHP 7, PHP 8) strnat ... ルゴリズムにより大文字小文字を区別しない文字列比較をう 説明 strnatcasecmp ( string $string1 , string $st ... ring2 ): int この関数は、人間がうような手法でアルファベットまたは数字の 文字列の順序 ... t(0) 参考 preg_match() - 正規表現によるマッチングをう strcmp() - バイナリセーフな文字列比較 strcasecmp( ...
https://man.plustar.jp/php/function.strnatcasecmp.html - [similar]
"自然順"アルゴリズムにより文字列比較を行う 4790
« strnatcasecmp strncasecmp » PHP Manual String 関数 "自然順"アルゴリズムにより文字列比較を... strnatcmp — "自然順"アルゴリズムにより文字列比較をう 説明 strnatcmp ( string $string1 , string $string ... 2 ): int この関数は、人間がうような手法でアルファベットまたは数字の 文字列の順序 ... さい。 参考 preg_match() - 正規表現によるマッチングをう strcasecmp() - 大文字小文字を区別しないバイナリセ ... ーフな文字列比較をう substr() - 文字列の一部分を返す stristr() - 大文字 ...
https://man.plustar.jp/php/function.strnatcmp.html - [similar]
SplFileObject のフラグを取得する 4646
« SplFileObject::getCurrentLine SplFileObject::getMaxLineLen » PHP Manual SplFileObject SplFileO ... Flags () & SplFileObject :: SKIP_EMPTY ) { echo "空を読み飛ばします\n" ; } else { echo "空を読み飛ばし ... Flags () & SplFileObject :: SKIP_EMPTY ) { echo "空を読み飛ばします\n" ; } else { echo "空を読み飛ばし ... 上の例の出力は、 たとえば以下のようになります。 空を読み飛ばしません 空を読み飛ばします 参考 SplFile ...
https://man.plustar.jp/php/splfileobject.getflags.html - [similar]
XML パーサのカレントの行番号を得る 4552
« xml_get_current_column_number xml_get_error_code » PHP Manual XML パーサ 関数 XML パーサのカレ ... ントの番号を得る xml_get_current_line_number (PHP 4, PHP 5 ... ml_get_current_line_number — XML パーサのカレントの番号を得る 説明 xml_get_current_line_number ( XMLPar ... ser $parser ): int 指定した XML パーサのカレントの番号を取得します。 パラメータ parser 番号を得る XM ... 以外の場合にデータバッファの中で 現在パーサが処理中の番号を返します。 変更履歴 バージョン 説明 8.0.0 引数 ...
https://man.plustar.jp/php/function.xml-get-current-line-number.html - [similar]
アフィン変換行列を取得する 4359
« imageaffinematrixconcat imagealphablending » PHP Manual GD および Image 関数 アフィン変換列を ... , PHP 7, PHP 8) imageaffinematrixget — アフィン変換列を取得する 説明 imageaffinematrixget ( int $type , ... rray | float $options ): array | false アフィン変換列を返します。 パラメータ type 定数 IMG_AFFINE_* のい ... を返す imageaffinematrixconcat() - 二つのアフィン変換列を連結する 関連キーワード: アフィン , 変換 , ...
https://man.plustar.jp/php/function.imageaffinematrixget.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT