Function createPost
Create a post, either as new topic (id_topic = 0) or in an existing one. The input parameters of this function assume: - Strings have been escaped. - Integers have been cast to integer. - Mandatory parameters are set.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Post.php
array |
& $msgOptions |
An array of information/options for the post |
array |
& $topicOptions |
An array of information/options for the topic |
array |
& $posterOptions |
An array of information/options for the poster |
boolean
|
Whether the operation was a success |