検索

phrase: max: clip:
target: order:
Results of 721 - 730 of about 1372 for [SIMILAR] 16 1024 4096 WITH 24681 数学 WITH 1992... (0.742 sec.)
static キーワード 0
« スコープ定義演算子 (::) クラスの抽象化 » PHP Manual クラスとオブジェクト static キーワード static キーワード ヒント このページでは、 static キーワードを使って static メソッド や static プロパティを定義する方法を説明します。 static は、 static 変数 や 遅延静的束縛 にも使えます。これらの ...
https://man.plustar.jp/php/language.oop5.static.html - [similar]
基本的な使い方 0
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガシーなMySQL関数に似た、ユーザー定義関数が含まれています。 例1 PostgreSQL のユーザー定義関数の例 <?php // この関数は、PostgreSQL 接続がデータベースにバインドしているので必要 // This function s ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形... 0
« image_type_to_extension image2wbmp » PHP Manual GD および Image 関数 getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形式のMIMEタイプを取得する image_type_to_mime_type (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) image_type_to_mime_type — getimagesize, exif_read_d ...
https://man.plustar.jp/php/function.image-type-to-mime-type.html - [similar]
PHP 7.3.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別しない定数 大文字小文字を区別せず、定数を宣言することは推奨されません。 define() 関数の第3引数に true を渡すと ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]
ディスパッチインターフェイスのために、PHP のクラス定義を出力する 0
« com_message_pump variant_abs » PHP Manual COM関数 ディスパッチインターフェイスのために、PHP のクラス定義を出力する com_print_typeinfo (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) com_print_typeinfo — ディスパッチインターフェイスのために、PHP のクラス定義を出力する 説明 com_print_typeinfo ( va ...
https://man.plustar.jp/php/function.com-print-typeinfo.html - [similar]
関数に渡された引数の数を返す 0
« func_get_args function_exists » PHP Manual 関数処理 関数 関数に渡された引数の数を返す func_num_args (PHP 4, PHP 5, PHP 7, PHP 8) func_num_args — 関数に渡された引数の数を返す 説明 func_num_args (): int 関数に渡された引数の数を取得します。 この関数は func_get_arg() および func_get_args() ...
https://man.plustar.jp/php/function.func-num-args.html - [similar]
URL ラッパーの登録を解除する 0
« stream_wrapper_restore Swoole » PHP Manual ストリーム 関数 URL ラッパーの登録を解除する stream_wrapper_unregister (PHP 5 >= 5.1.0, PHP 7, PHP 8) stream_wrapper_unregister — URL ラッパーの登録を解除する 説明 stream_wrapper_unregister ( string $protocol ): bool すでに定義されているストリ ...
https://man.plustar.jp/php/function.stream-wrapper-unregister.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
国を表すテキストを取得する 0
« Gender\Gender::__construct Gender\Gender::get » PHP Manual Gender\Gender 国を表すテキストを取得する Gender\Gender::country (PECL gender >= 0.8.0) Gender\Gender::country — 国を表すテキストを取得する 説明 public Gender\Gender::country ( int $country ): array | false Gender クラスの定数か ...
https://man.plustar.jp/php/gender-gender.country.html - [similar]
adaptive blur (順応性にじみ) フィルタを画像に追加する 0
« Imagick Imagick::adaptiveResizeImage » PHP Manual Imagick adaptive blur (順応性にじみ) フィルタを画像に追加する Imagick::adaptiveBlurImage (PECL imagick 2, PECL imagick 3) Imagick::adaptiveBlurImage — adaptive blur (順応性にじみ) フィルタを画像に追加する 説明 public Imagick::adaptiveBl ...
https://man.plustar.jp/php/imagick.adaptiveblurimage.html - [similar]