Changeset 10083 for temp/trunk
- Timestamp:
- 2006/12/01 15:13:22 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/auth_http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/auth_http.php
r10082 r10083 28 28 echo "Hello " . $a->username . " welcome to my secret page <BR>"; 29 29 echo "Your details on file are: <BR>"; 30 echo $a->getAuthData(' userid'); // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¾¤Î¥Ç¡¼¥¿¤ò¼èÆÀ¤·¤Æ¤¤¤ë¡£30 echo $a->getAuthData('name'); // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¾¤Î¥Ç¡¼¥¿¤ò¼èÆÀ¤·¤Æ¤¤¤ë¡£ 31 31 echo $a->getAuthData('telephone'); // ¤³¤ÎÎã¤Ç¤Ï¡¢¥æ¡¼¥¶ID (userid)¡¢ÅÅÏÃÈÖ¹æ (telephone) 32 32 echo $a->getAuthData('name'); // ¤ª¤è¤Ó¥á¡¼¥ë¥¢¥É¥ì¥¹ (email) ¤ò¼èÆÀ¡£
Note: See TracChangeset
for help on using the changeset viewer.
