検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 401 for Session (0.241 sec.)
SNMP オブジェクトを取得する 4131
« SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP ... リクエストすると結果は連想配列で返されます。 <?php $session = new SNMP ( SNMP :: VERSION_1 , "127.0.0.1" , "pu ... blic" ); $sysdescr = $session -> get ( "sysDescr.0" ); echo " $sysdescr \n" ; $s ... ysdescr = $session -> get (array( "sysDescr.0" )); print_r ( $sysdesc ... TRING: Test server ) 例2 複数の SNMP オブジェクト $session = new SNMP(SNMP::VERSION_1, "127.0.0.1", "public") ...
https://man.plustar.jp/php/snmp.get.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 4131
« SNMP::getError SNMP::set » PHP Manual SNMP 指定したオブジェクト ID に続く SNMP オブジェクトを取 ... リクエストすると結果は連想配列で返されます。 <?php $session = new SNMP ( SNMP :: VERSION_1 , "127.0.0.1" , "pu ... blic" ); $nsysdescr = $session -> getnext ( "sysDescr.0" ); echo " $nsysdescr \n" ... ; $nsysdescr = $session -> getnext (array( "sysDescr.0" )); print_r ( $nsy ... pAgentOIDs.8 ) 例2 複数の SNMP オブジェクト <?php $session = new SNMP ( SNMP :: VERSION_1 , "127.0.0.1" , "pu ...
https://man.plustar.jp/php/snmp.getnext.html - [similar]
影響を受けた行数を得る 4113
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受け ... devapi\Result::getAffectedItemsCount() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $create = $schema ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
現在のセッションの単語リストに単語を追加する 4088
« pspell_add_to_personal pspell_check » PHP Manual Pspell 関数 現在のセッションの単語リストに単語 ... を追加する pspell_add_to_session (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_add_t ... o_session — 現在のセッションの単語リストに単語を追加する 説明 ... pspell_add_to_session ( PSpell\Dictionary $dictionary , string $word ): ... bool pspell_add_to_session() は、 現在のセッションに関連する単語リストに単語を ...
https://man.plustar.jp/php/function.pspell-add-to-session.html - [similar]
スキーマにコレクションを追加する 4088
« Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ ... ました。 例 例1 Schema::createCollection の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS food" )-> execut ... e (); $session -> sql ( "CREATE DATABASE food" )-> execute (); $s ... ame text, rating text)" )-> execute (); $schema = $session -> getSchema ( "food" ); $schema -> createCollecti ...
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html - [similar]
スキーマからコレクションを取得する 4088
« Schema::existsInDatabase Schema::getCollectionAsTable » PHP Manual mysql_xdevapi\Schema スキー ... 返します。 例 例1 Schema::getCollection の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS food" )-> execut ... e (); $session -> sql ( "CREATE DATABASE food" )-> execute (); $s ... chema = $session -> getSchema ( "food" ); $schema -> createCollecti ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollection.html - [similar]
RADIUS Attribute Types 4088
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... dor ID, attribute type and attribute value. RADIUS_SESSION_TIMEOUT ( int ) Session timeout RADIUS_IDLE_TIMEOU ... OCTETS ( int ) Accounting output bytes RADIUS_ACCT_SESSION_ID ( int ) Accounting session ID RADIUS_ACCT_AUTHE ... S RADIUS_AUTH_LOCAL RADIUS_AUTH_REMOTE RADIUS_ACCT_SESSION_TIME ( int ) Accounting session time RADIUS_ACCT_I ... _LOST_SERVICE RADIUS_TERM_IDLE_TIMEOUT RADIUS_TERM_SESSION_TIMEOUT RADIUS_TERM_ADMIN_RESET RADIUS_TERM_ADMIN_ ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
セッションのデータを読み込む 4088
« SessionHandlerInterface::open SessionHandlerInterface::write » PHP Manual SessionHandlerInterf ... ace セッションのデータを読み込む SessionHandlerInterface::read (PHP 5 >= 5.4.0, PHP 7, PHP ... 8) SessionHandlerInterface::read — セッションのデータを読み込 ... む 説明 public SessionHandlerInterface::read ( string $id ): string | fal ... 結果を返します。 セッションを開始した直後、あるいは session_start() を実行したときにコールされます。 このメソッ ...
https://man.plustar.jp/php/sessionhandlerinterface.read.html - [similar]
その他の変更 4071
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 ... この変更に伴い、以下の INI 項目が削除されました。 session.entropy_file session.entropy_length session.hash_f ... unction session.hash_bits_per_character また、以下のふたつの INI 項 ... 目が新たに追加されました。 session.sid_length - セッション ID の長さを指定します。デフ ... これは過去のバージョンとの互換性を考慮したものです。 session.sid_bits_per_character - 一文字あたりに格納するビッ ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
スキーマオブジェクトを得る 4071
« Collection::getOne Collection::getSession » PHP Manual mysql_xdevapi\Collection スキーマオブジ ... mysql_xdevapi\Collection::getSchema() の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:pass ... word@localhost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> ... execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute ... (); $schema = $session -> getSchema ( "addressbook" ); $collection = $sch ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getschema.html - [similar]