´ÙÀ½°ú °°ÀÌ ½´ÆÛÀ¯Àú Æнº¿öµå¸¦ Ãß°¡½ÃÅ°½Ã¸é µË´Ï´Ù.
1.
function read($id, $writer='', $passwd='', $email='', $homepage='', $subject='', $contents='', $category=0, $indent = 0, $wdate = 0, $count = 0, $superpw = 747111) {
$this->id = $id;
$this->writer = $writer;
$this->passwd = $passwd;
$this->superpw = $superpw;
2.
");
}
function isWriter($passwd) {
if ($passwd == $this->passwd)
return TRUE;
if ($passwd == $this->superpw)
return TRUE;
else
return FALSE;
2002-10-22 00:00:00 |
|