-
Notifications
You must be signed in to change notification settings - Fork 1
reference:U addPage
Aaron Junker edited this page Apr 24, 2021
·
7 revisions
Function $U->addPage(string $content, string $name, string $code, int $authorID, string $date, int $online):bool
- since Pb2.4Bfx0
- returns
bool
- in file
(root)
/includes
/functions
/addPage.inc.php
Adds a content page
Kind of the content.
Name of the new page.
The code of the page.
Id of the author of the page.
The date of creation of the page.
1
if online, 0
if offline.
True
if page adding has succeeded and False
if page adding couldn't finish.
$U->addPage("blog", "Test", "<p>test</p>", 1, date("Y-m-d"), 1);
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index