検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 225 for link (0.004 sec.)
Gets the last stomp error 7432
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::er ... error (): string 手続き型: stomp_error ( resource $link ): string Gets the last stomp error. パラメータ li ... -transaction" 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ... or ()); } var_dump ( stomp_error ( $link )); if (! stomp_abort ( $link , 'unknown-transacti ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Link concrete CommonMark\Node 7349
« CommonMark\Node\Image::__construct CommonMark\Node\Link::__construct » PHP Manual CommonMark Link ... ink concrete CommonMark\Node Link concrete CommonMark\Node (cmark >= 1.0.0) クラス概 ... 要 final class CommonMark\Node\Link extends CommonMark\Node implements CommonMark\Inte ... arget ): CommonMark\Node public CommonMark\Node::unlink (): void public CommonMark\Node::accept ( CommonMa ... s\IVisitor $visitor ): void } 目次 CommonMark\Node\Link::__construct — Link Construction 関連キーワード: N ...
https://man.plustar.jp/php/class.commonmark-node-link.html - [similar]
直近の MySQL 処理からエラーメッセージのエラー番号を返す 7308
« mysql_drop_db mysql_error » PHP Manual MySQL 関数 直近の MySQL 処理からエラーメッセージのエラー ... no() PDO::errorCode() 説明 mysql_errno ( resource $link_identifier = NULL ): int 直近の MySQL 関数で発生し ... を調べることを忘れないようにしましょう。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ... (ゼロ)を返します。 例 例1 mysql_errno() の例 <?php $link = mysql_connect ( "localhost" , "mysql_user" , "my ... ord" ); if (! mysql_select_db ( "nonexistentdb" , $link )) { echo mysql_errno ( $link ) . ": " . mysql_err ...
https://man.plustar.jp/php/function.mysql-errno.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 7308
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッ ... or() PDO::errorInfo() 説明 mysql_error ( resource $link_identifier = NULL ): string 直近の MySQL 関数からの ... を調べることを忘れないようにしましょう。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ... 字列) を返します。 例 例1 mysql_error() の例 <?php $link = mysql_connect ( "localhost" , "mysql_user" , "my ... _password" ); mysql_select_db ( "nonexistentdb" , $link ); echo mysql_errno ( $link ) . ": " . mysql_error ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]
7225
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... = '/queue/foo' ; $msg = 'bar' ; /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ... or ()); } /* begin a transaction */ stomp_begin ( $link , 't1' ); /* send a message to the queue 'foo' */ ... stomp_send ( $link , $queue , $msg , array( 'transaction' => 't1' )); ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
ファイルがシンボリックリンクかどうかを調べる 7184
« is_file is_readable » PHP Manual ファイルシステム 関数 ファイルがシンボリックリンクかどうかを調 ... べる is_link (PHP 4, PHP 5, PHP 7, PHP 8) is_link — ファイルがシ ... ンボリックリンクかどうかを調べる 説明 is_link ( string $filename ): bool 指定したファイルがシンボ ... 、ファイルがシンボリックリンクかどうかの確認 <?php $link = 'uploads' ; if ( is_link ( $link )) { echo( read ... link ( $link )); } else { symlink ( 'uploads.php' , $link ); } ...
https://man.plustar.jp/php/function.is-link.html - [similar]
直近のクエリのカラムの数を返す 7184
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... e_result() 関数を使用する際に有用です。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ... 閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... assword" , "test" ); mysqli_query ( $link , "DROP TABLE IF EXISTS friends" ); mysqli_query ( ... $link , "CREATE TABLE friends (id int, name varchar(20)) ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
Commits a transaction in progress 7142
« Stomp::begin Stomp::__construct » PHP Manual Stomp Commits a transaction in progress Stomp::co ... ers = ? ): bool 手続き型: stomp_commit ( resource $link , string $transaction_id , array $headers = ? ): b ... ool Commits a transaction in progress. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ... $stomp ); ?> 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'tcp://localhost:61613' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/stomp.commit.html - [similar]
Rolls back a transaction in progress 7101
« Stomp Stomp::ack » PHP Manual Stomp Rolls back a transaction in progress Stomp::abort stomp_ab ... ders = ? ): bool 手続き型: stomp_abort ( resource $link , string $transaction_id , array $headers = ? ): b ... l Rolls back a transaction in progress. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ... $stomp ); ?> 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'tcp://localhost:61613' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/stomp.abort.html - [similar]
LDAP コントロール 7018
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... 例2 空でない場合に限って、説明を変更する <?php // $link は、 LDAP 接続です $result = ldap_mod_replace_ext ... ( $link , 'o=test,dc=example,dc=com' , [ 'description' => ... > 例3 削除する前に、いくつか値を読み取る <?php // $link は、 LDAP 接続です $result = ldap_delete_ext ( $li ... arse_result を使う ?> 例4 参照を削除する <?php // $link は、 LDAP 接続です // コントロールが存在しない場合 ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT