検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 1070 for [SIMILAR] 16 1024 4096 WITH 17917 fflush WITH 49... (0.588 sec.)
0
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
0
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テスト用の文字列を書き込みます。 この後、このファイルの内容を出力します。 例1 簡単な bzip2 の例 <?php $filename = "/tmp/testfile.bz2" ; $str = "This is a test string.\n" ; // 書き込み用にオープン ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
ファイルのパーミッションを変更する 0
« eio_fallocate eio_fchown » PHP Manual Eio 関数 ファイルのパーミッションを変更する eio_fchmod (PECL eio >= 0.0.1dev) eio_fchmod — ファイルのパーミッションを変更する 説明 eio_fchmod ( mixed $fd , int $mode , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): r ...
https://man.plustar.jp/php/function.eio-fchmod.html - [similar]
ファイルのオーナーを変更する 0
« eio_fchmod eio_fdatasync » PHP Manual Eio 関数 ファイルのオーナーを変更する eio_fchown (PECL eio >= 0.0.1dev) eio_fchown — ファイルのオーナーを変更する 説明 eio_fchown ( mixed $fd , int $uid , int $gid = -1 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ...
https://man.plustar.jp/php/function.eio-fchown.html - [similar]
WebP 画像をブラウザあるいはファイルに出力する 0
« imagewbmp imagexbm » PHP Manual GD および Image 関数 WebP 画像をブラウザあるいはファイルに出力する imagewebp (PHP 5 >= 5.4.0, PHP 7, PHP 8) imagewebp — WebP 画像をブラウザあるいはファイルに出力する 説明 imagewebp ( GdImage $image , resource | string | null $file = null , int $quality = ...
https://man.plustar.jp/php/function.imagewebp.html - [similar]
読み込まれた php.ini ファイルのパスを取得する 0
« memory_get_usage php_ini_scanned_files » PHP Manual PHP オプション/情報 関数 読み込まれた php.ini ファイルのパスを取得する php_ini_loaded_file (PHP 5 >= 5.2.4, PHP 7, PHP 8) php_ini_loaded_file — 読み込まれた php.ini ファイルのパスを取得する 説明 php_ini_loaded_file (): string | false ...
https://man.plustar.jp/php/function.php-ini-loaded-file.html - [similar]
ZipArchive クラス 0
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) はじめに Zip で圧縮されたファイルアーカイブです。 クラス概要 class ZipArchive implements Countable { /* プロパティ */ public readonly int $ lastId ; public ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromstring imagecreatefromwbmp » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromtga (PHP 7 >= 7.4.0, PHP 8) imagecreatefromtga — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromtga ( string $filename ): GdImage ...
https://man.plustar.jp/php/function.imagecreatefromtga.html - [similar]
ファイルからラージオブジェクトをインポートする 0
« pg_lo_export pg_lo_open » PHP Manual PostgreSQL 関数 ファイルからラージオブジェクトをインポートする pg_lo_import (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_import — ファイルからラージオブジェクトをインポートする 説明 pg_lo_import ( PgSql\Connection $connection = ? , string $pathname , ...
https://man.plustar.jp/php/function.pg-lo-import.html - [similar]
Zip ファイルアーカイブをオープンする 0
« zip_entry_read zip_read » PHP Manual Zip 関数 Zip ファイルアーカイブをオープンする zip_open (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0) zip_open — Zip ファイルアーカイブをオープンする 警告 この関数は PHP 8.0.0 で 非推奨 になります。この関数に頼らないことを強く推奨 ...
https://man.plustar.jp/php/function.zip-open.html - [similar]