Changeset 10083 for temp/trunk


Ignore:
Timestamp:
2006/12/01 15:13:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/auth_http.php

    r10082 r10083  
    2828    echo "Hello " . $a->username . " welcome to my secret page <BR>"; 
    2929    echo "Your details on file are: <BR>"; 
    30     echo $a->getAuthData('userid');     // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¾¤Î¥Ç¡¼¥¿¤ò¼èÆÀ¤·¤Æ¤¤¤ë¡£ 
     30    echo $a->getAuthData('name');       // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¾¤Î¥Ç¡¼¥¿¤ò¼èÆÀ¤·¤Æ¤¤¤ë¡£ 
    3131    echo $a->getAuthData('telephone');      // ¤³¤ÎÎã¤Ç¤Ï¡¢¥æ¡¼¥¶ID (userid)¡¢ÅÅÏÃÈÖ¹æ (telephone) 
    3232    echo $a->getAuthData('name');       // ¤ª¤è¤Ó¥á¡¼¥ë¥¢¥É¥ì¥¹ (email) ¤ò¼èÆÀ¡£ 
Note: See TracChangeset for help on using the changeset viewer.