検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 859 for not (0.314 sec.)
Result のコンストラクタ 2931
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... -> sql ( " CREATE TABLE addressbook.names (id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30), age INT, PR ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]
テーブルがビューかどうかを調べる 2931
« Table::insert Table::select » PHP Manual mysql_xdevapi\Table テーブルがビューかどうかを調べる ... { echo "This is a view." ; } else { echo "This is not a view." ; } ?> 上の例の出力は以下となります。 int ...
https://man.plustar.jp/php/mysql-xdevapi-table.isview.html - [similar]
データベース上でクエリを実行する 2931
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... を返します */ $mysqli -> query ( "SET @a:='this will not work'" ); 手続き型 <?php mysqli_report ( MYSQLI_RE ... します */ mysqli_query ( $link , "SET @a:='this will not work'" ); 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
基本的な使用法 2931
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... デタッチ if ( posix_setsid () == - 1 ) { die( "could not detach from terminal" ); } // シグナルハンドラを設 ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
基本的な使用法 2931
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... publishing user=www password=foo" ) or die( 'Could not connect: ' . pg_last_error ()); // SQL クエリを実行 ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
正規表現フラグを返す 2931
« RegexIterator::getMode RegexIterator::getRegex » PHP Manual RegexIterator 正規表現フラグを返す ... est = array ( 'str1' => 'test 1' , 'teststr2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator ... ) { echo 'Ignoring empty pieces' ; } else { echo 'Not ignoring empty pieces' ; } ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/regexiterator.getpregflags.html - [similar]
実行時設定 2931
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ar' ; $_BAZ = 'baz' ; /* Displays foo and bar, but not baz */ show_values (); ?> runkit.internal_override ...
https://man.plustar.jp/php/runkit7.configuration.html - [similar]
指定されたテキストに、疑わしい文字が含まれていないかをチェックする 2931
« Spoofchecker::__construct Spoofchecker::setAllowedLocales » PHP Manual Spoofchecker 指定された ... m' ); // TRUE // The first letter is from Cyrylic, not a regular latin "P" 関連キーワード: 文字 , チェック ...
https://man.plustar.jp/php/spoofchecker.issuspicious.html - [similar]
Constructs a new SyncSemaphore object 2931
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... t may be obtained. autounlock Specifies whether or not to automatically unlock the semaphore at the concl ... / 例外 An exception is thrown if the semaphore cannot be created or opened. 例 例1 SyncSemaphore::__cons ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Collect references to completed tasks 2931
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... a boolean on whether the task can be collected or not. Only in rare cases should a custom collector need ...
https://man.plustar.jp/php/worker.collect.html - [similar]