PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/wcwp/bin/wscite/scite-debug/scite_lua/scripts/php/completion/lookups/phpcc.lookup.b.php

http://wcwp.googlecode.com/
PHP | 324 lines | 324 code | 0 blank | 0 comment | 2 complexity | b00e00863d7482ec6a3cdfcbe8286d55 MD5 | raw file
Possible License(s): BSD-2-Clause, AGPL-1.0
  1. <?php
  2. $_LOOKUP = array(
  3. "base_convert" => array(
  4. "methodname" => "base_convert",
  5. "version" => "PHP3>= 3.0.6, PHP4, PHP5",
  6. "method" => "string base_convert ( string number, int frombase, int tobase )",
  7. "snippet" => "( \${1:\$number}, \${2:\$frombase}, \${3:\$tobase} )",
  8. "desc" => "Convert a number between arbitrary bases",
  9. "docurl" => "function.base-convert.html"
  10. ),
  11. "base64_decode" => array(
  12. "methodname" => "base64_decode",
  13. "version" => "PHP3, PHP4, PHP5",
  14. "method" => "string base64_decode ( string encoded_data )",
  15. "snippet" => "( \${1:\$encoded_data} )",
  16. "desc" => "Decodes data encoded with MIME base64",
  17. "docurl" => "function.base64-decode.html"
  18. ),
  19. "base64_encode" => array(
  20. "methodname" => "base64_encode",
  21. "version" => "PHP3, PHP4, PHP5",
  22. "method" => "string base64_encode ( string data )",
  23. "snippet" => "( \${1:\$data} )",
  24. "desc" => "Encodes data with MIME base64",
  25. "docurl" => "function.base64-encode.html"
  26. ),
  27. "basename" => array(
  28. "methodname" => "basename",
  29. "version" => "PHP3, PHP4, PHP5",
  30. "method" => "string basename ( string path [, string suffix] )",
  31. "snippet" => "( \${1:\$path} )",
  32. "desc" => "Returns filename component of path",
  33. "docurl" => "function.basename.html"
  34. ),
  35. "bcadd" => array(
  36. "methodname" => "bcadd",
  37. "version" => "PHP3, PHP4, PHP5",
  38. "method" => "string bcadd ( string left_operand, string right_operand [, int scale] )",
  39. "snippet" => "( \${1:\$left_operand}, \${2:\$right_operand} )",
  40. "desc" => "Add two arbitrary precision numbers",
  41. "docurl" => "function.bcadd.html"
  42. ),
  43. "bccomp" => array(
  44. "methodname" => "bccomp",
  45. "version" => "PHP3, PHP4, PHP5",
  46. "method" => "int bccomp ( string left_operand, string right_operand [, int scale] )",
  47. "snippet" => "( \${1:\$left_operand}, \${2:\$right_operand} )",
  48. "desc" => "Compare two arbitrary precision numbers",
  49. "docurl" => "function.bccomp.html"
  50. ),
  51. "bcdiv" => array(
  52. "methodname" => "bcdiv",
  53. "version" => "PHP3, PHP4, PHP5",
  54. "method" => "string bcdiv ( string left_operand, string right_operand [, int scale] )",
  55. "snippet" => "( \${1:\$left_operand}, \${2:\$right_operand} )",
  56. "desc" => "Divide two arbitrary precision numbers",
  57. "docurl" => "function.bcdiv.html"
  58. ),
  59. "bcmod" => array(
  60. "methodname" => "bcmod",
  61. "version" => "PHP3, PHP4, PHP5",
  62. "method" => "string bcmod ( string left_operand, string modulus )",
  63. "snippet" => "( \${1:\$left_operand}, \${2:\$modulus} )",
  64. "desc" => "Get modulus of an arbitrary precision number",
  65. "docurl" => "function.bcmod.html"
  66. ),
  67. "bcmul" => array(
  68. "methodname" => "bcmul",
  69. "version" => "PHP3, PHP4, PHP5",
  70. "method" => "string bcmul ( string left_operand, string right_operand [, int scale] )",
  71. "snippet" => "( \${1:\$left_operand}, \${2:\$right_operand} )",
  72. "desc" => "Multiply two arbitrary precision number",
  73. "docurl" => "function.bcmul.html"
  74. ),
  75. "bcompiler_load_exe" => array(
  76. "methodname" => "bcompiler_load_exe",
  77. "version" => "(no version information, might be only in CVS)",
  78. "method" => "bool bcompiler_load_exe ( string filename )",
  79. "snippet" => "( \${1:\$filename} )",
  80. "desc" => "Reads and creates classes from a bcompiler exe file",
  81. "docurl" => "function.bcompiler-load-exe.html"
  82. ),
  83. "bcompiler_load" => array(
  84. "methodname" => "bcompiler_load",
  85. "version" => "(no version information, might be only in CVS)",
  86. "method" => "bool bcompiler_load ( string filename )",
  87. "snippet" => "( \${1:\$filename} )",
  88. "desc" => "Reads and creates classes from a bz compressed file",
  89. "docurl" => "function.bcompiler-load.html"
  90. ),
  91. "bcompiler_parse_class" => array(
  92. "methodname" => "bcompiler_parse_class",
  93. "version" => "(no version information, might be only in CVS)",
  94. "method" => "bool bcompiler_parse_class ( string class, string callback )",
  95. "snippet" => "( \${1:\$class}, \${2:\$callback} )",
  96. "desc" => "Reads the bytecodes of a class and calls back to a user function",
  97. "docurl" => "function.bcompiler-parse-class.html"
  98. ),
  99. "bcompiler_read" => array(
  100. "methodname" => "bcompiler_read",
  101. "version" => "(no version information, might be only in CVS)",
  102. "method" => "bool bcompiler_read ( resource filehandle )",
  103. "snippet" => "( \${1:\$filehandle} )",
  104. "desc" => "Reads and creates classes from a filehandle",
  105. "docurl" => "function.bcompiler-read.html"
  106. ),
  107. "bcompiler_write_class" => array(
  108. "methodname" => "bcompiler_write_class",
  109. "version" => "(no version information, might be only in CVS)",
  110. "method" => "bool bcompiler_write_class ( resource filehandle, string className [, string extends] )",
  111. "snippet" => "( \${1:\$filehandle}, \${2:\$className} )",
  112. "desc" => "Writes an defined class as bytecodes",
  113. "docurl" => "function.bcompiler-write-class.html"
  114. ),
  115. "bcompiler_write_constant" => array(
  116. "methodname" => "bcompiler_write_constant",
  117. "version" => "undefined",
  118. "method" => "bool bcompiler_write_constant ( resource filehandle, string constantName )",
  119. "snippet" => "( \${1:\$filehandle}, \${2:\$constantName} )",
  120. "desc" => "",
  121. "docurl" => "function.bcompiler-write-constant.html"
  122. ),
  123. "bcompiler_write_exe_footer" => array(
  124. "methodname" => "bcompiler_write_exe_footer",
  125. "version" => "(no version information, might be only in CVS)",
  126. "method" => "bool bcompiler_write_exe_footer ( resource filehandle, int startpos )",
  127. "snippet" => "( \${1:\$filehandle}, \${2:\$startpos} )",
  128. "desc" => "",
  129. "docurl" => "function.bcompiler-write-exe-footer.html"
  130. ),
  131. "bcompiler_write_file" => array(
  132. "methodname" => "bcompiler_write_file",
  133. "version" => "(no version information, might be only in CVS)",
  134. "method" => "bool bcompiler_write_file ( resource filehandle, string filename )",
  135. "snippet" => "( \${1:\$filehandle}, \${2:\$filename} )",
  136. "desc" => "",
  137. "docurl" => "function.bcompiler-write-file.html"
  138. ),
  139. "bcompiler_write_footer" => array(
  140. "methodname" => "bcompiler_write_footer",
  141. "version" => "(no version information, might be only in CVS)",
  142. "method" => "bool bcompiler_write_footer ( resource filehandle )",
  143. "snippet" => "( \${1:\$filehandle} )",
  144. "desc" => "",
  145. "docurl" => "function.bcompiler-write-footer.html"
  146. ),
  147. "bcompiler_write_function" => array(
  148. "methodname" => "bcompiler_write_function",
  149. "version" => "(no version information, might be only in CVS)",
  150. "method" => "bool bcompiler_write_function ( resource filehandle, string functionName )",
  151. "snippet" => "( \${1:\$filehandle}, \${2:\$functionName} )",
  152. "desc" => "",
  153. "docurl" => "function.bcompiler-write-function.html"
  154. ),
  155. "bcompiler_write_functions_from_file" => array(
  156. "methodname" => "bcompiler_write_functions_from_file",
  157. "version" => "(no version information, might be only in CVS)",
  158. "method" => "bool bcompiler_write_functions_from_file ( resource filehandle, string fileName )",
  159. "snippet" => "( \${1:\$filehandle}, \${2:\$fileName} )",
  160. "desc" => "",
  161. "docurl" => "function.bcompiler-write-functions-from-file.html"
  162. ),
  163. "bcompiler_write_header" => array(
  164. "methodname" => "bcompiler_write_header",
  165. "version" => "(no version information, might be only in CVS)",
  166. "method" => "bool bcompiler_write_header ( resource filehandle [, string write_ver] )",
  167. "snippet" => "( \${1:\$filehandle} )",
  168. "desc" => "",
  169. "docurl" => "function.bcompiler-write-header.html"
  170. ),
  171. "bcpow" => array(
  172. "methodname" => "bcpow",
  173. "version" => "PHP3, PHP4, PHP5",
  174. "method" => "string bcpow ( string x, string y [, int scale] )",
  175. "snippet" => "( \${1:\$x}, \${2:\$y} )",
  176. "desc" => "Raise an arbitrary precision number to another",
  177. "docurl" => "function.bcpow.html"
  178. ),
  179. "bcpowmod" => array(
  180. "methodname" => "bcpowmod",
  181. "version" => "PHP5",
  182. "method" => "string bcpowmod ( string x, string y, string modulus [, int scale] )",
  183. "snippet" => "( \${1:\$x}, \${2:\$y}, \${3:\$modulus} )",
  184. "desc" => "Raise an arbitrary precision number to another, reduced by a specified modulus",
  185. "docurl" => "function.bcpowmod.html"
  186. ),
  187. "bcscale" => array(
  188. "methodname" => "bcscale",
  189. "version" => "PHP3, PHP4, PHP5",
  190. "method" => "bool bcscale ( int scale )",
  191. "snippet" => "( \${1:\$scale} )",
  192. "desc" => "Set default scale parameter for all bc math functions",
  193. "docurl" => "function.bcscale.html"
  194. ),
  195. "bcsqrt" => array(
  196. "methodname" => "bcsqrt",
  197. "version" => "PHP3, PHP4, PHP5",
  198. "method" => "string bcsqrt ( string operand [, int scale] )",
  199. "snippet" => "( \${1:\$operand} )",
  200. "desc" => "Get the square root of an arbitrary precision number",
  201. "docurl" => "function.bcsqrt.html"
  202. ),
  203. "bcsub" => array(
  204. "methodname" => "bcsub",
  205. "version" => "PHP3, PHP4, PHP5",
  206. "method" => "string bcsub ( string left_operand, string right_operand [, int scale] )",
  207. "snippet" => "( \${1:\$left_operand}, \${2:\$right_operand} )",
  208. "desc" => "Subtract one arbitrary precision number from another",
  209. "docurl" => "function.bcsub.html"
  210. ),
  211. "bin2hex" => array(
  212. "methodname" => "bin2hex",
  213. "version" => "PHP3>= 3.0.9, PHP4, PHP5",
  214. "method" => "string bin2hex ( string str )",
  215. "snippet" => "( \${1:\$str} )",
  216. "desc" => "Convert binary data into hexadecimal representation",
  217. "docurl" => "function.bin2hex.html"
  218. ),
  219. "bind_textdomain_codeset" => array(
  220. "methodname" => "bind_textdomain_codeset",
  221. "version" => "PHP4 >= 4.2.0, PHP5",
  222. "method" => "string bind_textdomain_codeset ( string domain, string codeset )",
  223. "snippet" => "( \${1:\$domain}, \${2:\$codeset} )",
  224. "desc" => "Specify the character encoding in which the messages from the DOMAIN message catalog will be returned",
  225. "docurl" => "function.bind-textdomain-codeset.html"
  226. ),
  227. "bindec" => array(
  228. "methodname" => "bindec",
  229. "version" => "PHP3, PHP4, PHP5",
  230. "method" => "number bindec ( string binary_string )",
  231. "snippet" => "( \${1:\$binary_string} )",
  232. "desc" => "Binary to decimal",
  233. "docurl" => "function.bindec.html"
  234. ),
  235. "bindtextdomain" => array(
  236. "methodname" => "bindtextdomain",
  237. "version" => "PHP3>= 3.0.7, PHP4, PHP5",
  238. "method" => "string bindtextdomain ( string domain, string directory )",
  239. "snippet" => "( \${1:\$domain}, \${2:\$directory} )",
  240. "desc" => "Sets the path for a domain",
  241. "docurl" => "function.bindtextdomain.html"
  242. ),
  243. "bzclose" => array(
  244. "methodname" => "bzclose",
  245. "version" => "PHP4 >= 4.0.4, PHP5",
  246. "method" => "int bzclose ( resource bz )",
  247. "snippet" => "( \${1:\$bz} )",
  248. "desc" => "Close a bzip2 file",
  249. "docurl" => "function.bzclose.html"
  250. ),
  251. "bzcompress" => array(
  252. "methodname" => "bzcompress",
  253. "version" => "PHP4 >= 4.0.4, PHP5",
  254. "method" => "string bzcompress ( string source [, int blocksize [, int workfactor]] )",
  255. "snippet" => "( \${1:\$source} )",
  256. "desc" => "Compress a string into bzip2 encoded data",
  257. "docurl" => "function.bzcompress.html"
  258. ),
  259. "bzdecompress" => array(
  260. "methodname" => "bzdecompress",
  261. "version" => "PHP4 >= 4.0.4, PHP5",
  262. "method" => "string bzdecompress ( string source [, int small] )",
  263. "snippet" => "( \${1:\$source} )",
  264. "desc" => "Decompresses bzip2 encoded data",
  265. "docurl" => "function.bzdecompress.html"
  266. ),
  267. "bzerrno" => array(
  268. "methodname" => "bzerrno",
  269. "version" => "PHP4 >= 4.0.4, PHP5",
  270. "method" => "int bzerrno ( resource bz )",
  271. "snippet" => "( \${1:\$bz} )",
  272. "desc" => "Returns a bzip2 error number",
  273. "docurl" => "function.bzerrno.html"
  274. ),
  275. "bzerror" => array(
  276. "methodname" => "bzerror",
  277. "version" => "PHP4 >= 4.0.4, PHP5",
  278. "method" => "array bzerror ( resource bz )",
  279. "snippet" => "( \${1:\$bz} )",
  280. "desc" => "Returns the bzip2 error number and error string in an array",
  281. "docurl" => "function.bzerror.html"
  282. ),
  283. "bzerrstr" => array(
  284. "methodname" => "bzerrstr",
  285. "version" => "PHP4 >= 4.0.4, PHP5",
  286. "method" => "string bzerrstr ( resource bz )",
  287. "snippet" => "( \${1:\$bz} )",
  288. "desc" => "Returns a bzip2 error string",
  289. "docurl" => "function.bzerrstr.html"
  290. ),
  291. "bzflush" => array(
  292. "methodname" => "bzflush",
  293. "version" => "PHP4 >= 4.0.4, PHP5",
  294. "method" => "int bzflush ( resource bz )",
  295. "snippet" => "( \${1:\$bz} )",
  296. "desc" => "Force a write of all buffered data",
  297. "docurl" => "function.bzflush.html"
  298. ),
  299. "bzopen" => array(
  300. "methodname" => "bzopen",
  301. "version" => "PHP4 >= 4.0.4, PHP5",
  302. "method" => "resource bzopen ( string filename, string mode )",
  303. "snippet" => "( \${1:\$filename}, \${2:\$mode} )",
  304. "desc" => "Opens a bzip2 compressed file",
  305. "docurl" => "function.bzopen.html"
  306. ),
  307. "bzread" => array(
  308. "methodname" => "bzread",
  309. "version" => "PHP4 >= 4.0.4, PHP5",
  310. "method" => "string bzread ( resource bz [, int length] )",
  311. "snippet" => "( \${1:\$bz} )",
  312. "desc" => "Binary safe bzip2 file read",
  313. "docurl" => "function.bzread.html"
  314. ),
  315. "bzwrite" => array(
  316. "methodname" => "bzwrite",
  317. "version" => "PHP4 >= 4.0.4, PHP5",
  318. "method" => "int bzwrite ( resource bz, string data [, int length] )",
  319. "snippet" => "( \${1:\$bz}, \${2:\$data} )",
  320. "desc" => "Binary safe bzip2 file write",
  321. "docurl" => "function.bzwrite.html"
  322. )
  323. ); # end of main array
  324. ?>