User Tools

Site Tools


develop:functiona

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
develop:functiona [2014/01/05 22:46]
arnoldvl [Page A]
develop:functiona [2015/05/08 19:02] (current)
arnoldvl [An Index of PHPlist Functions and Class Methods]
Line 1: Line 1:
 +=====An Index of PHPlist Functions and Class Methods=====
 +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, that is, relative to the subdirectory //public_html/lists/admin//
  
 +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.
 +
 +The functions are listed in alphabetical order.
 +
 +|[[http://resources.phplist.com/develop/functiont|Back (to end of alphabet)]]|  [[http://resources.phplist.com/develop/functionndx|Up to Index]]     [[http://resources.phplist.com/develop/functionb|Next]]|
 +====A====
 +===accessLevel($page)===
 +<code>accesscheck.php, line 9</code>
 +  * Arguments:
 +    -$page
 +  * Return value:
 +  * Comments:
 +===ActionResult($msg)===
 +<code>connect.php, line 491</code>
 +  * Arguments:
 +    -$msg
 +  * Return value:
 +  * Comments:
 +===activate()===
 +<code>defaultplugin.php, line 164</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===add_attachment($contents,$filename,$mimetype)===
 +<code>class.phplistmailer.php, line 276</code>
 +  * Arguments:
 +    -$contents
 +    -$filename
 +    -$mimetype
 +  * Return value:
 +  * Comments:
 +===add_html($html,$text = '',$templateid = 0)===
 +<code>class.phplistmailer.php, line 148</code>
 +  * Arguments:
 +    -$html
 +    -$text
 +    -$templateid
 +  * Return value:
 +  * Comments:
 +===add_html_image($contents, $name = '', $content_type='application/octet-stream')===
 +<code>class.phplistmailer.php, line 355</code>
 +  * Arguments:
 +    -$contents
 +    -$name
 +    -$content_type
 +  * Return value:
 +  * Comments:
 +===add_text($text)===
 +<code>class.phplistmailer.php, line 179</code>
 +  * Arguments:
 +    -$text
 +  * Return value:
 +  * Comments:
 +===add_timestamp()===
 +<code>class.phplistmailer.php, line 158</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===addAbsoluteResources($text,$url)===
 +<code>commonlib/lib/maillib.php, line 119</code>
 +  * Arguments:
 +    -$text
 +    -$url
 +  * Return value:
 +  * Comments:
 +===addAttachments($msgid,&$mail,$type)===
 +<code>sendemaillib.php, line 934</code>
 +  * Arguments:
 +    -$msgid
 +    -$mail
 +    -$type
 +  * Return value:
 +  * Comments:
 +===addButton($button)===
 +<code>commonlib/lib/interfacelib.php, line 1122</code>
 +  * Arguments:
 +    -$button
 +  * Return value:
 +  * Comments:
 +===addButton($name,$url)===
 +<code>commonlib/lib/interfacelib.php, line 179</code>
 +  * Arguments:
 +    -$name
 +    -$url
 +  * Return value:
 +  * Comments:
 +===addColumn($name,$column_name,$value,$url="",$align="")===
 +<code>commonlib/lib/interfacelib.php, line 129</code>
 +  * Arguments:
 +    -$name
 +    -$column_name
 +    -$value
 +    -$url
 +    -$align
 +  * Return value:
 +  * Comments:
 +===addContent($content)===
 +<code>commonlib/lib/interfacelib.php, line 1174</code>
 +  * Arguments:
 +    -$content
 +  * Return value:
 +  * Comments:
 +===addElement($name,$url = "",$colsize="")===
 +<code>commonlib/lib/interfacelib.php, line 100</code>
 +  * Arguments:
 +    -$name
 +    -$url
 +    -$colsize
 +  * Return value:
 +  * Comments:
 +===addEmailToBlackList($email,$reason = '',$date = '')===
 +<code>commonlib/lib/userlib.php, line 390</code>
 +  * Arguments:
 +    -$email
 +    -$reason
 +    -$date
 +  * Return value:
 +  * Comments:
 +===addHTMLFooter($message,$footer)===
 +<code>sendemaillib.php, line 1278</code>
 +  * Arguments:
 +    -$message
 +    -$footer
 +  * Return value:
 +  * Comments:
 +===addInput ($name,$value)===
 +<code>commonlib/lib/interfacelib.php, line 172</code>
 +  * Arguments:
 +    -$name
 +    -$value
 +  * Return value:
 +  * Comments:
 +===addKeywordLibrary($name)===
 +<code>commonlib/lib/userlib.php, line 890</code>
 +  * Arguments:
 +    -$name
 +  * Return value:
 +  * Comments:
 +===addLinkCode($code)===
 +<code>commonlib/lib/interfacelib.php, line 888</code>
 +  * Arguments:
 +    -$code
 +  * Return value:
 +  * Comments:
 +===addNewUser($email,$password = "")===
 +<code>commonlib/lib/userlib.php, line 83</code>
 +  * Arguments:
 +    -$email
 +    -$password
 +  * Return value:
 +  * Comments:
 +===addPrevNext()===
 +<code>commonlib/lib/interfacelib.php, line 839</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===addRow($name,$row_name,$value,$url="",$align="",$class="")===
 +<code>commonlib/lib/interfacelib.php, line 160</code>
 +  * Arguments:
 +    -$name
 +    -$row_name
 +    -$value
 +    -$url
 +    -$align
 +    -$class
 +  * Return value:
 +  * Comments:
 +===addSlashesArray($array)===
 +<code>commonlib/lib/magic_quotes.php, line 4</code>
 +  * Arguments:
 +    -$array
 +  * Return value:
 +  * Comments:
 +===addSort()===
 +<code>commonlib/lib/interfacelib.php, line 121</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===addSubmitButton($name,$label)===
 +<code>commonlib/lib/interfacelib.php, line 183</code>
 +  * Arguments:
 +    -$name
 +    -$label
 +  * Return value:
 +  * Comments:
 +===addSubscriberStatistics($item = '',$amount,$list = 0)===
 +<code>lib.php, line 1213</code>
 +  * Arguments:
 +    -$item
 +    -$amount
 +    -$list
 +  * Return value:
 +  * Comments:
 +===addTab($label,$url = "",$name = '')===
 +<code>commonlib/lib/interfacelib.php, line 831</code>
 +  * Arguments:
 +    -$label
 +    -$url
 +    -$name
 +  * Return value:
 +  * Comments:
 +===addTab($title,$content)===
 +<code>commonlib/lib/interfacelib.php, line 636</code>
 +  * Arguments:
 +    -$title
 +    -$content
 +  * Return value:
 +  * Comments:
 +===addTabNo()===
 +<code>commonlib/lib/interfacelib.php, line 843</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===AddTimeStamp($sTimeStamp)===
 +<code>class.phplistmailer.php, line 175</code>
 +  * Arguments:
 +    -$sTimeStamp
 +  * Return value:
 +  * Comments:
 +===addUniqID($userid)===
 +<code>reconcileusers.php, line 125</code>
 +  * Arguments:
 +    -$userid
 +  * Return value:
 +  * Comments:
 +===addUserForm ($listid)===
 +<code>members.php, line 43</code>
 +  * Arguments:
 +    -$listid
 +  * Return value:
 +  * Comments:
 +===addUserHistory($email,$msg,$detail)===
 +<code>commonlib/lib/userlib.php, line 582</code>
 +  * Arguments:
 +    -$email
 +    -$msg
 +    -$detail
 +  * Return value:
 +  * Comments:
 +===addUserToBlackList($email,$reason = '')===
 +<code>commonlib/lib/userlib.php, line 383</code>
 +  * Arguments:
 +    -$email
 +    -$reason
 +  * Return value:
 +  * Comments:
 +===adminBar($lid,$bid)===
 +<code>commonlib/lib/interfacelib.php, line 691</code>
 +  * Arguments:
 +    -$lid
 +    -$bid
 +  * Return value:
 +  * Comments:
 +===adminmenu()===
 +<code>defaultplugin.php, line 271</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===adminName($id = 0)===
 +<code>lib.php, line 1187</code>
 +  * Arguments:
 +    -$id
 +  * Return value:
 +  * Comments:
 +===allowMessageToBeQueued($messagedata = array())===
 +<code>defaultplugin.php, line 623</code>
 +  * Arguments:
 +    -$messagedata
 +  * Return value:
 +  * Comments:
 +===AmazonSESSend($messageheader,$messagebody)===
 +<code>class.phplistmailer.php, line 507</code>
 +  * Arguments:
 +    -$messageheader
 +    -$messagebody
 +  * Return value:
 +  * Comments:
 +===append_text($text)===
 +<code>class.phplistmailer.php, line 189</code>
 +  * Arguments:
 +    -$text
 +  * Return value:
 +  * Comments:
 +===appendText($file,$text)===
 +<code>languages.php, line 419</code>
 +  * Arguments:
 +    -$file
 +    -$text
 +  * Return value:
 +  * Comments:
 +===AttributeValue($table,$value)===
 +<code>commonlib/lib/userlib.php, line 177</code>
 +  * Arguments:
 +    -$table
 +    -$value
 +  * Return value:
 +  * Comments:
 +
 +|[[http://resources.phplist.com/develop/functionndx|Back (to end of alphabet)]]|    [[http://resources.phplist.com/develop/functionndx|Up to Index]]  |  [[http://resources.phplist.com/develop/functionb|Next]]|
develop/functiona.txt · Last modified: 2015/05/08 19:02 by arnoldvl

Resources
Contact Us

e: info@phplist.com

Boring Bit

phpList is a registered limited company

UK Company No. 07582966

VAT Registration 122 0788 37

© phpList 2016