Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php

    r20534 r20538  
    394394     * コンストラクタ 
    395395     * セッションのデータ構造は下のようになる. 
    396      * $_SESSION["pc"]=> array( 
    397      *     ["model"]   => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" 
    398      *     ["ip"]      => "127.0.0.1" 
    399      *     ["expires"] => 1204699031 
     396     * $_SESSION['pc']=> array( 
     397     *     ['model']   => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" 
     398     *     ['ip']      => "127.0.0.1" 
     399     *     ['expires'] => 1204699031 
    400400     * ) 
    401401     * 
     
    455455     * コンストラクタ 
    456456     * セッションのデータ構造は下のようになる. 
    457      * $_SESSION["mobile"]=> array( 
    458      *     ["model"]   => 901sh 
    459      *     ["ip"]      => 127.0.0.1 
    460      *     ["expires"] => 1204699031 
     457     * $_SESSION['mobile']=> array( 
     458     *     ['model']   => 901sh 
     459     *     ['ip']      => 127.0.0.1 
     460     *     ['expires'] => 1204699031 
    461461     *     ["phone_id"]=> **** 
    462462     * ) 
Note: See TracChangeset for help on using the changeset viewer.