ページを作成(編集)する †ページを作成、あるいは上書きするには、file.phpのpage_write関数を使う。 // Put a data(wiki text) into a physical file(diff, backup, text) function page_write($page, $postdata, $notimestamp = FALSE) $pageがページ名。$postdataがページの内容("\n"が改行文字のWikiテキスト)。$notimestampがタイムスタンプを変更しないか。
|