検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 60 for Yes (0.013 sec.)
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 8230
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... is_subclass_of ( $WFC , 'WidgetFactory' )) { echo "yes, \$WFC is a subclass of WidgetFactory\n" ; } else ... is_subclass_of ( $WF , 'WidgetFactory' )) { echo "yes, \$WF is a subclass of WidgetFactory\n" ; } else { ... 'WidgetFactory_Child' , 'WidgetFactory' )) { echo "yes, WidgetFactory_Child is a subclass of WidgetFactor ... etFactory\n" ; } ?> 上の例の出力は以下となります。 yes, $WFC is a subclass of WidgetFactory no, $WF is no ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
RAR アーカイブがソリッドであるかどうかを調べる 7794
« RarArchive::isBroken RarArchive::open » PHP Manual RarArchive RAR アーカイブがソリッドであるか ... r" ); echo " $arch1 : " . ( $arch1 -> isSolid ()? 'yes' : 'no' ) . "\n" ; echo " $arch2 : " . ( $arch2 -> ... isSolid ()? 'yes' : 'no' ) . "\n" ; ?> 上の例の出力は、 たとえば以下 ... no RAR Archive "C:\php_rar\trunk\tests\solid.rar": yes 例2 手続き型 <?php $arch1 = rar_open ( "store_meth ... ); echo " $arch1 : " . ( rar_solid_is ( $arch1 )? 'yes' : 'no' ) . "\n" ; echo " $arch2 : " . ( rar_solid ...
https://man.plustar.jp/php/rararchive.issolid.html - [similar]
データ (RFC 2397) 7721
« zlib:// glob:// » PHP Manual サポートするプロトコル/ラッパー データ (RFC 2397) data:// data:// ... 要 属性 サポートの有無 allow_url_fopen で制約される Yes allow_url_include で制約される Yes 読み込み許可 Ye ... 連キーワード: No , データ , サポート , data , 許可 , Yes , allow , 制約 , 同時 , 読み書き ...
https://man.plustar.jp/php/wrappers.data.html - [similar]
対話的プロセスストリーム 7692
« ogg:// セキュリティ » PHP Manual サポートするプロトコル/ラッパー 対話的プロセスストリーム expe ... の有無 allow_url_fopen で制約される No 読み込み許可 Yes 書き込み許可 Yes 追加許可 Yes 同時読み書き許可 No ... プロセス , 対話 , サポート , No , expect , 許可 , Yes , 標準 , fopen ...
https://man.plustar.jp/php/wrappers.expect.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 7620
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... g ストリームからの出力との比較対象となるパターン。 yes 1 mixed パターンに一致した場合にこの関数が返す値。 ... yes 2 integer パターンの形式。 EXP_GLOB 、 EXP_EXACT あ ... ray( "password:" , "asked for password" ), array( "yes/no)?" , "asked for yes/no" ) ); while ( true ) { s ... stream , "my password\n" ); break; case "asked for yes/no" : fwrite ( $stream , "yes\n" ); break; case EX ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 7620
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... QLND_RES) MINIT (モジュール初期化) 時 またはその後 Yes mysqlnd_result_get_methods() または、オブジェクトの ... QLND_NET) MINIT (モジュール初期化) 時 またはその後 Yes mysqlnd_net_get_methods() または、オブジェクトのメ ... PROTOCOL) MINIT (モジュール初期化) 時 またはその後 Yes mysqlnd_protocol_get_methods() または、オブジェクト ... イミング: Result::use_result() Result::store_result Yes, ただし親メソッドを呼び出すこと! Connection::list_ ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
mysqli の概要 7518
« はじめに クイックスタートガイド » PHP Manual MySQLi mysqli の概要 mysqli の概要 このセクション ... クティブ アクティブ 文字セットに関するAPI のサポート Yes Yes サーバ側でのプリペアドステートメントの API サポ ... ート Yes Yes クライアントサイドでのプリペアドステートメント ... の API サポート No Yes ストアドプロシージャの API のサポート Yes Yes 複数 ... ステートメントの API のサポート Yes Most MySQL 4.1以降の機能を全てサポートしているか Y ...
https://man.plustar.jp/php/mysqli.overview.html - [similar]
プリペアドステートメント 7052
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... が行われる 入力パラメータをバインドするAPIのサポート Yes No, 手動での入力のエスケープが必要 出力値をバインド ... するAPIのサポート Yes. No. mysqli_result API のサポート Yes, mysqli_stmt ... ::get_result() Yes バッファリングされた結果セットのサポート Yes. mysq ... mysqli_stmt::store_result() を使ってバインドする。 Yes. mysqli::query() のデフォルト バッファリングしない ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
設定ファイルをパースする 7009
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... 可能な限り維持します。 文字列 "true" 、 "on" そして "yes" は true に変換されます。 "false" 、 "off" 、 "no" ... p // 以下の結果を比較するための簡単な関数 function yesno ( $expression ) { return( $expression ? 'Yes' : ... 注意しましょう echo '(parsed) magic_quotes_gpc = ' . yesno ( $ini [ 'magic_quotes_gpc' ]) . PHP_EOL ; echo ... '(loaded) magic_quotes_gpc = ' . yesno ( get_cfg_var ( 'magic_quotes_gpc' )) . PHP_EOL ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
Building the MongoDB PHP Driver from source 7009
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... river to utilize them by specifying --with-libbson=yes --with--libmongoc=yes as arguments to configure . ... ated and you should use --with-mongodb-system-libs=yes instead. For a complete list of configure options, ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
PREV 1 2 3 4 5 6 NEXT