検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 60 for Yes (0.003 sec.)
圧縮ストリーム 7009
« php:// data:// » PHP Manual サポートするプロトコル/ラッパー 圧縮ストリーム zlib:// bzip2:// zi ... の有無 allow_url_fopen で制約される No 読み込み許可 Yes 書き込み許可 Yes ( zip:// を除く) 追加許可 Yes ( z ...
https://man.plustar.jp/php/wrappers.compression.html - [similar]
設定文字列をパースする 6980
« parse_ini_file pathinfo » PHP Manual ファイルシステム 関数 設定文字列をパースする parse_ini_st ... 可能な限り維持します。 文字列 "true" 、 "on" そして "yes" は true に変換されます。 "false" 、 "off" 、 "no" ... でキーとして使ってはいけない単語があります。 null , yes , no , true , false , on , off , none などです。 n ... ull , off , no および false は "" となり、 on , yes および true は "1" となります。 ただし INI_SCANNER ...
https://man.plustar.jp/php/function.parse-ini-string.html - [similar]
オーディオストリーム 6878
« rar:// expect:// » PHP Manual サポートするプロトコル/ラッパー オーディオストリーム ogg:// ogg: ... の有無 allow_url_fopen で制約される No 読み込み許可 Yes 書き込み許可 Yes 追加許可 Yes 同時読み書き許可 No ...
https://man.plustar.jp/php/wrappers.audio.html - [similar]
変数が配列かどうかを検査する 6834
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... 返します。 例 例1 変数が配列かどうか検査する <?php $yes = array( 'this' , 'is' , 'an array' ); echo is_arr ... ay ( $yes ) ? 'Array' : 'not an Array' ; echo "\n" ; $no = ' ...
https://man.plustar.jp/php/function.is-array.html - [similar]
テーブルがデータベースに存在するかをチェックする 6805
« Table::delete Table::getName » PHP Manual mysql_xdevapi\Table テーブルがデータベースに存在する ... es" ); if ( $table -> existsInDatabase ()) { echo "Yes, this table still exists in the session's schema." ... ?> 上の例の出力は、 たとえば以下のようになります。 Yes, this table still exists in the session's schema. ...
https://man.plustar.jp/php/mysql-xdevapi-table.existsindatabase.html - [similar]
データベースに存在するかをチェックする 6762
« Schema::dropCollection Schema::getCollection » PHP Manual mysql_xdevapi\Schema データベースに存 ... hema)? if ( $trees -> existsInDatabase ()) { echo "Yes, the 'trees' collection is still present." ; } 上の ... 例の出力は、 たとえば以下のようになります。 Yes, the 'trees' collection is still present. 関連キー ...
https://man.plustar.jp/php/mysql-xdevapi-schema.existsindatabase.html - [similar]
中心となる configure オプションのリスト 6660
« Configure オプション php.ini ディレクティブ » PHP Manual Configure オプション 中心となる confi ... hared[=PKGS] 共有ライブラリをビルドします [default=yes]。 --enable-static[=PKGS] 静的ライブラリをビルドし ... ます [default=yes]。 --enable-fast-install[=PKGS] インストール速度を ... 上げるように最適化します [default=yes]。 --with-gnu-ld C コンパイラが GNU ld を使用すると ...
https://man.plustar.jp/php/configure.about.html - [similar]
Expect の使用例 6660
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... RD ), // SSH がパスワードを問い合わせます array ( "yes/no)?" , YESNO ), // SSH がホストエントリを保存する ... ORD : fwrite ( $stream , "secret\n" ); break; case YESNO : fwrite ( $stream , "yes\n" ); break; case SHEL ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
ドキュメントで宣言されている名前空間を返す 6660
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... ?php $xml = <<<XML <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns"> <p:per ... ?php $xml = <<<XML <?xml version="1.0" standalone="yes"?> <people xmlns:p="http://example.org/ns" xmlns:t ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
基本的な SimpleXML の使用法 6587
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... p $xmlstr = <<<XML <?xml version='1.0' standalone='yes'?> <movies> <movie> <title>PHP: Behind the Parser< ... 力は以下となります。 <?xml version="1.0" standalone="yes"?> <movies> <movie> <title>PHP: Behind the Parser< ... 力は以下となります。 <?xml version="1.0" standalone="yes"?> <movies> <movie> <title>PHP: Behind the Parser< ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 NEXT