検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1661 for [SIMILAR] 16 1024 4096 WITH 5198 モジ WITH 5163 ... (0.947 sec.)
特定の接続から直近のエラーメッセージ文字列を取得する 0
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字列を取得する pg_last_error (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_last_error — 特定の接続から直近のエラーメッセージ文字列を取得する 説明 pg_last_error ( ? PgSql\Connection $connection = null ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.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]
Yaf_Dispatcher クラス 0
« Yaf_Bootstrap_Abstract Yaf_Dispatcher::autoRender » PHP Manual Yaf Yaf_Dispatcher クラス Yaf_Dispatcher クラス (Yaf >=1.0.0) はじめに Yaf_Dispatcher の役割は、 リクエスト環境の初期化、やってきたリクエストのルーティング、 そして見つかったアクションへのディスパッチです。 あらゆるレスポン ...
https://man.plustar.jp/php/class.yaf-dispatcher.html - [similar]
セキュアな SSL-FTP 接続をオープンする 0
« ftp_size ftp_systype » PHP Manual FTP 関数 セキュアな SSL-FTP 接続をオープンする ftp_ssl_connect (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_ssl_connect — セキュアな SSL-FTP 接続をオープンする 説明 ftp_ssl_connect ( string $hostname , int $port = 21 , int $timeout = 90 ): FTP\Connection ...
https://man.plustar.jp/php/function.ftp-ssl-connect.html - [similar]
データを暗号化する 0
« mcrypt_generic_init mcrypt_get_block_size » PHP Manual Mcrypt 関数 データを暗号化する mcrypt_generic (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_generic — データを暗号化する 警告 この関数は PHP 7.1.0 で 非推奨 となり、PHP 7.2.0 で 削除 されました。この関数に頼ら ...
https://man.plustar.jp/php/function.mcrypt-generic.html - [similar]
メッセージキューにメッセージを送信する 0
« msg_remove_queue msg_set_queue » PHP Manual セマフォ関数 メッセージキューにメッセージを送信する msg_send (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_send — メッセージキューにメッセージを送信する 説明 msg_send ( SysvMessageQueue $queue , int $message_type , string | int | float | bool $me ...
https://man.plustar.jp/php/function.msg-send.html - [similar]
結果データを得る 0
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result (PHP 4, PHP 5) mysql_result — 結果データを得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。詳細な情報は MySQL: A ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
はじめに 0
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]