PageRenderTime 56ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://wcwp.googlecode.com/
PHP | 901 lines | 900 code | 1 blank | 0 comment | 6 complexity | 98ca2b94dd3e20799db6176d47dc0201 MD5 | raw file
Possible License(s): BSD-2-Clause, AGPL-1.0
  1. <?php
  2. $_LOOKUP = array(
  3. "gd_info" => array(
  4. "methodname" => "gd_info",
  5. "version" => "PHP4 >= 4.3.0, PHP5",
  6. "method" => "array gd_info ( void )",
  7. "snippet" => "( )",
  8. "desc" => "Retrieve information about the currently installed GD library",
  9. "docurl" => "function.gd-info.html"
  10. ),
  11. "get_browser" => array(
  12. "methodname" => "get_browser",
  13. "version" => "PHP3, PHP4, PHP5",
  14. "method" => "object get_browser ( [string user_agent [, bool return_array]] )",
  15. "snippet" => "( \$1 )",
  16. "desc" => "Tells what the user\'s browser is capable of",
  17. "docurl" => "function.get-browser.html"
  18. ),
  19. "get_cfg_var" => array(
  20. "methodname" => "get_cfg_var",
  21. "version" => "PHP3, PHP4, PHP5",
  22. "method" => "string get_cfg_var ( string varname )",
  23. "snippet" => "( \${1:\$varname} )",
  24. "desc" => "Gets the value of a PHP configuration option",
  25. "docurl" => "function.get-cfg-var.html"
  26. ),
  27. "get_class_methods" => array(
  28. "methodname" => "get_class_methods",
  29. "version" => "PHP4, PHP5",
  30. "method" => "array get_class_methods ( mixed class_name )",
  31. "snippet" => "( \${1:\$class_name} )",
  32. "desc" => "Returns an array of class methods\' names",
  33. "docurl" => "function.get-class-methods.html"
  34. ),
  35. "get_class_vars" => array(
  36. "methodname" => "get_class_vars",
  37. "version" => "PHP4, PHP5",
  38. "method" => "array get_class_vars ( string class_name )",
  39. "snippet" => "( \${1:\$class_name} )",
  40. "desc" => "Returns an array of default properties of the class",
  41. "docurl" => "function.get-class-vars.html"
  42. ),
  43. "get_class" => array(
  44. "methodname" => "get_class",
  45. "version" => "PHP4, PHP5",
  46. "method" => "string get_class ( object obj )",
  47. "snippet" => "( \${1:\$obj} )",
  48. "desc" => "Returns the name of the class of an object",
  49. "docurl" => "function.get-class.html"
  50. ),
  51. "get_current_user" => array(
  52. "methodname" => "get_current_user",
  53. "version" => "PHP3, PHP4, PHP5",
  54. "method" => "string get_current_user ( void )",
  55. "snippet" => "( )",
  56. "desc" => "Gets the name of the owner of the current PHP script",
  57. "docurl" => "function.get-current-user.html"
  58. ),
  59. "get_declared_classes" => array(
  60. "methodname" => "get_declared_classes",
  61. "version" => "PHP4, PHP5",
  62. "method" => "array get_declared_classes ( void )",
  63. "snippet" => "( )",
  64. "desc" => "Returns an array with the name of the defined classes",
  65. "docurl" => "function.get-declared-classes.html"
  66. ),
  67. "get_declared_interfaces" => array(
  68. "methodname" => "get_declared_interfaces",
  69. "version" => "PHP5",
  70. "method" => "array get_declared_interfaces ( void )",
  71. "snippet" => "( )",
  72. "desc" => "Returns an array of all declared interfaces",
  73. "docurl" => "function.get-declared-interfaces.html"
  74. ),
  75. "get_defined_constants" => array(
  76. "methodname" => "get_defined_constants",
  77. "version" => "PHP4 >= 4.1.0, PHP5",
  78. "method" => "array get_defined_constants ( [mixed categorize] )",
  79. "snippet" => "( \$1 )",
  80. "desc" => "Returns an associative array with the names of all the constants and their values",
  81. "docurl" => "function.get-defined-constants.html"
  82. ),
  83. "get_defined_functions" => array(
  84. "methodname" => "get_defined_functions",
  85. "version" => "PHP4 >= 4.0.4, PHP5",
  86. "method" => "array get_defined_functions ( void )",
  87. "snippet" => "( )",
  88. "desc" => "Returns an array of all defined functions",
  89. "docurl" => "function.get-defined-functions.html"
  90. ),
  91. "get_defined_vars" => array(
  92. "methodname" => "get_defined_vars",
  93. "version" => "PHP4 >= 4.0.4, PHP5",
  94. "method" => "array get_defined_vars ( void )",
  95. "snippet" => "( )",
  96. "desc" => "Returns an array of all defined variables",
  97. "docurl" => "function.get-defined-vars.html"
  98. ),
  99. "get_extension_funcs" => array(
  100. "methodname" => "get_extension_funcs",
  101. "version" => "PHP4, PHP5",
  102. "method" => "array get_extension_funcs ( string module_name )",
  103. "snippet" => "( \${1:\$module_name} )",
  104. "desc" => "Returns an array with the names of the functions of a module",
  105. "docurl" => "function.get-extension-funcs.html"
  106. ),
  107. "get_headers" => array(
  108. "methodname" => "get_headers",
  109. "version" => "PHP5",
  110. "method" => "array get_headers ( string url [, int format] )",
  111. "snippet" => "( \${1:\$url} )",
  112. "desc" => "Fetches all the headers sent by the server in response to a HTTP request",
  113. "docurl" => "function.get-headers.html"
  114. ),
  115. "get_html_translation_table" => array(
  116. "methodname" => "get_html_translation_table",
  117. "version" => "PHP4, PHP5",
  118. "method" => "array get_html_translation_table ( [int table [, int quote_style]] )",
  119. "snippet" => "( \$1 )",
  120. "desc" => "Returns the translation table used by htmlspecialchars() and htmlentities()",
  121. "docurl" => "function.get-html-translation-table.html"
  122. ),
  123. "get_include_path" => array(
  124. "methodname" => "get_include_path",
  125. "version" => "PHP4 >= 4.3.0, PHP5",
  126. "method" => "string get_include_path ( void )",
  127. "snippet" => "( )",
  128. "desc" => "Gets the current include_path configuration option",
  129. "docurl" => "function.get-include-path.html"
  130. ),
  131. "get_included_files" => array(
  132. "methodname" => "get_included_files",
  133. "version" => "PHP4, PHP5",
  134. "method" => "array get_included_files ( void )",
  135. "snippet" => "( )",
  136. "desc" => "Returns an array with the names of included or required files",
  137. "docurl" => "function.get-included-files.html"
  138. ),
  139. "get_loaded_extensions" => array(
  140. "methodname" => "get_loaded_extensions",
  141. "version" => "PHP4, PHP5",
  142. "method" => "array get_loaded_extensions ( void )",
  143. "snippet" => "( )",
  144. "desc" => "Returns an array with the names of all modules compiled and loaded",
  145. "docurl" => "function.get-loaded-extensions.html"
  146. ),
  147. "get_magic_quotes_gpc" => array(
  148. "methodname" => "get_magic_quotes_gpc",
  149. "version" => "PHP3>= 3.0.6, PHP4, PHP5",
  150. "method" => "int get_magic_quotes_gpc ( void )",
  151. "snippet" => "( )",
  152. "desc" => "Gets the current configuration setting of magic quotes gpc",
  153. "docurl" => "function.get-magic-quotes-gpc.html"
  154. ),
  155. "get_magic_quotes_runtime" => array(
  156. "methodname" => "get_magic_quotes_runtime",
  157. "version" => "PHP3>= 3.0.6, PHP4, PHP5",
  158. "method" => "int get_magic_quotes_runtime ( void )",
  159. "snippet" => "( )",
  160. "desc" => "Gets the current active configuration setting of magic_quotes_runtime",
  161. "docurl" => "function.get-magic-quotes-runtime.html"
  162. ),
  163. "get_meta_tags" => array(
  164. "methodname" => "get_meta_tags",
  165. "version" => "PHP3>= 3.0.4, PHP4, PHP5",
  166. "method" => "array get_meta_tags ( string filename [, bool use_include_path] )",
  167. "snippet" => "( \${1:\$filename} )",
  168. "desc" => "Extracts all meta tag content attributes from a file and returns an array",
  169. "docurl" => "function.get-meta-tags.html"
  170. ),
  171. "get_object_vars" => array(
  172. "methodname" => "get_object_vars",
  173. "version" => "PHP4, PHP5",
  174. "method" => "array get_object_vars ( object obj )",
  175. "snippet" => "( \${1:\$obj} )",
  176. "desc" => "Returns an associative array of object properties",
  177. "docurl" => "function.get-object-vars.html"
  178. ),
  179. "get_parent_class" => array(
  180. "methodname" => "get_parent_class",
  181. "version" => "PHP4, PHP5",
  182. "method" => "string get_parent_class ( mixed obj )",
  183. "snippet" => "( \${1:\$obj} )",
  184. "desc" => "Retrieves the parent class name for object or class",
  185. "docurl" => "function.get-parent-class.html"
  186. ),
  187. "get_required_files" => array(
  188. "methodname" => "get_required_files",
  189. "version" => "(PHP4, PHP5)",
  190. "method" => "array get_required_files ( void )",
  191. "snippet" => "( \$1 )",
  192. "desc" => "Alias of get_included_files()\n",
  193. "docurl" => "function.get-required-files.html"
  194. ),
  195. "get_resource_type" => array(
  196. "methodname" => "get_resource_type",
  197. "version" => "PHP4 >= 4.0.2, PHP5",
  198. "method" => "string get_resource_type ( resource handle )",
  199. "snippet" => "( \${1:\$handle} )",
  200. "desc" => "Returns the resource type",
  201. "docurl" => "function.get-resource-type.html"
  202. ),
  203. "getallheaders" => array(
  204. "methodname" => "getallheaders",
  205. "version" => "PHP3, PHP4, PHP5",
  206. "method" => "array getallheaders ( void )",
  207. "snippet" => "( )",
  208. "desc" => "Fetch all HTTP request headers",
  209. "docurl" => "function.getallheaders.html"
  210. ),
  211. "getcwd" => array(
  212. "methodname" => "getcwd",
  213. "version" => "PHP4, PHP5",
  214. "method" => "string getcwd ( void )",
  215. "snippet" => "( )",
  216. "desc" => "Gets the current working directory",
  217. "docurl" => "function.getcwd.html"
  218. ),
  219. "getdate" => array(
  220. "methodname" => "getdate",
  221. "version" => "PHP3, PHP4, PHP5",
  222. "method" => "array getdate ( [int timestamp] )",
  223. "snippet" => "( \$1 )",
  224. "desc" => "Get date/time information",
  225. "docurl" => "function.getdate.html"
  226. ),
  227. "getenv" => array(
  228. "methodname" => "getenv",
  229. "version" => "PHP3, PHP4, PHP5",
  230. "method" => "string getenv ( string varname )",
  231. "snippet" => "( \${1:\$varname} )",
  232. "desc" => "Gets the value of an environment variable",
  233. "docurl" => "function.getenv.html"
  234. ),
  235. "gethostbyaddr" => array(
  236. "methodname" => "gethostbyaddr",
  237. "version" => "PHP3, PHP4, PHP5",
  238. "method" => "string gethostbyaddr ( string ip_address )",
  239. "snippet" => "( \${1:\$ip_address} )",
  240. "desc" => "Get the Internet host name corresponding to a given IP address",
  241. "docurl" => "function.gethostbyaddr.html"
  242. ),
  243. "gethostbyname" => array(
  244. "methodname" => "gethostbyname",
  245. "version" => "PHP3, PHP4, PHP5",
  246. "method" => "string gethostbyname ( string hostname )",
  247. "snippet" => "( \${1:\$hostname} )",
  248. "desc" => "Get the IP address corresponding to a given Internet host name",
  249. "docurl" => "function.gethostbyname.html"
  250. ),
  251. "gethostbynamel" => array(
  252. "methodname" => "gethostbynamel",
  253. "version" => "PHP3, PHP4, PHP5",
  254. "method" => "array gethostbynamel ( string hostname )",
  255. "snippet" => "( \${1:\$hostname} )",
  256. "desc" => "Get a list of IP addresses corresponding to a given Internet host name",
  257. "docurl" => "function.gethostbynamel.html"
  258. ),
  259. "getimagesize" => array(
  260. "methodname" => "getimagesize",
  261. "version" => "PHP3, PHP4, PHP5",
  262. "method" => "array getimagesize ( string filename [, array &imageinfo] )",
  263. "snippet" => "( \${1:\$filename} )",
  264. "desc" => "Get the size of an image",
  265. "docurl" => "function.getimagesize.html"
  266. ),
  267. "getlastmod" => array(
  268. "methodname" => "getlastmod",
  269. "version" => "PHP3, PHP4, PHP5",
  270. "method" => "int getlastmod ( void )",
  271. "snippet" => "( )",
  272. "desc" => "Gets time of last page modification",
  273. "docurl" => "function.getlastmod.html"
  274. ),
  275. "getmxrr" => array(
  276. "methodname" => "getmxrr",
  277. "version" => "PHP3, PHP4, PHP5",
  278. "method" => "bool getmxrr ( string hostname, array &mxhosts [, array &weight] )",
  279. "snippet" => "( \${1:\$hostname}, \${2:\$mxhosts} )",
  280. "desc" => "Get MX records corresponding to a given Internet host name",
  281. "docurl" => "function.getmxrr.html"
  282. ),
  283. "getmygid" => array(
  284. "methodname" => "getmygid",
  285. "version" => "PHP4 >= 4.1.0, PHP5",
  286. "method" => "int getmygid ( void )",
  287. "snippet" => "( )",
  288. "desc" => "Get PHP script owner\'s GID",
  289. "docurl" => "function.getmygid.html"
  290. ),
  291. "getmyinode" => array(
  292. "methodname" => "getmyinode",
  293. "version" => "PHP3, PHP4, PHP5",
  294. "method" => "int getmyinode ( void )",
  295. "snippet" => "( )",
  296. "desc" => "Gets the inode of the current script",
  297. "docurl" => "function.getmyinode.html"
  298. ),
  299. "getmypid" => array(
  300. "methodname" => "getmypid",
  301. "version" => "PHP3, PHP4, PHP5",
  302. "method" => "int getmypid ( void )",
  303. "snippet" => "( )",
  304. "desc" => "Gets PHP\'s process ID",
  305. "docurl" => "function.getmypid.html"
  306. ),
  307. "getmyuid" => array(
  308. "methodname" => "getmyuid",
  309. "version" => "PHP3, PHP4, PHP5",
  310. "method" => "int getmyuid ( void )",
  311. "snippet" => "( )",
  312. "desc" => "Gets PHP script owner\'s UID",
  313. "docurl" => "function.getmyuid.html"
  314. ),
  315. "getopt" => array(
  316. "methodname" => "getopt",
  317. "version" => "PHP4 >= 4.3.0, PHP5",
  318. "method" => "array getopt ( string options [, array longopts] )",
  319. "snippet" => "( \${1:\$options} )",
  320. "desc" => "Gets options from the command line argument list",
  321. "docurl" => "function.getopt.html"
  322. ),
  323. "getprotobyname" => array(
  324. "methodname" => "getprotobyname",
  325. "version" => "PHP4, PHP5",
  326. "method" => "int getprotobyname ( string name )",
  327. "snippet" => "( \${1:\$name} )",
  328. "desc" => "Get protocol number associated with protocol name",
  329. "docurl" => "function.getprotobyname.html"
  330. ),
  331. "getprotobynumber" => array(
  332. "methodname" => "getprotobynumber",
  333. "version" => "PHP4, PHP5",
  334. "method" => "string getprotobynumber ( int number )",
  335. "snippet" => "( \${1:\$number} )",
  336. "desc" => "Get protocol name associated with protocol number",
  337. "docurl" => "function.getprotobynumber.html"
  338. ),
  339. "getrandmax" => array(
  340. "methodname" => "getrandmax",
  341. "version" => "PHP3, PHP4, PHP5",
  342. "method" => "int getrandmax ( void )",
  343. "snippet" => "( )",
  344. "desc" => "Show largest possible random value",
  345. "docurl" => "function.getrandmax.html"
  346. ),
  347. "getrusage" => array(
  348. "methodname" => "getrusage",
  349. "version" => "PHP3>= 3.0.7, PHP4, PHP5",
  350. "method" => "array getrusage ( [int who] )",
  351. "snippet" => "( \$1 )",
  352. "desc" => "Gets the current resource usages",
  353. "docurl" => "function.getrusage.html"
  354. ),
  355. "getservbyname" => array(
  356. "methodname" => "getservbyname",
  357. "version" => "PHP4, PHP5",
  358. "method" => "int getservbyname ( string service, string protocol )",
  359. "snippet" => "( \${1:\$service}, \${2:\$protocol} )",
  360. "desc" => "Get port number associated with an Internet service and protocol",
  361. "docurl" => "function.getservbyname.html"
  362. ),
  363. "getservbyport" => array(
  364. "methodname" => "getservbyport",
  365. "version" => "PHP4, PHP5",
  366. "method" => "string getservbyport ( int port, string protocol )",
  367. "snippet" => "( \${1:\$port}, \${2:\$protocol} )",
  368. "desc" => "Get Internet service which corresponds to port and protocol",
  369. "docurl" => "function.getservbyport.html"
  370. ),
  371. "gettext" => array(
  372. "methodname" => "gettext",
  373. "version" => "PHP3>= 3.0.7, PHP4, PHP5",
  374. "method" => "string gettext ( string message )",
  375. "snippet" => "( \${1:\$message} )",
  376. "desc" => "Lookup a message in the current domain",
  377. "docurl" => "function.gettext.html"
  378. ),
  379. "gettimeofday" => array(
  380. "methodname" => "gettimeofday",
  381. "version" => "PHP3>= 3.0.7, PHP4, PHP5",
  382. "method" => "mixed gettimeofday ( [bool return_float] )",
  383. "snippet" => "( \$1 )",
  384. "desc" => "Get current time",
  385. "docurl" => "function.gettimeofday.html"
  386. ),
  387. "gettype" => array(
  388. "methodname" => "gettype",
  389. "version" => "PHP3, PHP4, PHP5",
  390. "method" => "string gettype ( mixed var )",
  391. "snippet" => "( \${1:\$var} )",
  392. "desc" => "Get the type of a variable",
  393. "docurl" => "function.gettype.html"
  394. ),
  395. "glob" => array(
  396. "methodname" => "glob",
  397. "version" => "PHP4 >= 4.3.0, PHP5",
  398. "method" => "array glob ( string pattern [, int flags] )",
  399. "snippet" => "( \${1:\$pattern} )",
  400. "desc" => "Find pathnames matching a pattern",
  401. "docurl" => "function.glob.html"
  402. ),
  403. "gmdate" => array(
  404. "methodname" => "gmdate",
  405. "version" => "PHP3, PHP4, PHP5",
  406. "method" => "string gmdate ( string format [, int timestamp] )",
  407. "snippet" => "( \${1:\$format} )",
  408. "desc" => "Format a GMT/UTC date/time",
  409. "docurl" => "function.gmdate.html"
  410. ),
  411. "gmmktime" => array(
  412. "methodname" => "gmmktime",
  413. "version" => "PHP3, PHP4, PHP5",
  414. "method" => "int gmmktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )",
  415. "snippet" => "( \$1 )",
  416. "desc" => "Get Unix timestamp for a GMT date",
  417. "docurl" => "function.gmmktime.html"
  418. ),
  419. "gmp_abs" => array(
  420. "methodname" => "gmp_abs",
  421. "version" => "PHP4 >= 4.0.4, PHP5",
  422. "method" => "resource gmp_abs ( resource a )",
  423. "snippet" => "( \${1:\$a} )",
  424. "desc" => "Absolute value",
  425. "docurl" => "function.gmp-abs.html"
  426. ),
  427. "gmp_add" => array(
  428. "methodname" => "gmp_add",
  429. "version" => "PHP4 >= 4.0.4, PHP5",
  430. "method" => "resource gmp_add ( resource a, resource b )",
  431. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  432. "desc" => "Add numbers",
  433. "docurl" => "function.gmp-add.html"
  434. ),
  435. "gmp_and" => array(
  436. "methodname" => "gmp_and",
  437. "version" => "PHP4 >= 4.0.4, PHP5",
  438. "method" => "resource gmp_and ( resource a, resource b )",
  439. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  440. "desc" => "Logical AND",
  441. "docurl" => "function.gmp-and.html"
  442. ),
  443. "gmp_clrbit" => array(
  444. "methodname" => "gmp_clrbit",
  445. "version" => "PHP4 >= 4.0.4, PHP5",
  446. "method" => "void gmp_clrbit ( resource &a, int index )",
  447. "snippet" => "( \${1:\$a}, \${2:\$index} )",
  448. "desc" => "Clear bit",
  449. "docurl" => "function.gmp-clrbit.html"
  450. ),
  451. "gmp_cmp" => array(
  452. "methodname" => "gmp_cmp",
  453. "version" => "PHP4 >= 4.0.4, PHP5",
  454. "method" => "int gmp_cmp ( resource a, resource b )",
  455. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  456. "desc" => "Compare numbers",
  457. "docurl" => "function.gmp-cmp.html"
  458. ),
  459. "gmp_com" => array(
  460. "methodname" => "gmp_com",
  461. "version" => "PHP4 >= 4.0.4, PHP5",
  462. "method" => "resource gmp_com ( resource a )",
  463. "snippet" => "( \${1:\$a} )",
  464. "desc" => "Calculates one\'s complement",
  465. "docurl" => "function.gmp-com.html"
  466. ),
  467. "gmp_div_q" => array(
  468. "methodname" => "gmp_div_q",
  469. "version" => "PHP4 >= 4.0.4, PHP5",
  470. "method" => "resource gmp_div_q ( resource a, resource b [, int round] )",
  471. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  472. "desc" => "Divide numbers",
  473. "docurl" => "function.gmp-div-q.html"
  474. ),
  475. "gmp_div_qr" => array(
  476. "methodname" => "gmp_div_qr",
  477. "version" => "PHP4 >= 4.0.4, PHP5",
  478. "method" => "array gmp_div_qr ( resource n, resource d [, int round] )",
  479. "snippet" => "( \${1:\$n}, \${2:\$d} )",
  480. "desc" => "Divide numbers and get quotient and remainder",
  481. "docurl" => "function.gmp-div-qr.html"
  482. ),
  483. "gmp_div_r" => array(
  484. "methodname" => "gmp_div_r",
  485. "version" => "PHP4 >= 4.0.4, PHP5",
  486. "method" => "resource gmp_div_r ( resource n, resource d [, int round] )",
  487. "snippet" => "( \${1:\$n}, \${2:\$d} )",
  488. "desc" => "Remainder of the division of numbers",
  489. "docurl" => "function.gmp-div-r.html"
  490. ),
  491. "gmp_div" => array(
  492. "methodname" => "gmp_div",
  493. "version" => "PHP4 >= 4.0.4, PHP5",
  494. "method" => "",
  495. "snippet" => "( \$1 )",
  496. "desc" => "Alias of gmp_div_q()\nDivide numbers",
  497. "docurl" => "function.gmp-div.html"
  498. ),
  499. "gmp_divexact" => array(
  500. "methodname" => "gmp_divexact",
  501. "version" => "PHP4 >= 4.0.4, PHP5",
  502. "method" => "resource gmp_divexact ( resource n, resource d )",
  503. "snippet" => "( \${1:\$n}, \${2:\$d} )",
  504. "desc" => "Exact division of numbers",
  505. "docurl" => "function.gmp-divexact.html"
  506. ),
  507. "gmp_fact" => array(
  508. "methodname" => "gmp_fact",
  509. "version" => "PHP4 >= 4.0.4, PHP5",
  510. "method" => "resource gmp_fact ( int a )",
  511. "snippet" => "( \${1:\$a} )",
  512. "desc" => "Factorial",
  513. "docurl" => "function.gmp-fact.html"
  514. ),
  515. "gmp_gcd" => array(
  516. "methodname" => "gmp_gcd",
  517. "version" => "PHP4 >= 4.0.4, PHP5",
  518. "method" => "resource gmp_gcd ( resource a, resource b )",
  519. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  520. "desc" => "Calculate GCD",
  521. "docurl" => "function.gmp-gcd.html"
  522. ),
  523. "gmp_gcdext" => array(
  524. "methodname" => "gmp_gcdext",
  525. "version" => "PHP4 >= 4.0.4, PHP5",
  526. "method" => "array gmp_gcdext ( resource a, resource b )",
  527. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  528. "desc" => "Calculate GCD and multipliers",
  529. "docurl" => "function.gmp-gcdext.html"
  530. ),
  531. "gmp_hamdist" => array(
  532. "methodname" => "gmp_hamdist",
  533. "version" => "PHP4 >= 4.0.4, PHP5",
  534. "method" => "int gmp_hamdist ( resource a, resource b )",
  535. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  536. "desc" => "Hamming distance",
  537. "docurl" => "function.gmp-hamdist.html"
  538. ),
  539. "gmp_init" => array(
  540. "methodname" => "gmp_init",
  541. "version" => "PHP4 >= 4.0.4, PHP5",
  542. "method" => "resource gmp_init ( mixed number [, int base] )",
  543. "snippet" => "( \${1:\$number} )",
  544. "desc" => "Create GMP number",
  545. "docurl" => "function.gmp-init.html"
  546. ),
  547. "gmp_intval" => array(
  548. "methodname" => "gmp_intval",
  549. "version" => "PHP4 >= 4.0.4, PHP5",
  550. "method" => "int gmp_intval ( resource gmpnumber )",
  551. "snippet" => "( \${1:\$gmpnumber} )",
  552. "desc" => "Convert GMP number to integer",
  553. "docurl" => "function.gmp-intval.html"
  554. ),
  555. "gmp_invert" => array(
  556. "methodname" => "gmp_invert",
  557. "version" => "PHP4 >= 4.0.4, PHP5",
  558. "method" => "resource gmp_invert ( resource a, resource b )",
  559. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  560. "desc" => "Inverse by modulo",
  561. "docurl" => "function.gmp-invert.html"
  562. ),
  563. "gmp_jacobi" => array(
  564. "methodname" => "gmp_jacobi",
  565. "version" => "PHP4 >= 4.0.4, PHP5",
  566. "method" => "int gmp_jacobi ( resource a, resource p )",
  567. "snippet" => "( \${1:\$a}, \${2:\$p} )",
  568. "desc" => "Jacobi symbol",
  569. "docurl" => "function.gmp-jacobi.html"
  570. ),
  571. "gmp_legendre" => array(
  572. "methodname" => "gmp_legendre",
  573. "version" => "PHP4 >= 4.0.4, PHP5",
  574. "method" => "int gmp_legendre ( resource a, resource p )",
  575. "snippet" => "( \${1:\$a}, \${2:\$p} )",
  576. "desc" => "Legendre symbol",
  577. "docurl" => "function.gmp-legendre.html"
  578. ),
  579. "gmp_mod" => array(
  580. "methodname" => "gmp_mod",
  581. "version" => "PHP4 >= 4.0.4, PHP5",
  582. "method" => "resource gmp_mod ( resource n, resource d )",
  583. "snippet" => "( \${1:\$n}, \${2:\$d} )",
  584. "desc" => "Modulo operation",
  585. "docurl" => "function.gmp-mod.html"
  586. ),
  587. "gmp_mul" => array(
  588. "methodname" => "gmp_mul",
  589. "version" => "PHP4 >= 4.0.4, PHP5",
  590. "method" => "resource gmp_mul ( resource a, resource b )",
  591. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  592. "desc" => "Multiply numbers",
  593. "docurl" => "function.gmp-mul.html"
  594. ),
  595. "gmp_neg" => array(
  596. "methodname" => "gmp_neg",
  597. "version" => "PHP4 >= 4.0.4, PHP5",
  598. "method" => "resource gmp_neg ( resource a )",
  599. "snippet" => "( \${1:\$a} )",
  600. "desc" => "Negate number",
  601. "docurl" => "function.gmp-neg.html"
  602. ),
  603. "gmp_or" => array(
  604. "methodname" => "gmp_or",
  605. "version" => "PHP4 >= 4.0.4, PHP5",
  606. "method" => "resource gmp_or ( resource a, resource b )",
  607. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  608. "desc" => "Logical OR",
  609. "docurl" => "function.gmp-or.html"
  610. ),
  611. "gmp_perfect_square" => array(
  612. "methodname" => "gmp_perfect_square",
  613. "version" => "PHP4 >= 4.0.4, PHP5",
  614. "method" => "bool gmp_perfect_square ( resource a )",
  615. "snippet" => "( \${1:\$a} )",
  616. "desc" => "Perfect square check",
  617. "docurl" => "function.gmp-perfect-square.html"
  618. ),
  619. "gmp_popcount" => array(
  620. "methodname" => "gmp_popcount",
  621. "version" => "PHP4 >= 4.0.4, PHP5",
  622. "method" => "int gmp_popcount ( resource a )",
  623. "snippet" => "( \${1:\$a} )",
  624. "desc" => "Population count",
  625. "docurl" => "function.gmp-popcount.html"
  626. ),
  627. "gmp_pow" => array(
  628. "methodname" => "gmp_pow",
  629. "version" => "PHP4 >= 4.0.4, PHP5",
  630. "method" => "resource gmp_pow ( resource base, int exp )",
  631. "snippet" => "( \${1:\$base}, \${2:\$exp} )",
  632. "desc" => "Raise number into power",
  633. "docurl" => "function.gmp-pow.html"
  634. ),
  635. "gmp_powm" => array(
  636. "methodname" => "gmp_powm",
  637. "version" => "PHP4 >= 4.0.4, PHP5",
  638. "method" => "resource gmp_powm ( resource base, resource exp, resource mod )",
  639. "snippet" => "( \${1:\$base}, \${2:\$exp}, \${3:\$mod} )",
  640. "desc" => "Raise number into power with modulo",
  641. "docurl" => "function.gmp-powm.html"
  642. ),
  643. "gmp_prob_prime" => array(
  644. "methodname" => "gmp_prob_prime",
  645. "version" => "PHP4 >= 4.0.4, PHP5",
  646. "method" => "int gmp_prob_prime ( resource a [, int reps] )",
  647. "snippet" => "( \${1:\$a} )",
  648. "desc" => "Check if number is \"probably prime\"",
  649. "docurl" => "function.gmp-prob-prime.html"
  650. ),
  651. "gmp_random" => array(
  652. "methodname" => "gmp_random",
  653. "version" => "PHP4 >= 4.0.4, PHP5",
  654. "method" => "resource gmp_random ( int limiter )",
  655. "snippet" => "( \${1:\$limiter} )",
  656. "desc" => "Random number",
  657. "docurl" => "function.gmp-random.html"
  658. ),
  659. "gmp_scan0" => array(
  660. "methodname" => "gmp_scan0",
  661. "version" => "PHP4 >= 4.0.4, PHP5",
  662. "method" => "int gmp_scan0 ( resource a, int start )",
  663. "snippet" => "( \${1:\$a}, \${2:\$start} )",
  664. "desc" => "Scan for 0",
  665. "docurl" => "function.gmp-scan0.html"
  666. ),
  667. "gmp_scan1" => array(
  668. "methodname" => "gmp_scan1",
  669. "version" => "PHP4 >= 4.0.4, PHP5",
  670. "method" => "int gmp_scan1 ( resource a, int start )",
  671. "snippet" => "( \${1:\$a}, \${2:\$start} )",
  672. "desc" => "Scan for 1",
  673. "docurl" => "function.gmp-scan1.html"
  674. ),
  675. "gmp_setbit" => array(
  676. "methodname" => "gmp_setbit",
  677. "version" => "PHP4 >= 4.0.4, PHP5",
  678. "method" => "void gmp_setbit ( resource &a, int index [, bool set_clear] )",
  679. "snippet" => "( \${1:\$a}, \${2:\$index} )",
  680. "desc" => "Set bit",
  681. "docurl" => "function.gmp-setbit.html"
  682. ),
  683. "gmp_sign" => array(
  684. "methodname" => "gmp_sign",
  685. "version" => "PHP4 >= 4.0.4, PHP5",
  686. "method" => "int gmp_sign ( resource a )",
  687. "snippet" => "( \${1:\$a} )",
  688. "desc" => "Sign of number",
  689. "docurl" => "function.gmp-sign.html"
  690. ),
  691. "gmp_sqrt" => array(
  692. "methodname" => "gmp_sqrt",
  693. "version" => "PHP4 >= 4.0.4, PHP5",
  694. "method" => "resource gmp_sqrt ( resource a )",
  695. "snippet" => "( \${1:\$a} )",
  696. "desc" => "Calculate square root",
  697. "docurl" => "function.gmp-sqrt.html"
  698. ),
  699. "gmp_sqrtrem" => array(
  700. "methodname" => "gmp_sqrtrem",
  701. "version" => "PHP4 >= 4.0.4, PHP5",
  702. "method" => "array gmp_sqrtrem ( resource a )",
  703. "snippet" => "( \${1:\$a} )",
  704. "desc" => "Square root with remainder",
  705. "docurl" => "function.gmp-sqrtrem.html"
  706. ),
  707. "gmp_strval" => array(
  708. "methodname" => "gmp_strval",
  709. "version" => "PHP4 >= 4.0.4, PHP5",
  710. "method" => "string gmp_strval ( resource gmpnumber [, int base] )",
  711. "snippet" => "( \${1:\$gmpnumber} )",
  712. "desc" => "Convert GMP number to string",
  713. "docurl" => "function.gmp-strval.html"
  714. ),
  715. "gmp_sub" => array(
  716. "methodname" => "gmp_sub",
  717. "version" => "PHP4 >= 4.0.4, PHP5",
  718. "method" => "resource gmp_sub ( resource a, resource b )",
  719. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  720. "desc" => "Subtract numbers",
  721. "docurl" => "function.gmp-sub.html"
  722. ),
  723. "gmp_xor" => array(
  724. "methodname" => "gmp_xor",
  725. "version" => "PHP4 >= 4.0.4, PHP5",
  726. "method" => "resource gmp_xor ( resource a, resource b )",
  727. "snippet" => "( \${1:\$a}, \${2:\$b} )",
  728. "desc" => "Logical XOR",
  729. "docurl" => "function.gmp-xor.html"
  730. ),
  731. "gmstrftime" => array(
  732. "methodname" => "gmstrftime",
  733. "version" => "PHP3>= 3.0.12, PHP4, PHP5",
  734. "method" => "string gmstrftime ( string format [, int timestamp] )",
  735. "snippet" => "( \${1:\$format} )",
  736. "desc" => "Format a GMT/UTC time/date according to locale settings",
  737. "docurl" => "function.gmstrftime.html"
  738. ),
  739. "gregoriantojd" => array(
  740. "methodname" => "gregoriantojd",
  741. "version" => "PHP3, PHP4, PHP5",
  742. "method" => "int gregoriantojd ( int month, int day, int year )",
  743. "snippet" => "( \${1:\$month}, \${2:\$day}, \${3:\$year} )",
  744. "desc" => "Converts a Gregorian date to Julian Day Count",
  745. "docurl" => "function.gregoriantojd.html"
  746. ),
  747. "gzclose" => array(
  748. "methodname" => "gzclose",
  749. "version" => "PHP3, PHP4, PHP5",
  750. "method" => "bool gzclose ( resource zp )",
  751. "snippet" => "( \${1:\$zp} )",
  752. "desc" => "Close an open gz-file pointer",
  753. "docurl" => "function.gzclose.html"
  754. ),
  755. "gzcompress" => array(
  756. "methodname" => "gzcompress",
  757. "version" => "PHP4 >= 4.0.1, PHP5",
  758. "method" => "string gzcompress ( string data [, int level] )",
  759. "snippet" => "( \${1:\$data} )",
  760. "desc" => "Compress a string",
  761. "docurl" => "function.gzcompress.html"
  762. ),
  763. "gzdeflate" => array(
  764. "methodname" => "gzdeflate",
  765. "version" => "PHP4 >= 4.0.4, PHP5",
  766. "method" => "string gzdeflate ( string data [, int level] )",
  767. "snippet" => "( \${1:\$data} )",
  768. "desc" => "Deflate a string",
  769. "docurl" => "function.gzdeflate.html"
  770. ),
  771. "gzencode" => array(
  772. "methodname" => "gzencode",
  773. "version" => "PHP4 >= 4.0.4, PHP5",
  774. "method" => "string gzencode ( string data [, int level [, int encoding_mode]] )",
  775. "snippet" => "( \${1:\$data} )",
  776. "desc" => "Create a gzip compressed string",
  777. "docurl" => "function.gzencode.html"
  778. ),
  779. "gzeof" => array(
  780. "methodname" => "gzeof",
  781. "version" => "PHP3, PHP4, PHP5",
  782. "method" => "int gzeof ( resource zp )",
  783. "snippet" => "( \${1:\$zp} )",
  784. "desc" => "Test for end-of-file on a gz-file pointer",
  785. "docurl" => "function.gzeof.html"
  786. ),
  787. "gzfile" => array(
  788. "methodname" => "gzfile",
  789. "version" => "PHP3, PHP4, PHP5",
  790. "method" => "array gzfile ( string filename [, int use_include_path] )",
  791. "snippet" => "( \${1:\$filename} )",
  792. "desc" => "Read entire gz-file into an array",
  793. "docurl" => "function.gzfile.html"
  794. ),
  795. "gzgetc" => array(
  796. "methodname" => "gzgetc",
  797. "version" => "PHP3, PHP4, PHP5",
  798. "method" => "string gzgetc ( resource zp )",
  799. "snippet" => "( \${1:\$zp} )",
  800. "desc" => "Get character from gz-file pointer",
  801. "docurl" => "function.gzgetc.html"
  802. ),
  803. "gzgets" => array(
  804. "methodname" => "gzgets",
  805. "version" => "PHP3, PHP4, PHP5",
  806. "method" => "string gzgets ( resource zp, int length )",
  807. "snippet" => "( \${1:\$zp}, \${2:\$length} )",
  808. "desc" => "Get line from file pointer",
  809. "docurl" => "function.gzgets.html"
  810. ),
  811. "gzgetss" => array(
  812. "methodname" => "gzgetss",
  813. "version" => "PHP3, PHP4, PHP5",
  814. "method" => "string gzgetss ( resource zp, int length [, string allowable_tags] )",
  815. "snippet" => "( \${1:\$zp}, \${2:\$length} )",
  816. "desc" => "Get line from gz-file pointer and strip HTML tags",
  817. "docurl" => "function.gzgetss.html"
  818. ),
  819. "gzinflate" => array(
  820. "methodname" => "gzinflate",
  821. "version" => "PHP4 >= 4.0.4, PHP5",
  822. "method" => "string gzinflate ( string data [, int length] )",
  823. "snippet" => "( \${1:\$data} )",
  824. "desc" => "Inflate a deflated string",
  825. "docurl" => "function.gzinflate.html"
  826. ),
  827. "gzopen" => array(
  828. "methodname" => "gzopen",
  829. "version" => "PHP3, PHP4, PHP5",
  830. "method" => "resource gzopen ( string filename, string mode [, int use_include_path] )",
  831. "snippet" => "( \${1:\$filename}, \${2:\$mode} )",
  832. "desc" => "Open gz-file",
  833. "docurl" => "function.gzopen.html"
  834. ),
  835. "gzpassthru" => array(
  836. "methodname" => "gzpassthru",
  837. "version" => "PHP3, PHP4, PHP5",
  838. "method" => "int gzpassthru ( resource zp )",
  839. "snippet" => "( \${1:\$zp} )",
  840. "desc" => "Output all remaining data on a gz-file pointer",
  841. "docurl" => "function.gzpassthru.html"
  842. ),
  843. "gzputs" => array(
  844. "methodname" => "gzputs",
  845. "version" => "PHP3, PHP4, PHP5",
  846. "method" => "",
  847. "snippet" => "( \$1 )",
  848. "desc" => "Alias of gzwrite()\n",
  849. "docurl" => "function.gzputs.html"
  850. ),
  851. "gzread" => array(
  852. "methodname" => "gzread",
  853. "version" => "PHP3, PHP4, PHP5",
  854. "method" => "string gzread ( resource zp, int length )",
  855. "snippet" => "( \${1:\$zp}, \${2:\$length} )",
  856. "desc" => "Binary-safe gz-file read",
  857. "docurl" => "function.gzread.html"
  858. ),
  859. "gzrewind" => array(
  860. "methodname" => "gzrewind",
  861. "version" => "PHP3, PHP4, PHP5",
  862. "method" => "bool gzrewind ( resource zp )",
  863. "snippet" => "( \${1:\$zp} )",
  864. "desc" => "Rewind the position of a gz-file pointer",
  865. "docurl" => "function.gzrewind.html"
  866. ),
  867. "gzseek" => array(
  868. "methodname" => "gzseek",
  869. "version" => "PHP3, PHP4, PHP5",
  870. "method" => "int gzseek ( resource zp, int offset )",
  871. "snippet" => "( \${1:\$zp}, \${2:\$offset} )",
  872. "desc" => "Seek on a gz-file pointer",
  873. "docurl" => "function.gzseek.html"
  874. ),
  875. "gztell" => array(
  876. "methodname" => "gztell",
  877. "version" => "PHP3, PHP4, PHP5",
  878. "method" => "int gztell ( resource zp )",
  879. "snippet" => "( \${1:\$zp} )",
  880. "desc" => "Tell gz-file pointer read/write position",
  881. "docurl" => "function.gztell.html"
  882. ),
  883. "gzuncompress" => array(
  884. "methodname" => "gzuncompress",
  885. "version" => "PHP4 >= 4.0.1, PHP5",
  886. "method" => "string gzuncompress ( string data [, int length] )",
  887. "snippet" => "( \${1:\$data} )",
  888. "desc" => "Uncompress a compressed string",
  889. "docurl" => "function.gzuncompress.html"
  890. ),
  891. "gzwrite" => array(
  892. "methodname" => "gzwrite",
  893. "version" => "PHP3, PHP4, PHP5",
  894. "method" => "int gzwrite ( resource zp, string string [, int length] )",
  895. "snippet" => "( \${1:\$zp}, \${2:\$string} )",
  896. "desc" => "Binary-safe gz-file write",
  897. "docurl" => "function.gzwrite.html"
  898. ),
  899. ); # end of main array
  900. ?>