検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 57 for [SIMILAR] 16 1024 4096 WITH 17156 結合 WITH 1584... (0.140 sec.)
リファレンスの適用範囲 0
« リファレンスの解除 定義済の変数 » PHP Manual リファレンスの説明 リファレンスの適用範囲 リファレンスの適用範囲 PHP の多くの構文構造は、リファレンス機構を利用して実装されています。 このため、前記のリファレンス結合に関する事項はこれらの構造についても 適用されます。リファレンス渡しおよびリ ...
https://man.plustar.jp/php/language.references.spot.html - [similar]
PHP 7.4.x で推奨されなくなる機能 0
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 PHP 7.4.x で推奨されなくなる機能 PHP 7.4.x で推奨されなくなる機能 PHPコア 明示的に括弧で囲わずに三項演算子をネストする 三項演算子をネストする場合、演算の順番を示すために明示的に括弧で囲わなけ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
変数の文字コードを変換する 0
« mb_convert_kana mb_decode_mimeheader » PHP Manual マルチバイト文字列 関数 変数の文字コードを変換する mb_convert_variables (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_convert_variables — 変数の文字コードを変換する 説明 mb_convert_variables ( string $to_encoding , array | string $from_encod ...
https://man.plustar.jp/php/function.mb-convert-variables.html - [similar]
ある画像を別の画像に合成する 0
« Imagick::compareImages Imagick::__construct » PHP Manual Imagick ある画像を別の画像に合成する Imagick::compositeImage (PECL imagick 2, PECL imagick 3) Imagick::compositeImage — ある画像を別の画像に合成する 説明 public Imagick::compositeImage ( Imagick $composite_object , int $composite ...
https://man.plustar.jp/php/imagick.compositeimage.html - [similar]
コードポイントが基底文字に含まれるかを調べる 0
« IntlChar::isalpha IntlChar::isblank » PHP Manual IntlChar コードポイントが基底文字に含まれるかを調べる IntlChar::isbase (PHP 7, PHP 8) IntlChar::isbase — コードポイントが基底文字に含まれるかを調べる 説明 public static IntlChar::isbase ( int | string $codepoint ): ? bool 指定されたコード ...
https://man.plustar.jp/php/intlchar.isbase.html - [similar]
ひとつまたは複数の配列をマージする 0
« array_merge_recursive array_multisort » PHP Manual 配列 関数 ひとつまたは複数の配列をマージする array_merge (PHP 4, PHP 5, PHP 7, PHP 8) array_merge — ひとつまたは複数の配列をマージする 説明 array_merge ( array ...$arrays ): array 前の配列の後ろに配列を追加することにより、 ひとつまたは ...
https://man.plustar.jp/php/function.array-merge.html - [similar]
はじめに 0
« COM インストール/設定 » PHP Manual COM はじめに はじめに COM は Component Object Model の略語であり、 DCE RPC (オープンスタンダード) の最上位のオブジェクト指向レイヤーです。 COM はコール手順を共通化し、あらゆる言語でコードを記述し、 (COM に対応した)他の言語で書かれたコードをコール、相互 ...
https://man.plustar.jp/php/intro.com.html - [similar]
バイナリセーフなファイルの読み込み 0
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP 4, PHP 5, PHP 7, PHP 8) fread — バイナリセーフなファイルの読み込み 説明 fread ( resource $stream , int $length ): string | false fread() は、 stream が指すファイルポインタから最高 length バイト ...
https://man.plustar.jp/php/function.fread.html - [similar]
外部から来る変数 0
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) フォームが PHP スクリプトに投稿された時、フォームから渡された全て の変数は PHP により自動的にスクリプトから使用可能となります。 この情報にアクセスする手段は複数あります。例を以下に示します。 例 ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
PREV 1 2 3 4 5 6 NEXT