検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 438 for [SIMILAR] 16 1024 4096 WITH 14107 ssh2 WITH 1008... (0.549 sec.)
クエリ結果のステータスを取得する 0
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_result_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_result_status — クエリ結果のステータスを取得する 説明 pg_result_status ( PgSql\Result $result , int $mode = PGSQL_STATUS_LONG ): string | int ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この » PECL 拡張 モジュールは PHP にバンドルされていません。 Ubuntu 18.04 上の PHP 7.2 でインストールする例: // 依存するものをインストール $ apt install build-essential libprotobuf-dev libboost-dev openssl ...
https://man.plustar.jp/php/mysql-xdevapi.installation.html - [similar]
オプションを設定する 0
« mysqli::next_result mysqli::ping » PHP Manual mysqli オプションを設定する mysqli::options mysqli_options (PHP 5, PHP 7, PHP 8) mysqli::options -- mysqli_options — オプションを設定する 説明 オブジェクト指向型 public mysqli::options ( int $option , string | int $value ): bool 手続き型 my ...
https://man.plustar.jp/php/mysqli.options.html - [similar]
SQLインジェクション 0
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション SQLインジェクション 多くの開発者はSQLクエリがどのように改竄されるかということを余り気にかけておらず、またSQLクエリは信用できるものと考えているようです。 実際にはSQLクエリはアクセス制限を回避 ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
ホスト公開鍵を使用して認証を行う 0
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_auth_hostbased_file (PECL ssh2 >= 0.9.0) ssh2_auth_hostbased_file — ホスト公開鍵を使用して認証を行う 説明 ssh2_auth_hostbased_file ( resource $session , string $username , string $hostname , str ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
ネゴシエートされたメソッドのリストを返す 0
« ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す ssh2_methods_negotiated (PECL ssh2 >= 0.9.0) ssh2_methods_negotiated — ネゴシエートされたメソッドのリストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエートされたメソ ...
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html - [similar]
二次ベジエ曲線を描画する 0
« ImagickDraw::pathCurveToQuadraticBezierRelative ImagickDraw::pathCurveToQuadraticBezierSmoothRelative » PHP Manual ImagickDraw 二次ベジエ曲線を描画する ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToQuadraticBezierSmoothAb ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothabsolute.... - [similar]
二次ベジエ曲線を描画する 0
« ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute ImagickDraw::pathCurveToRelative » PHP Manual ImagickDraw 二次ベジエ曲線を描画する ImagickDraw::pathCurveToQuadraticBezierSmoothRelative (PECL imagick 2, PECL imagick 3) ImagickDraw::pathCurveToQuadraticBezierSmoothRelative — 二次ベ ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothrelative.... - [similar]
直近で実行したコマンドからのエラーの一覧を返す 0
« mysqli::$errno mysqli::$error » PHP Manual mysqli 直近で実行したコマンドからのエラーの一覧を返す mysqli::$error_list mysqli_error_list (PHP 5 >= 5.4.0, PHP 7, PHP 8) mysqli::$error_list -- mysqli_error_list — 直近で実行したコマンドからのエラーの一覧を返す 説明 オブジェクト指向型 array ...
https://man.plustar.jp/php/mysqli.error-list.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]