検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 333 for [SIMILAR] 16 1024 4096 WITH 9087 開放 WITH 8570 ... (1.091 sec.)
ファイルから画像を開く 0
« ps_open_file ps_open_image » PHP Manual PS 関数 ファイルから画像を開く ps_open_image_file (PECL ps >= 1.1.0) ps_open_image_file — ファイルから画像を開く 説明 ps_open_image_file ( resource $psdoc , string $type , string $filename , string $stringparam = ? , int $intparam = 0 ): int 後で ...
https://man.plustar.jp/php/function.ps-open-image-file.html - [similar]
サーバー上のすべての既存項目を消去する 0
« Memcache::delete Memcache::get » PHP Manual Memcache サーバー上のすべての既存項目を消去する Memcache::flush (PECL memcache >= 1.0.0) Memcache::flush — サーバー上のすべての既存項目を消去する 説明 Memcache::flush (): bool Memcache::flush() は、すべての既存項目を直ちに 無効にします。 Memc ...
https://man.plustar.jp/php/memcache.flush.html - [similar]
プリペアドステートメントを閉じる 0
« mysqli_stmt::bind_result mysqli_stmt::__construct » PHP Manual mysqli_stmt プリペアドステートメントを閉じる mysqli_stmt::close mysqli_stmt_close (PHP 5, PHP 7, PHP 8) mysqli_stmt::close -- mysqli_stmt_close — プリペアドステートメントを閉じる 説明 オブジェクト指向型 public mysqli_stmt:: ...
https://man.plustar.jp/php/mysqli-stmt.close.html - [similar]
基本的な使用法 0
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続・クエリの実行・結果の表示 そして切断の方法を説明します。 例1 PostgreSQL 拡張モジュールの概要 <?php // 接続し、データベースを選択する $dbconn = pg_connect ( "host=localhost dbname=publishing ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
cURL セッションを閉じる 0
« cURL 関数 curl_copy_handle » PHP Manual cURL 関数 cURL セッションを閉じる curl_close (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_close — cURL セッションを閉じる 説明 curl_close ( CurlHandle $handle ): void 注意 : この関数を実行しても何も起こりません。PHP 8.0.0 より前のバージョンでは、こ ...
https://man.plustar.jp/php/function.curl-close.html - [similar]
FTP 接続を閉じる 0
« ftp_chmod ftp_connect » PHP Manual FTP 関数 FTP 接続を閉じる ftp_close (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ftp_close — FTP 接続を閉じる 説明 ftp_close ( FTP\Connection $ftp ): bool ftp_close() は、指定されたリンク ID を閉じて resource を開放します。 注意 : この関数をコールした後は、F ...
https://man.plustar.jp/php/function.ftp-close.html - [similar]
画像を破棄する 0
« imagedashedline imageellipse » PHP Manual GD および Image 関数 画像を破棄する imagedestroy (PHP 4, PHP 5, PHP 7, PHP 8) imagedestroy — 画像を破棄する 説明 imagedestroy ( GdImage $image ): bool 注意 : この関数を実行しても何も起こりません。PHP 8.0.0 より前のバージョンでは、この関数はリソ ...
https://man.plustar.jp/php/function.imagedestroy.html - [similar]
メッセージキューを破棄する 0
« msg_receive msg_send » PHP Manual セマフォ関数 メッセージキューを破棄する msg_remove_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_remove_queue — メッセージキューを破棄する 説明 msg_remove_queue ( SysvMessageQueue $queue ): bool msg_remove_queue() は、 queue で指定したメッセージキュー ...
https://man.plustar.jp/php/function.msg-remove-queue.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 0
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネルを使用した、画像へのすかしの追加 アルファチャネルを使用した、画像へのすかしの追加 例1 アルファチャネルを使用した、画像へのすかしの追加 <?php // スタンプと、それをすかしとして適用する写真を読 ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]
MySQL 拡張モジュールの概要を示す例 0
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示す例 以下は、MySQL データベースに接続し、クエリを実行し、結果レコードを 出力、接続を切断する例です。 例1 MySQL 拡張モジュールに関する例 <?php // データベースに接続し、選択する $link = mysql_c ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]