検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 690 for No (0.014 sec.)
定義済み定数 3934
« 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ) Undefined composite operator Gmagick::COMPOSITE_NO ( int ) No composite operator defined Gmagick::COM ... CONCATENATE ( int ) Style constants Gmagick::STYLE_NORMAL ( int ) Gmagick::STYLE_ITALIC ( int ) Gmagick: ... COMPRESSION_UNDEFINED ( int ) Gmagick::COMPRESSION_NO ( int ) Gmagick::COMPRESSION_BZIP ( int ) Gmagick: ... T_RESET ( int ) Gravity constants Gmagick::GRAVITY_NORTHWEST ( int ) Gmagick::GRAVITY_NORTH ( int ) Gmag ...
https://man.plustar.jp/php/gmagick.constants.html - [similar]
正規表現フラグを返す 3934
« RegexIterator::getMode RegexIterator::getRegex » PHP Manual RegexIterator 正規表現フラグを返す ... est = array ( 'str1' => 'test 1' , 'teststr2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator ... LIT ); $regexIterator -> setPregFlags ( PREG_SPLIT_NO_EMPTY | PREG_SPLIT_OFFSET_CAPTURE ); if ( $regexIt ... erator -> getPregFlags () & PREG_SPLIT_NO_EMPTY ) { echo 'Ignoring empty pieces' ; } else { ... echo 'Not ignoring empty pieces' ; } ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/regexiterator.getpregflags.html - [similar]
Creative Commons Attribution 3.0 3885
« 翻訳 索引 » PHP Manual 付録 Creative Commons Attribution 3.0 Creative Commons Attribution 3.0 ... RANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. 1. ... alterations of a literary or artistic work, or phonogram or performance and includes cinematographic ad ... ept that a work that constitutes a Collection will not be considered an Adaptation for the purpose of th ... here the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-rela ...
https://man.plustar.jp/php/cc.license.html - [similar]
変数が配列かどうかを検査する 3885
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... 'an array' ); echo is_array ( $yes ) ? 'Array' : 'not an Array' ; echo "\n" ; $no = 'this is a string' ... ; echo is_array ( $no ) ? 'Array' : 'not an Array' ; ?> 上の例の出力は以 ... 下となります。 Array not an Array 参考 is_float() - 変数の型が float かどう ... 配列 , array , Array , float , string , int , 参考 , not ...
https://man.plustar.jp/php/function.is-array.html - [similar]
一意な接続を使って Oracle サーバーへ接続する 3885
« oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接 ... , "select * from mytab" ); oci_execute ( $s , OCI_NO_AUTO_COMMIT ); $row = oci_fetch_array ( $s , OCI_A ... SSOC ); if (! $row ) { echo "No rows\n" ; } else { do { foreach ( $row as $item ) ... into mytab values(1234)" ); oci_execute ( $s , OCI_NO_AUTO_COMMIT ); query ( "basic connection" , $c1 ); ... c connection // 1234 // Querying new connection // No rows // Querying new connection after commit // 12 ...
https://man.plustar.jp/php/function.oci-new-connect.html - [similar]
設定ファイルをパースする 3885
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... sections = false , int $scanner_mode = INI_SCANNER_NORMAL ): array | false parse_ini_file() は、 filenam ... _sections は false です。 scanner_mode INI_SCANNER_NORMAL (デフォルト) あるいは INI_SCANNER_RAW 。 INI_S ... yes" は true に変換されます。 "false" 、 "off" 、 "no" そして "none" は false だとみなされます。このモー ... / 以下の結果を比較するための簡単な関数 function yesno ( $expression ) { return( $expression ? 'Yes' : 'N ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
最後に実行した PCRE 正規表現に関するエラーメッセージを返す 3885
« preg_grep preg_last_error » PHP Manual PCRE 関数 最後に実行した PCRE 正規表現に関するエラーメッ ... メッセージを返します。 エラーが起きていない場合は、 "No error" を返します。 例 例1 preg_last_error_msg() e ... foobar foobar' ); if ( preg_last_error () !== PREG_NO_ERROR ) { echo preg_last_error_msg (); } ?> 上の例 ...
https://man.plustar.jp/php/function.preg-last-error-msg.html - [similar]
ソート条件を設定する 3885
« CollectionModify::skip CollectionModify::unset » PHP Manual mysql_xdevapi\CollectionModify ソー ... ト条件を設定する CollectionModify::sort (No version information available, might only be in Gi ... ' , 'age asc' )-> limit ( 4 )-> set ( 'Married' , 'NO' )-> execute (); ?> 関連キーワード: ソート , Colle ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.sort.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 3885
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... itten' FROM DUAL"; query_len = strlen(query); return org_methods.query(conn, query, query_len); /* retur ... ? どのように継承するか? Connection (MYSQLND) MINIT No mysqlnd_conn_get_methods() Resultset (MYSQLND_RES) ... (MYSQLND_RES_METADATA) MINIT (モジュール初期化) 時 No mysqlnd_result_metadata_get_methods() Statement (M ... YSQLND_STMT) MINIT (モジュール初期化) 時 No mysqlnd_stmt_get_methods() Network (MYSQLND_NET) M ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
実行時に PHP 拡張モジュールをロードする 3828
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... ポートを有効にしているか否か 現在の ZEND_MODULE_API_NO (Zend 内部モジュール API 番号。基本的にはメジャーモ ... ォルトは <install-dir>/lib/php/extensions/ <debug-or-not>-<zts-or-not>-ZEND_MODULE_API_NO となる。 例: /us ... r/local/php/lib/php/extensions/debug-non-zts-20010901 または /usr/local/php/lib/php/extens ... ions/no-debug-zts-20010901 . 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/function.dl.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT