User Tools

Site Tools


develop:functiond

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
develop:functiond [2014/01/05 22:49]
arnoldvl [D/E]
develop:functiond [2015/05/08 20:04] (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.
 +
 +|[[http://resources.phplist.com/develop/functionb|Back]]| [[http://resources.phplist.com/develop/functionndx|Up to Index]]  |  [[http://resources.phplist.com/develop/functionf|Next]]|
 +====D/E====
 +===databaseTranslation($text)===
 +<code>languages.php, line 297</code>
 +  * Arguments:
 +    -$text
 +  * Return value:
 +  * Comments:
 +===date($name = "")===
 +<code>date.php, line 14</code>
 +  * Arguments:
 +    -$name
 +  * Return value:
 +  * Comments:
 +===dbg($variable = "", $description= 'Value', $table_started= 0)===
 +<code>commonlib/lib/debuglib.php, line 2</code>
 +  * Arguments:
 +    -$variable
 +    -$description
 +    -$table_started
 +  * Return value:
 +  * Comments:
 +===dbg($variable, $description = 'Value', $nestingLevel = 0)===
 +<code>connect.php, line 1282</code>
 +  * Arguments:
 +    -$variable
 +    -$description
 +    -$nestingLevel
 +  * Return value:
 +  * Comments:
 +===Debug($msg)===
 +<code>commonlib/lib/errorlib.php, line 183</code>
 +  * Arguments:
 +    -$msg
 +  * Return value:
 +  * Comments:
 +===decodeBody($header,$body)===
 +<code>processbounces.php, line 148</code>
 +  * Arguments:
 +    -$header
 +    -$body
 +  * Return value:
 +  * Comments:
 +===defaultBar()===
 +<code>commonlib/lib/interfacelib.php, line 687</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===deleteBounce($id = 0)===
 +<code>lib.php, line 1265</code>
 +  * Arguments:
 +    -$id
 +  * Return value:
 +  * Comments:
 +===deleteColumn($colname)===
 +<code>commonlib/lib/interfacelib.php, line 146</code>
 +  * Arguments:
 +    -$colname
 +  * Return value:
 +  * Comments:
 +===deleteElement($name)===
 +<code>commonlib/lib/interfacelib.php, line 117</code>
 +  * Arguments:
 +    -$name
 +  * Return value:
 +  * Comments:
 +===deleteItem($table,$attributeid,$delete)===
 +<code>editattributes.php, line 101</code>
 +  * Arguments:
 +    -$table
 +    -$attributeid
 +    -$delete
 +  * Return value:
 +  * Comments:
 +===deleteMessage($id = 0)===
 +<code>lib.php, line 1245</code>
 +  * Arguments:
 +    -$id
 +  * Return value:
 +  * Comments:
 +===deleteOldTokens()===
 +<code>login.php, line 49</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===deleteSent()===
 +<code>defaultplugin.php, line 190</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===deleteUser($id)===
 +<code>commonlib/lib/userlib.php, line 59</code>
 +  * Arguments:
 +    -$id
 +  * Return value:
 +  * Comments:
 +===delFsTree($dir)===
 +<code>lib.php, line 1566</code>
 +  * Arguments:
 +    -$dir
 +  * Return value:
 +  * Comments:
 +===delimited($data)===
 +<code>connect.php, line 1473</code>
 +  * Arguments:
 +    -$data
 +  * Return value:
 +  * Comments:
 +===display($add_index = 0, $class = "")===
 +<code>commonlib/lib/interfacelib.php, line 376</code>
 +  * Arguments:
 +    -$add_index
 +    -$class
 +  * Return value:
 +  * Comments:
 +===display($lid,$bid)===
 +<code>commonlib/lib/interfacelib.php, line 679</code>
 +  * Arguments:
 +    -$lid
 +    -$bid
 +  * Return value:
 +  * Comments:
 +===display($parent,$data,$leaf,$branch)===
 +<code>date.php, line 201</code>
 +  * Arguments:
 +    -$parent
 +    -$data
 +    -$leaf
 +    -$branch
 +  * Return value:
 +  * Comments:
 +===display()===
 +<code>commonlib/lib/interfacelib.php, line 1410</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===displayAbout()===
 +<code>defaultplugin.php, line 169</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===displayConfig($name)===
 +<code>defaultplugin.php, line 230</code>
 +  * Arguments:
 +    -$name
 +  * Return value:
 +  * Comments:
 +===displayEditList($list)===
 +<code>defaultplugin.php, line 699</code>
 +  * Arguments:
 +    -$list
 +  * Return value:
 +  * Comments:
 +===displayLists($list)===
 +<code>defaultplugin.php, line 692</code>
 +  * Arguments:
 +    -$list
 +  * Return value:
 +  * Comments:
 +===displayMessages($msg, &$status)===
 +<code>defaultplugin.php, line 308</code>
 +  * Arguments:
 +    -$msg
 +    -$status
 +  * Return value:
 +  * Comments:
 +===displaySubscribePageEdit($subscribePageData)===
 +<code>defaultplugin.php, line 719</code>
 +  * Arguments:
 +    -$subscribePageData
 +  * Return value:
 +  * Comments:
 +===displaySubscriptionChoice($pageData, $userID= 0)===
 +<code>defaultplugin.php, line 282</code>
 +  * Arguments:
 +    -$pageData
 +    -$userID
 +  * Return value:
 +  * Comments:
 +===displayUsers( $user, $rowid, $list )===
 +<code>defaultplugin.php, line 672</code>
 +  * Arguments:
 +    -$user
 +    -$rowid
 +    -$list
 +  * Return value:
 +  * Comments:
 +===dividerRow()===
 +<code>commonlib/lib/interfacelib.php, line 1359</code>
 +  * Arguments:
 +  * Return value:
 +  * Comments:
 +===DomTab($name = '')===
 +<code>commonlib/lib/interfacelib.php, line 632</code>
 +  * Arguments:
 +    -$name
 +  * Return value:
 +  * Comments:
 +===duplicateButton($name,$rows)===
 +<code>commonlib/lib/interfacelib.php, line 187</code>
 +  * Arguments:
 +    -$name
 +    -$rows
 +  * Return value:
 +  * Comments:
 +===elapsed($seconds = 0)===
 +<code>connect.php, line 1872</code>
 +  * Arguments:
 +    -$seconds
 +  * Return value:
 +  * Comments:
 +===EncodeFile ($path, $encoding = "base64")===
 +<code>class.phplistmailer.php, line 502</code>
 +  * Arguments:
 +    -$path
 +    -$encoding
 +  * Return value:
 +  * Comments:
 +===encodeLinks($text)===
 +<code>sendemaillib.php, line 1108</code>
 +  * Arguments:
 +    -$text
 +  * Return value:
 +  * Comments:
 +===encryptPass($pass)===
 +<code>lib.php, line 841</code>
 +  * Arguments:
 +    -$pass
 +  * Return value:
 +  * Comments:
 +===Error($msg)===
 +<code>commonlib/lib/errorlib.php, line 5</code>
 +  * Arguments:
 +    -$msg
 +  * Return value:
 +  * Comments:
 +===Error($msg,$documentationURL = '')===
 +<code>connect.php, line 377</code>
 +  * Arguments:
 +    -$msg
 +    -$documentationURL
 +  * Return value:
 +  * Comments:
 +===excludedDateForRepetition($date)===
 +<code>connect.php, line 1459</code>
 +  * Arguments:
 +    -$date
 +  * Return value:
 +  * Comments:
 +===existUserID($id = 0)===
 +<code>commonlib/lib/userlib.php, line 202</code>
 +  * Arguments:
 +    -$id
 +  * Return value:
 +  * Comments:
 +===expandURL($url)===
 +<code>lib.php, line 917</code>
 +  * Arguments:
 +    -$url
 +  * Return value:
 +  * Comments:
 +
 +|[[http://resources.phplist.com/develop/functionb|Back]]| [[http://resources.phplist.com/develop/functionndx|Up to Index]]  |   [[http://resources.phplist.com/develop/functionf|Next]]|
develop/functiond.txt · Last modified: 2015/05/08 20:04 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