検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 1938 for IF (0.150 sec.)
Add a low priority task to run in parallel 2346
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... いる一意な ID。 戻り値 A GearmanTask object or false if the task could not be added. 例 例1 A low priority ... dTask ( "reverse" , "Hello World!" , null , "3" ); if (! $gmc -> runTasks ()) { echo "ERROR " . $gmc -> ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
画像のコントラストを調整する 2346
« Imagick::shearImage Imagick::sketchImage » PHP Manual Imagick 画像のコントラストを調整する Ima ... arity Contrast も参照ください。 パラメータ sharpen If true increase the contrast, if false decrease the ... of contrast to apply. 1 is very little, 5 is a significant amount, 20 is extreme. beta Where the midpoin ...
https://man.plustar.jp/php/imagick.sigmoidalcontrastimage.html - [similar]
ロケール ID のサブタグ要素を連想配列で返す 2346
« Locale::lookup Locale::setDefault » PHP Manual Locale ロケール ID のサブタグ要素を連想配列で返 ... <?php $arr = locale_parse ( 'sl-Latn-IT-nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { ec ... rr = Locale :: parseLocale ( 'sl-Latn-IT-nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { ec ...
https://man.plustar.jp/php/locale.parselocale.html - [similar]
直近の操作から発生した警告を取得する 2346
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... ord@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sq ... ge' => 16 ]) -> sort ( 'age desc' ) -> execute (); if (! $result -> getWarningsCount ()) { echo "There w ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
直近の接続コールに関するエラーコードを返す 2346
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... ake_user' , 'wrong_password' , 'does_not_exist' ); if ( $mysqli -> connect_errno ) { /* エラーをロギング ... ake_user' , 'wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方法はお好きな ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
直近の接続エラーの説明を返す 2346
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... ake_user' , 'wrong_password' , 'does_not_exist' ); if ( $mysqli -> connect_error ) { /* エラーをロギング ... ake_user' , 'wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方法はお好きな ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
使用している接続の型を文字列で返す 2346
« mysqli::get_connection_stats mysqli::$protocol_version » PHP Manual mysqli 使用している接続の型 ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ...
https://man.plustar.jp/php/mysqli.get-host-info.html - [similar]
使用している MySQL プロトコルのバージョンを返す 2346
« mysqli::$host_info mysqli::$server_info » PHP Manual mysqli 使用している MySQL プロトコルのバー ... , "my_password" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... , "my_password" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ...
https://man.plustar.jp/php/mysqli.get-proto-info.html - [similar]
MySQL サーバーのバージョンを返す 2346
« mysqli::$protocol_version mysqli::$server_version » PHP Manual mysqli MySQL サーバーのバージョ ... , "my_password" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... , "my_password" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ...
https://man.plustar.jp/php/mysqli.get-server-info.html - [similar]
現在のシステム状態を取得する 2346
« mysqli::ssl_set mysqli::stmt_init » PHP Manual mysqli 現在のシステム状態を取得する mysqli::sta ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ...
https://man.plustar.jp/php/mysqli.stat.html - [similar]