meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
develop:functionm [2014/01/03 20:53] – [M, N, O] arnoldvl | develop:functionm [2015/05/08 19:06] (current) – [An Index of PHPlist Functions and Class Methods] arnoldvl | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | | ||
+ | The location of the definition of each function or method is listed by file name and line number. Each file is located relative to the admin directory in the phplist distribution, | ||
+ | For each function or method, the arguments are listed and explained, as well as the return value if any. Some explanation of the function is planned to be given among the Comments. These pages are under construction. Most entries are incomplete. But every entry has the location for the definition of the function or method, so that you can look up the definition in file containing the source code. | ||
+ | |||
+ | **The line numbers shown for each function listed correspond to version 3.05 of Phplist.** In most cases the locations of these functions have changed in later releases, Usually these functions involve only a small change in the line number, so that you can locate the function in the vicinity of the line number specified. | ||
+ | |[[http:// | ||
+ | ====M, N, O==== | ||
+ | ===mailBoxName($mailbox, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$mailbox | ||
+ | -$delimiter | ||
+ | -$level | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mailBoxParent($mailbox, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$mailbox | ||
+ | -$delimiter | ||
+ | -$level | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===MailSend($header, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$header | ||
+ | -$body | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mailto2href($text)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$text | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mailURL( $sTo, $sFrom, $sSubject, $sUrl )=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$sTo | ||
+ | -$sFrom | ||
+ | -$sSubject | ||
+ | -$sUrl | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===main()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===matchBounceRules($text, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$text | ||
+ | -$rules | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===matchedBounceRule($text, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$text | ||
+ | -$activeonly | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mergeUser($userid)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$userid | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mergeUsers($original, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$original | ||
+ | -$duplicate | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===messageHeaders($mail)=== | ||
+ | < | ||
+ | * **Explanation: | ||
+ | * **Arguments: | ||
+ | -$mail: The mail object containing both the message to be sent and the method to mail the message to the current subscriber. | ||
+ | * **Return value:** an associative array of headers to be added to the message in the form (headeritem => headervalue). | ||
+ | * **Comments: | ||
+ | ===messageQueued($id)=== | ||
+ | < | ||
+ | * **Explanation: | ||
+ | * **Arguments: | ||
+ | -$id: The numerical id of the message in the database. | ||
+ | * **Return value:** None | ||
+ | * **Comments: | ||
+ | ===messageQueueFinished()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===messageReQueued($id)=== | ||
+ | < | ||
+ | * **Explanation: | ||
+ | * **Arguments: | ||
+ | -$id: The numerical id of the message in the database. | ||
+ | * **Return value:** None | ||
+ | * **Comments: | ||
+ | ===messageStatus($id, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$id | ||
+ | -$status | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===messageStatusLimitReached($recentlySent)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$recentlySent | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mimeWrap($messageid, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$messageid | ||
+ | -$body | ||
+ | -$header | ||
+ | -$contenttype | ||
+ | -$destination | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===missingText($text)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$text | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===monthName($month, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$month | ||
+ | -$short | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===moveUser($userid)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$userid | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===my_shutdown ()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===my_shutdown()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_close()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_destroy ($SessionID)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$SessionID | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_gc ($maxlifetime = 300)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$maxlifetime | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_open ($save_path, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$save_path | ||
+ | -$session_name | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_read ($SessionID)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$SessionID | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===mysql_session_write ($SessionID, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$SessionID | ||
+ | -$val | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===name()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===next()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===noHeader()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===normalize($var)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$var | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===noShader()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===obscureCreditCard($cardno)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$cardno | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===ok()=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===openMbox($file)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$file | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===openPop($server, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$server | ||
+ | -$user | ||
+ | -$password | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output ($message)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$message | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output ($message, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$message | ||
+ | -$logit | ||
+ | -$target | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output ($message, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$message | ||
+ | -$reset | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output($message)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$message | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output($message, | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$message | ||
+ | -$reset | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output($msg)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$msg | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ===output($text)=== | ||
+ | < | ||
+ | * Arguments: | ||
+ | -$text | ||
+ | * Return value: | ||
+ | * Comments: | ||
+ | ~ | ||
+ | |[[http:// |