検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 816 for [SIMILAR] 16 1024 4096 WITH 9424 zlib WITH 4016 ... (0.865 sec.)
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
ファイルの所有者を変更する 0
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP 4, PHP 5, PHP 7, PHP 8) chown — ファイルの所有者を変更する 説明 chown ( string $filename , string | int $user ): bool ファイル filename の所有者を(名前または番号で指定した) ユーザー user に変更 ...
https://man.plustar.jp/php/function.chown.html - [similar]
フィールドの外観を取得する 0
« fdf_error fdf_get_attachment » PHP Manual FDF 関数 フィールドの外観を取得する fdf_get_ap (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_get_ap — フィールドの外観を取得する 説明 fdf_get_ap ( resource $fdf_document , string $field , int $face , string $filename ): bool field の外観 (つ ...
https://man.plustar.jp/php/function.fdf-get-ap.html - [similar]
フィールドの外観を設定する 0
« fdf_save fdf_set_encoding » PHP Manual FDF 関数 フィールドの外観を設定する fdf_set_ap (PHP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_set_ap — フィールドの外観を設定する 説明 fdf_set_ap ( resource $fdf_document , string $field_name , int $face , string $filename , int $page_number ): bool フィ ...
https://man.plustar.jp/php/function.fdf-set-ap.html - [similar]
画像の大きさを取得する 0
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getimagesize (PHP 4, PHP 5, PHP 7, PHP 8) getimagesize — 画像の大きさを取得する 説明 getimagesize ( string $filename , array &$image_info = null ): array | false getimagesize() 関数は、サポートする任 ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
画像をブラウザあるいはファイルに出力する 0
« image_type_to_mime_type imageaffine » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する image2wbmp (PHP 4 >= 4.0.5, PHP 5, PHP 7) image2wbmp — 画像をブラウザあるいはファイルに出力する 警告 この関数は PHP 7.3.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関 ...
https://man.plustar.jp/php/function.image2wbmp.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPでGDサポートを有効にするには、configure に --with-gd[=DIR] を指定します。ただし、DIRは GDのベースインストールディレクトリです。 PHPにバンドルされている推奨のGDライブラリを使用するには --with-gd を指定し ...
https://man.plustar.jp/php/image.installation.html - [similar]
"遅延静的束縛" のクラス名 0
« enum_exists get_class_methods » PHP Manual クラス/オブジェクト関数 "遅延静的束縛" のクラス名 get_called_class (PHP 5 >= 5.3.0, PHP 7, PHP 8) get_called_class — "遅延静的束縛" のクラス名 説明 get_called_class (): string staticメソッドのコール元のクラス名を取得します。 パラメータ この関数 ...
https://man.plustar.jp/php/function.get-called-class.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
SNMP オブジェクトを取得する 0
« SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP 5 >= 5.4.0, PHP 7, PHP 8) SNMP::get — SNMP オブジェクトを取得する 説明 public SNMP::get ( array | string $objectId , bool $preserveKeys = false ): mixed objectId で指定した SNMP オブジェクトを ...
https://man.plustar.jp/php/snmp.get.html - [similar]