検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1938 for IF (0.046 sec.)
MQSeries MQOPEN 2466
« mqseries_inq mqseries_put1 » PHP Manual mqseries 関数 MQSeries MQOPEN mqseries_open (PECL mqse ... MQSERIES_MQOO_INPUT_AS_Q_DEF | MQSERIES_MQOO_FAIL_IF_QUIESCING | MQSERIES_MQOO_OUTPUT , $obj , $comp_co ... de , $reason ); if ( $comp_code !== MQSERIES_MQCC_OK ) { printf ( "op ...
https://man.plustar.jp/php/function.mqseries-open.html - [similar]
データベースを選択し、そこでクエリーを実行する 2466
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... ng $database , string $query , resource $link_identifier = NULL ): resource | bool mysql_db_query() はデ ... タは 適切にエスケープ する必要があります。 link_identifier MySQL 接続。指定されない場合、 mysql_connect() ... を示します。 例 例1 mysql_db_query() の別の例 <?php if (! $link = mysql_connect ( 'mysql_host' , 'mysql_u ... ' )) { echo 'Could not connect to mysql' ; exit; } if (! mysql_select_db ( 'mysql_dbname' , $link )) { e ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
結果データを得る 2466
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( 'Could not connect: ' . mysql_er ... ror ()); } if (! mysql_select_db ( 'database_name' )) { die( 'Co ... mysql_query ( 'SELECT name FROM work.employee' ); if (! $result ) { die( 'Could not query:' . mysql_err ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
すべての enum を、実際の整数値ではなく enum 値とともに返す 2466
« snmp_read_mib snmp_set_oid_numeric_print » PHP Manual SNMP 関数 すべての enum を、実際の整数値 ... nt ( 0 ); echo snmpget ( 'localhost' , 'public' , 'IF-MIB::ifOperStatus.3' ) . "\n" ; snmp_set_enum_prin ... t ( 1 ); echo snmpget ( 'localhost' , 'public' , 'IF-MIB::ifOperStatus.3' ) . "\n" ; ?> 上の例の結果は次 ...
https://man.plustar.jp/php/function.snmp-set-enum-print.html - [similar]
ソケットのオプションを取得する 2466
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する s ... socket_set_option() でのみ利用可能)。 IP_MULTICAST_IF IPv4 マルチキャストパケットの送信インターフェイス。 ... スを渡せないということです。 そのため、 IP_MULTICAST_IF と IPV6_MULTICAST_IF のインターフェイスの相違はなく ... なります。 IPV6_MULTICAST_IF IPv6 マルチキャストパケットの送信インターフェイス。 ... IP_MULTICAST_IF と同じ。 IP_MULTICAST_LOOP IPv4 パケットのマルチキ ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
Delete items from a working copy or repository 2466
« svn_commit svn_diff » PHP Manual SVN 関数 Delete items from a working copy or repository svn_d ... るいは dirname(__FILE__) を使用してください。 force If true , the file will be deleted even if it has loc ... al modifications. Otherwise, local modifications will resul ...
https://man.plustar.jp/php/function.svn-delete.html - [similar]
指定したソースを PHP トークンに分割する 2466
« Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する ... <?php echo; ?>' ); foreach ( $tokens as $token ) { if ( is_array ( $token )) { echo "Line { $token [ 2 ] ... '/* comment */' ); foreach ( $tokens as $token ) { if ( is_array ( $token )) { echo "Line { $token [ 2 ] ... e , TOKEN_PARSE ); foreach ( $tokens as $token ) { if ( is_array ( $token )) { echo token_name ( $token ...
https://man.plustar.jp/php/function.token-get-all.html - [similar]
Set socket I/O activity timeout 2466
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... $gmworker -> returnCode () == GEARMAN_TIMEOUT ) { if ( $gmworker -> returnCode () == GEARMAN_TIMEOUT ) ... "Timeout. Waiting for next job...\n" ; continue; } if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
pixel iterator の次の行を返す 2466
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... ixels = $imageIterator -> getNextIteratorRow ()) { if (( $count % 3 ) == 0 ) { /* Loop through the pixel ... umn => $pixel ) { /** @var $pixel \ImagickPixel */ if ( $column % 2 ) { /* Paint every second pixel blac ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
アトリビュートの概要 2466
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... rectory ; #[SetUp] public function fileExists () { if (! file_exists ( $this -> fileName )) { throw new ... [SetUp] public function targetDirectoryExists () { if (! file_exists ( $this -> targetDirectory )) { mkd ... ir ( $this -> targetDirectory ); } elseif (! is_dir ( $this -> targetDirectory )) { throw ne ... butes = $method -> getAttributes ( SetUp ::class); if ( count ( $attributes ) > 0 ) { $methodName = $met ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]