検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 374 for Test (0.118 sec.)
ファイルが存在し、読み込み可能であるかどうかを知る 3730
« is_link is_uploaded_file » PHP Manual ファイルシステム 関数 ファイルが存在し、読み込み可能であ ... ます。 例 例1 is_readable() の例 <?php $filename = 'test.txt' ; if ( is_readable ( $filename )) { echo 'この ...
https://man.plustar.jp/php/function.is-readable.html - [similar]
Oracle データベースに接続する 3730
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... { $stmt = oci_parse ( $conn , "create table hallo (test varchar2(64))" ); oci_execute ( $stmt ); echo "Cre ... etch ( $stmt )) { echo " " . oci_result ( $stmt , "TEST" ) . "<br>\n" ; } echo " $connname ----done<br>\n" ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
bytea 型のバイナリをアンエスケープする 3730
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... の値をキャストする必要があります。例: INSERT INTO test_table (image) VALUES ('$image_escaped'::bytea); Po ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
Connection handling and persistence 3730
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... gers as $manager ) { $manager -> executeCommand ( 'test' , new MongoDB \ Driver \ Command ([ 'ping' => 1 ] ... to those servers as well. If the same worker executes the script again in a second request, the three cli ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
既存のラージオブジェクトのストリームをオープンする 3730
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... ザに出力します。 <?php $db = new PDO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> setAttri ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
ReflectionMethod を作成する 3730
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... hod::__construct() の例 <?php class Counter { private static $c = 0 ; /** * カウンタをインクリメントする * ... gular method) declared in /Users/philip/cvs/phpdoc/test.php lines 14 to 17 having the modifiers 261[final ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
SQLインジェクション 3730
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... 攻撃者が、値 a%' exec master..xp_cmdshell 'net user test testpass /ADD' -- を $prod に投稿した場合、 $query ... E id LIKE '%a%' exec master..xp_cmdshell 'net user test testpass /ADD' --%'"; $result = mssql_query($query ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
リモート SNMP エージェントへのセッションを表す SNMP インスタンスを作成する 3730
« SNMP::close SNMP::get » PHP Manual SNMP リモート SNMP エージェントへのセッションを表す SNMP イ ... 例の出力は、 たとえば以下のようになります。 STRING: Test server 参考 SNMP::close() - SNMP セッションを閉じる ...
https://man.plustar.jp/php/snmp.construct.html - [similar]
SoapServer コンストラクタ 3730
« SoapServer::addSoapHeader SoapServer::fault » PHP Manual SoapServer SoapServer コンストラクタ ... e.wsdl" , array( 'actor' => "http://example.org/ts-tests/C" )); $server = new SoapServer ( "some.wsdl" , a ... = new SoapServer ( null , array( 'uri' => "http://test-uri/" )); class MyBook { public $title ; public $a ...
https://man.plustar.jp/php/soapserver.construct.html - [similar]
SQLite3 オブジェクトを作成し、SQLite 3 データベースをオープンする 3730
« SQLite3::close SQLite3::createAggregate » PHP Manual SQLite3 SQLite3 オブジェクトを作成し、SQL ... > exec ( "INSERT INTO foo (bar) VALUES ('This is a test')" ); $result = $db -> query ( 'SELECT bar FROM fo ...
https://man.plustar.jp/php/sqlite3.construct.html - [similar]