検索

phrase: max: clip:
target: order:
Results of 411 - 420 of about 777 for e (0.040 sec.)
画像の大きさを取得する 3124
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... gesize (PHP 4, PHP 5, PHP 7, PHP 8) getimagesize — 画 ... 像の大きさを取得する 説明 getimagesize ( string $filename , array &$image_info ... = null ): array | false getimagesize() 関数は、サポートする任意の形式の画像 ... を返します。これらは HTML の IMG タグや HTTP の content type として使用できます。 警告 この関数は、 file ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
ビットが設定されているかどうかを調べる 3124
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP ... 5 >= 5.3.0, PHP 7, PHP 8) gmp_testbit — ビットが設定されているかどうかを調べる 説明 ... gmp_testbit ( GMP | int | string $num , int $index ): boo ... 整数、あるいは数値に変換可能な数値形式の文字列。 index 調べたいビット。 戻り値 num にビットが設定されてい ... る場合に true 、 それ以外の場合に false を返します。 エラー / 例 ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
ファイルの MIME Content-type を検出する 3124
« finfo_set_flags finfo » PHP Manual Fileinfo 関数 ファイルの MIME Content-type を検出する mime_ ... content_type (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mime_ ... content_type — ファイルの MIME Content-type を検出する 説 ... 明 mime_content_type ( resource | string $filename ): stri ... ng | false magic.mime ファイルの情報を用いて、 ファイルの MIM ...
https://man.plustar.jp/php/function.mime-content-type.html - [similar]
MySQL サーバに接続する 3124
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... Session (No version information available, might only ... be in Git) getSession — MySQL サーバに接続する 説明 m ... ysql_xdevapi\getSession ( string $uri ): mysql_xdevapi\Sess ... SQL サーバに接続します。 パラメータ uri mysqlx://user:password@host のような、MySQL サーバへのURI。 URI ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
キャッシュについての構成情報を取得 3124
« opcache_compile_file opcache_get_status » PHP Manual OPcache 関数 キャッシュについての構成情報 ... を取得 opcache_get_configuration (PHP 5 >= 5.5.0, PHP 7, PHP 8, P ... ECL ZendOpcache > 7.0.2) opcache_get_configuration — キャ ... ッシュについての構成情報を取得 説明 opcache_get_configuration (): array | false この関数は、キ ... ストおよびバージョンを含みます。 エラー / 例外 opcache.restrict_api を使用中で、 かつ現在のパスがルール違 ...
https://man.plustar.jp/php/function.opcache-get-configuration.html - [similar]
キャッシュについてのステータス情報を取得 3124
« opcache_get_configuration opcache_invalidate » PHP Manual OPcache 関数 キャッシュについてのステ ... ータス情報を取得 opcache_get_status (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL Zen ... dOpcache > 7.0.2) opcache_get_status — キャッシュについての ... ステータス情報を取得 説明 opcache_get_status ( bool $include_scripts = true ): array ... | false この関数は、インメモリ の キャッシュ・インスタンス ...
https://man.plustar.jp/php/function.opcache-get-status.html - [similar]
CSR を作成する 3124
« openssl_csr_get_subject openssl_csr_sign » PHP Manual OpenSSL 関数 CSR を作成する openssl_csr_ ... new (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_csr ... _new — CSR を作成する 説明 openssl_csr_new ( array $di ... stinguished_names , OpenSSLAsymmetricKey &$private_key , ? ar ... ray $options = null , ? array $extra_attributes = null ): OpenSSLCertificateSigning ...
https://man.plustar.jp/php/function.openssl-csr-new.html - [similar]
指数表現 3124
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 ... pow ( mixed $num , mixed $exponent ): int | float | object nu ... m の exponent 乗を返します。 注意 : ** 演算子も使えます。 ... パラメータ num 使用する基数。 exponent 指数。 戻り値 num の exponent 乗を返します。 ... の例 <?php var_dump ( pow ( 2 , 8 )); // int(256) echo pow (- 1 , 20 ); // 1 echo pow ( 0 , 0 ); // 1 ...
https://man.plustar.jp/php/function.pow.html - [similar]
ディレクトリを削除する 3124
« rewind set_file_buffer » PHP Manual ファイルシステム 関数 ディレクトリを削除する rmdir (PHP 4, ... r — ディレクトリを削除する 説明 rmdir ( string $directory , ? resource $context = null ): bool director ... ンが設定されていなければなりません。 失敗した場合は E_WARNING レベルのエラーが発生します。 パラメータ di ... rectory ディレクトリへのパス。 context ストリームコン ... テキスト リソース 戻り値 成功した場合に true を、失敗した場合に false を返します。 例 例1 rmdir ...
https://man.plustar.jp/php/function.rmdir.html - [similar]
ストリームのチャンクサイズを設定する 3124
« stream_set_blocking stream_set_read_buffer » PHP Manual ストリーム 関数 ストリームのチャンクサ ... イズを設定する stream_set_chunk_size (PHP 5 >= 5.4.0, PHP 7, PHP 8) st ... ream_set_chunk_size — ストリームのチャンクサイズを設定 ... する 説明 stream_set_chunk_size ( resource $stream , int $size ): ... トリームのチャンクサイズを設定します。 パラメータ stream 対象のストリーム。 size 設定したいチャンクサイズ ...
https://man.plustar.jp/php/function.stream-set-chunk-size.html - [similar]