PageRenderTime 117ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 1ms

/tiadefs.txt

https://github.com/kburtch/tia
Plain Text | 5297 lines | 5296 code | 1 blank | 0 comment | 0 complexity | c20dbea0f900b21716afc51908ea5425 MD5 | raw file
Possible License(s): GPL-2.0
  1. # This file contains a list of all built-in or common functions and
  2. # keywords for languages that the Tiny IDE for Anything knows.
  3. #
  4. K|ADA_LANGUAGE|abort
  5. K|ADA_LANGUAGE|abs
  6. K|ADA_LANGUAGE|abstract
  7. K|ADA_LANGUAGE|accept
  8. K|ADA_LANGUAGE|access
  9. K|ADA_LANGUAGE|aliased
  10. K|ADA_LANGUAGE|all
  11. K|ADA_LANGUAGE|and
  12. K|ADA_LANGUAGE|array
  13. K|ADA_LANGUAGE|at
  14. K|ADA_LANGUAGE|begin
  15. K|ADA_LANGUAGE|body
  16. K|ADA_LANGUAGE|case
  17. K|ADA_LANGUAGE|constant
  18. K|ADA_LANGUAGE|declare
  19. K|ADA_LANGUAGE|delay
  20. K|ADA_LANGUAGE|delta
  21. K|ADA_LANGUAGE|digits
  22. K|ADA_LANGUAGE|do
  23. K|ADA_LANGUAGE|else
  24. K|ADA_LANGUAGE|elsif
  25. K|ADA_LANGUAGE|end
  26. K|ADA_LANGUAGE|entry
  27. K|ADA_LANGUAGE|exception
  28. K|ADA_LANGUAGE|exit
  29. K|ADA_LANGUAGE|for
  30. K|ADA_LANGUAGE|function
  31. K|ADA_LANGUAGE|generic
  32. K|ADA_LANGUAGE|goto
  33. K|ADA_LANGUAGE|if
  34. K|ADA_LANGUAGE|in
  35. K|ADA_LANGUAGE|interface
  36. K|ADA_LANGUAGE|is
  37. K|ADA_LANGUAGE|limited
  38. K|ADA_LANGUAGE|loop
  39. K|ADA_LANGUAGE|mod
  40. K|ADA_LANGUAGE|new
  41. K|ADA_LANGUAGE|not
  42. K|ADA_LANGUAGE|null
  43. K|ADA_LANGUAGE|of
  44. K|ADA_LANGUAGE|or
  45. K|ADA_LANGUAGE|others
  46. K|ADA_LANGUAGE|overriding
  47. K|ADA_LANGUAGE|out
  48. K|ADA_LANGUAGE|package
  49. K|ADA_LANGUAGE|pragma
  50. K|ADA_LANGUAGE|private
  51. K|ADA_LANGUAGE|procedure
  52. K|ADA_LANGUAGE|protected
  53. K|ADA_LANGUAGE|raise
  54. K|ADA_LANGUAGE|range
  55. K|ADA_LANGUAGE|record
  56. K|ADA_LANGUAGE|rem
  57. K|ADA_LANGUAGE|renames
  58. K|ADA_LANGUAGE|requeue
  59. K|ADA_LANGUAGE|return
  60. K|ADA_LANGUAGE|reverse
  61. K|ADA_LANGUAGE|select
  62. K|ADA_LANGUAGE|separate
  63. K|ADA_LANGUAGE|subtype
  64. K|ADA_LANGUAGE|synchronized
  65. K|ADA_LANGUAGE|tagged
  66. K|ADA_LANGUAGE|task
  67. K|ADA_LANGUAGE|terminate
  68. K|ADA_LANGUAGE|then
  69. K|ADA_LANGUAGE|type
  70. K|ADA_LANGUAGE|until
  71. K|ADA_LANGUAGE|use
  72. K|ADA_LANGUAGE|when
  73. K|ADA_LANGUAGE|while
  74. K|ADA_LANGUAGE|with
  75. K|ADA_LANGUAGE|xor
  76. K|C|auto
  77. K|C|break
  78. K|C|case
  79. K|C|char
  80. K|C|const
  81. K|C|continue
  82. K|C|default
  83. K|C|do
  84. K|C|double
  85. K|C|else
  86. K|C|enum
  87. K|C|extern
  88. K|C|float
  89. K|C|for
  90. K|C|goto
  91. K|C|if
  92. K|C|int
  93. K|C|long
  94. K|C|register
  95. K|C|return
  96. K|C|short
  97. K|C|signed
  98. K|C|sizeof
  99. K|C|static
  100. K|C|struct
  101. K|C|switch
  102. K|C|typedef
  103. K|C|union
  104. K|C|unsigned
  105. K|C|void
  106. K|C|volatile
  107. K|C|while
  108. K|CPP|auto
  109. K|CPP|break
  110. K|CPP|case
  111. K|CPP|char
  112. K|CPP|const
  113. K|CPP|continue
  114. K|CPP|default
  115. K|CPP|do
  116. K|CPP|double
  117. K|CPP|else
  118. K|CPP|enum
  119. K|CPP|extern
  120. K|CPP|float
  121. K|CPP|for
  122. K|CPP|goto
  123. K|CPP|if
  124. K|CPP|int
  125. K|CPP|long
  126. K|CPP|register
  127. K|CPP|return
  128. K|CPP|short
  129. K|CPP|signed
  130. K|CPP|sizeof
  131. K|CPP|static
  132. K|CPP|struct
  133. K|CPP|switch
  134. K|CPP|typedef
  135. K|CPP|union
  136. K|CPP|unsigned
  137. K|CPP|void
  138. K|CPP|volatile
  139. K|CPP|while
  140. K|CPP|friend
  141. K|CPP|public
  142. K|CPP|class
  143. K|CPP|protected
  144. K|CPP|private
  145. K|CPP|delete
  146. K|CPP|try
  147. K|CPP|throw
  148. K|CPP|operator
  149. K|CPP|virtual
  150. K|CPP|this
  151. K|CPP|inline
  152. K|CPP|template
  153. K|CPP|new
  154. K|CPP|catch
  155. K|CPP|asm
  156. K|JAVA|abstract
  157. K|JAVA|assert
  158. K|JAVA|boolean
  159. K|JAVA|break
  160. K|JAVA|byte
  161. K|JAVA|case
  162. K|JAVA|catch
  163. K|JAVA|char
  164. K|JAVA|class
  165. K|JAVA|continue
  166. K|JAVA|default
  167. K|JAVA|do
  168. K|JAVA|double
  169. K|JAVA|else
  170. K|JAVA|enum
  171. K|JAVA|extends
  172. K|JAVA|final
  173. K|JAVA|finally
  174. K|JAVA|float
  175. K|JAVA|for
  176. K|JAVA|if
  177. K|JAVA|implements
  178. K|JAVA|import
  179. K|JAVA|instanceof
  180. K|JAVA|int
  181. K|JAVA|interface
  182. K|JAVA|long
  183. K|JAVA|native
  184. K|JAVA|new
  185. K|JAVA|null
  186. K|JAVA|package
  187. K|JAVA|private
  188. K|JAVA|protected
  189. K|JAVA|public
  190. K|JAVA|return
  191. K|JAVA|short
  192. K|JAVA|static
  193. K|JAVA|strictfp
  194. K|JAVA|super
  195. K|JAVA|switch
  196. K|JAVA|synchronized
  197. K|JAVA|this
  198. K|JAVA|throw
  199. K|JAVA|try
  200. K|JAVA|void
  201. K|JAVA|volatile
  202. K|JAVA|while
  203. K|JAVA|const
  204. K|JAVA|goto
  205. K|JAVA|transient
  206. K|BUSH|abort
  207. K|BUSH|abs|return the absolute value of e|f := abs( e )
  208. K|BUSH|abstract
  209. K|BUSH|accept
  210. K|BUSH|access
  211. K|BUSH|aliased
  212. K|BUSH|all
  213. K|BUSH|and
  214. K|BUSH|array
  215. K|BUSH|at
  216. K|BUSH|begin
  217. K|BUSH|body
  218. K|BUSH|case
  219. K|BUSH|constant
  220. K|BUSH|declare
  221. K|BUSH|delay
  222. K|BUSH|delta
  223. K|BUSH|digits
  224. K|BUSH|do
  225. K|BUSH|else
  226. K|BUSH|elsif
  227. K|BUSH|end
  228. K|BUSH|entry
  229. K|BUSH|exception
  230. K|BUSH|exit
  231. K|BUSH|for
  232. K|BUSH|function
  233. K|BUSH|generic
  234. K|BUSH|goto
  235. K|BUSH|if
  236. K|BUSH|in
  237. K|BUSH|interface
  238. K|BUSH|is
  239. K|BUSH|limited
  240. K|BUSH|loop
  241. K|BUSH|mod
  242. K|BUSH|new
  243. K|BUSH|not
  244. K|BUSH|null|do nothing|null
  245. K|BUSH|of
  246. K|BUSH|or
  247. K|BUSH|others
  248. K|BUSH|out
  249. K|BUSH|overriding
  250. K|BUSH|package
  251. K|BUSH|pragma
  252. K|BUSH|private
  253. K|BUSH|procedure
  254. K|BUSH|protected
  255. K|BUSH|raise
  256. K|BUSH|range
  257. K|BUSH|record
  258. K|BUSH|rem
  259. K|BUSH|renames
  260. K|BUSH|requeue
  261. K|BUSH|return
  262. K|BUSH|reverse
  263. K|BUSH|select
  264. K|BUSH|separate
  265. K|BUSH|subtype
  266. K|BUSH|synchronized
  267. K|BUSH|tagged
  268. K|BUSH|task
  269. K|BUSH|terminate
  270. K|BUSH|then
  271. K|BUSH|type
  272. K|BUSH|until
  273. K|BUSH|use
  274. K|BUSH|when
  275. K|BUSH|while
  276. K|BUSH|with
  277. K|BUSH|xor
  278. K|BUSH|env|show an identifier/all identifiers|env [ident [,ident]]
  279. K|BUSH|typeset
  280. K|BUSH|unset|delete an identifier|unset ident
  281. K|BUSH|trace|show current trace setting or set to true/false|trace [true or false]
  282. K|BUSH|help
  283. K|BUSH|clear|reset tty device and clear the screen|clear
  284. K|BUSH|jobs|list current status of background commands|jobs
  285. K|BUSH|logout|quit an interactive login session|logout
  286. K|BUSH|wait|wait for all background commands to finish|wait
  287. K|PERL|abs
  288. K|PERL|accept
  289. K|PERL|alarm
  290. K|PERL|and
  291. K|PERL|atan2
  292. K|PERL|bind
  293. K|PERL|binmode
  294. K|PERL|bless
  295. K|PERL|caller
  296. K|PERL|chdir
  297. K|PERL|chmod
  298. K|PERL|chomp
  299. K|PERL|chop
  300. K|PERL|chown
  301. K|PERL|chr
  302. K|PERL|chroot
  303. K|PERL|close
  304. K|PERL|closedir
  305. K|PERL|cmp
  306. K|PERL|connect
  307. K|PERL|continue
  308. K|PERL|cos
  309. K|PERL|crypt
  310. K|PERL|dbmclose
  311. K|PERL|dbmopen
  312. K|PERL|defined
  313. K|PERL|delete
  314. K|PERL|die
  315. K|PERL|do
  316. K|PERL|dump
  317. K|PERL|each
  318. K|PERL|else
  319. K|PERL|elsif
  320. K|PERL|eof
  321. K|PERL|eq
  322. K|PERL|eval
  323. K|PERL|exec
  324. K|PERL|exists
  325. K|PERL|exit
  326. K|PERL|exp
  327. K|PERL|fcntl
  328. K|PERL|fileno
  329. K|PERL|flock
  330. K|PERL|for
  331. K|PERL|foreach
  332. K|PERL|fork
  333. K|PERL|format
  334. K|PERL|formline
  335. K|PERL|ge
  336. K|PERL|getc
  337. K|PERL|getgrent
  338. K|PERL|getgrgid
  339. K|PERL|getgrnam
  340. K|PERL|gethostbyaddr
  341. K|PERL|gethostbyname
  342. K|PERL|gethostent
  343. K|PERL|getlogin
  344. K|PERL|getnetbyaddr
  345. K|PERL|getnetbyname
  346. K|PERL|getnetent
  347. K|PERL|getpeername
  348. K|PERL|getpgrp
  349. K|PERL|getppid
  350. K|PERL|getpriority
  351. K|PERL|getprotobyname
  352. K|PERL|getprotobynumber
  353. K|PERL|getprotoent
  354. K|PERL|getpwent
  355. K|PERL|getpwnam
  356. K|PERL|getpwuid
  357. K|PERL|getservbyname
  358. K|PERL|getservbyport
  359. K|PERL|getservent
  360. K|PERL|getsockname
  361. K|PERL|getsockopt
  362. K|PERL|glob
  363. K|PERL|gmtime
  364. K|PERL|goto
  365. K|PERL|grep
  366. K|PERL|gt
  367. K|PERL|hex
  368. K|PERL|if
  369. K|PERL|import
  370. K|PERL|index
  371. K|PERL|int
  372. K|PERL|ioctl
  373. K|PERL|join
  374. K|PERL|keys
  375. K|PERL|kill
  376. K|PERL|last
  377. K|PERL|lc
  378. K|PERL|lcfirst
  379. K|PERL|le
  380. K|PERL|length
  381. K|PERL|link
  382. K|PERL|listen
  383. K|PERL|local
  384. K|PERL|localtime
  385. K|PERL|log
  386. K|PERL|lstat
  387. K|PERL|lt
  388. K|PERL|map
  389. K|PERL|mkdir
  390. K|PERL|msgctl
  391. K|PERL|msgget
  392. K|PERL|msgrcv
  393. K|PERL|msgsnd
  394. K|PERL|my
  395. K|PERL|ne
  396. K|PERL|new
  397. K|PERL|next
  398. K|PERL|no
  399. K|PERL|not
  400. K|PERL|oct
  401. K|PERL|open
  402. K|PERL|opendir
  403. K|PERL|or
  404. K|PERL|ord
  405. K|PERL|pack
  406. K|PERL|package
  407. K|PERL|pipe
  408. K|PERL|pop
  409. K|PERL|pos
  410. K|PERL|print
  411. K|PERL|printf
  412. K|PERL|push
  413. K|PERL|quotemeta
  414. K|PERL|rand
  415. K|PERL|read
  416. K|PERL|readdir
  417. K|PERL|readlink
  418. K|PERL|recv
  419. K|PERL|redo
  420. K|PERL|ref
  421. K|PERL|rename
  422. K|PERL|require
  423. K|PERL|reset
  424. K|PERL|return
  425. K|PERL|reverse
  426. K|PERL|rewinddir
  427. K|PERL|rindex
  428. K|PERL|rmdir
  429. K|PERL|scalar
  430. K|PERL|seek
  431. K|PERL|seekdir
  432. K|PERL|select
  433. K|PERL|semctl
  434. K|PERL|semget
  435. K|PERL|semop
  436. K|PERL|send
  437. K|PERL|setgrp
  438. K|PERL|setpriority
  439. K|PERL|setsockopt
  440. K|PERL|shift
  441. K|PERL|shmctl
  442. K|PERL|shmget
  443. K|PERL|shmread
  444. K|PERL|shmwrite
  445. K|PERL|shutdown
  446. K|PERL|sin
  447. K|PERL|sleep
  448. K|PERL|socket
  449. K|PERL|socketpair
  450. K|PERL|sort
  451. K|PERL|splice
  452. K|PERL|split
  453. K|PERL|sprintf
  454. K|PERL|sqrt
  455. K|PERL|srand
  456. K|PERL|stat
  457. K|PERL|study
  458. K|PERL|sub
  459. K|PERL|substr
  460. K|PERL|symlink
  461. K|PERL|syscall
  462. K|PERL|sysopen
  463. K|PERL|sysread
  464. K|PERL|system
  465. K|PERL|syswrite
  466. K|PERL|tell
  467. K|PERL|telldir
  468. K|PERL|tie
  469. K|PERL|tied
  470. K|PERL|time
  471. K|PERL|times
  472. K|PERL|truncate
  473. K|PERL|uc
  474. K|PERL|ucfirst
  475. K|PERL|umask
  476. K|PERL|undef
  477. K|PERL|unless
  478. K|PERL|unlink
  479. K|PERL|unpack
  480. K|PERL|unshift
  481. K|PERL|untie
  482. K|PERL|until
  483. K|PERL|use
  484. K|PERL|utime
  485. K|PERL|values
  486. K|PERL|vec
  487. K|PERL|wait
  488. K|PERL|waitpid
  489. K|PERL|wantarray
  490. K|PERL|warn
  491. K|PERL|while
  492. K|PERL|write
  493. K|PERL|xor
  494. K|HTML|<a
  495. K|HTML|</a
  496. K|HTML|<abbr
  497. K|HTML|</abbr
  498. K|HTML|<acronym
  499. K|HTML|</acronym
  500. K|HTML|<address
  501. K|HTML|</address
  502. K|HTML|<applet
  503. K|HTML|</applet
  504. K|HTML|<area
  505. K|HTML|<b
  506. K|HTML|</b
  507. K|HTML|<base
  508. K|HTML|<basefont
  509. K|HTML|<bdo
  510. K|HTML|</bdo
  511. K|HTML|<bgsound
  512. K|HTML|<big
  513. K|HTML|</big
  514. K|HTML|<blink
  515. K|HTML|</blink
  516. K|HTML|<blockquote
  517. K|HTML|</blockquote
  518. K|HTML|<body
  519. K|HTML|</body
  520. K|HTML|<br
  521. K|HTML|<button
  522. K|HTML|<caption
  523. K|HTML|</caption
  524. K|HTML|<center
  525. K|HTML|</center
  526. K|HTML|<cite
  527. K|HTML|</cite
  528. K|HTML|<code
  529. K|HTML|</code
  530. K|HTML|<col
  531. K|HTML|<colgroup
  532. K|HTML|<comment
  533. K|HTML|</comment
  534. K|HTML|<dd
  535. K|HTML|</dd
  536. K|HTML|<del
  537. K|HTML|</del
  538. K|HTML|<dfn
  539. K|HTML|</dfn
  540. K|HTML|<dir
  541. K|HTML|</dir
  542. K|HTML|<div
  543. K|HTML|</div
  544. K|HTML|<dl
  545. K|HTML|</dl
  546. K|HTML|<dt
  547. K|HTML|</dt
  548. K|HTML|<em
  549. K|HTML|</em
  550. K|HTML|<embed
  551. K|HTML|</embed
  552. K|HTML|<fieldset
  553. K|HTML|</fieldset
  554. K|HTML|<font
  555. K|HTML|</font
  556. K|HTML|<form
  557. K|HTML|</form
  558. K|HTML|<frame
  559. K|HTML|</frame
  560. K|HTML|<frameset
  561. K|HTML|</frameset
  562. K|HTML|<h1
  563. K|HTML|</h1
  564. K|HTML|<h2
  565. K|HTML|</h2
  566. K|HTML|<h3
  567. K|HTML|</h3
  568. K|HTML|<h4
  569. K|HTML|</h4
  570. K|HTML|<h5
  571. K|HTML|</h5
  572. K|HTML|<h6
  573. K|HTML|</h6
  574. K|HTML|<head
  575. K|HTML|</head
  576. K|HTML|<hr
  577. K|HTML|<html
  578. K|HTML|</html
  579. K|HTML|<i
  580. K|HTML|</i
  581. K|HTML|<iframe
  582. K|HTML|</iframe
  583. K|HTML|<ilayer
  584. K|HTML|</ilayer
  585. K|HTML|<img
  586. K|HTML|<input
  587. K|HTML|<ins
  588. K|HTML|</ins
  589. K|HTML|<isindex
  590. K|HTML|</isindex
  591. K|HTML|<kbd
  592. K|HTML|</kbd
  593. K|HTML|<keygen
  594. K|HTML|<label
  595. K|HTML|</label
  596. K|HTML|<layer
  597. K|HTML|</layer
  598. K|HTML|<legend
  599. K|HTML|</legend
  600. K|HTML|<li
  601. K|HTML|</li
  602. K|HTML|<listing
  603. K|HTML|</listing
  604. K|HTML|<map
  605. K|HTML|</map
  606. K|HTML|<marquee
  607. K|HTML|</marquee
  608. K|HTML|<menu
  609. K|HTML|</menu
  610. K|HTML|<meta
  611. K|HTML|<multicol
  612. K|HTML|</multicol
  613. K|HTML|<nobr
  614. K|HTML|</nobr
  615. K|HTML|<noembed
  616. K|HTML|</noembed
  617. K|HTML|<noframes
  618. K|HTML|</noframes
  619. K|HTML|<noscript
  620. K|HTML|</noscript
  621. K|HTML|<object
  622. K|HTML|<ol
  623. K|HTML|</ol
  624. K|HTML|<optgroup
  625. K|HTML|</optgroup
  626. K|HTML|<option
  627. K|HTML|</option
  628. K|HTML|<p
  629. K|HTML|</p
  630. K|HTML|<param
  631. K|HTML|</param
  632. K|HTML|<plaintext
  633. K|HTML|</plaintext
  634. K|HTML|<pre
  635. K|HTML|</pre
  636. K|HTML|<q
  637. K|HTML|</q
  638. K|HTML|<s
  639. K|HTML|</s
  640. K|HTML|<samp
  641. K|HTML|</samp
  642. K|HTML|<script
  643. K|HTML|</script
  644. K|HTML|<select
  645. K|HTML|</select
  646. K|HTML|<server
  647. K|HTML|</server
  648. K|HTML|<small
  649. K|HTML|</small
  650. K|HTML|<spacer
  651. K|HTML|<span
  652. K|HTML|</span
  653. K|HTML|<strike
  654. K|HTML|</strike
  655. K|HTML|<strong
  656. K|HTML|</strong
  657. K|HTML|<style
  658. K|HTML|</style
  659. K|HTML|<sub
  660. K|HTML|</sub
  661. K|HTML|<sup
  662. K|HTML|</sup
  663. K|HTML|<table
  664. K|HTML|</table
  665. K|HTML|<tbody
  666. K|HTML|</tbody
  667. K|HTML|<td
  668. K|HTML|</td
  669. K|HTML|<textarea
  670. K|HTML|</textarea
  671. K|HTML|<tfoot
  672. K|HTML|</tfoot
  673. K|HTML|<th
  674. K|HTML|</th
  675. K|HTML|<thead
  676. K|HTML|</thead
  677. K|HTML|<title
  678. K|HTML|</title
  679. K|HTML|<tr
  680. K|HTML|</tr
  681. K|HTML|<tt
  682. K|HTML|</tt
  683. K|HTML|<u
  684. K|HTML|</u
  685. K|HTML|<ul
  686. K|HTML|</ul
  687. K|HTML|<var
  688. K|HTML|</var
  689. K|HTML|<wbr
  690. K|HTML|<xmp
  691. K|HTML|</xmp
  692. K|SHELL|alias
  693. K|SHELL|bg
  694. K|SHELL|bind
  695. K|SHELL|break
  696. K|SHELL|builtin
  697. K|SHELL|case
  698. K|SHELL|cd
  699. K|SHELL|command
  700. K|SHELL|compgen
  701. K|SHELL|complete
  702. K|SHELL|continue
  703. K|SHELL|declare
  704. K|SHELL|dirs
  705. K|SHELL|disown
  706. K|SHELL|do
  707. K|SHELL|done
  708. K|SHELL|echo
  709. K|SHELL|elif
  710. K|SHELL|else
  711. K|SHELL|enable
  712. K|SHELL|esac
  713. K|SHELL|eval
  714. K|SHELL|exec
  715. K|SHELL|exit
  716. K|SHELL|export
  717. K|SHELL|false
  718. K|SHELL|fc
  719. K|SHELL|fi
  720. K|SHELL|fg
  721. K|SHELL|for
  722. K|SHELL|function
  723. K|SHELL|getopts
  724. K|SHELL|hash
  725. K|SHELL|help
  726. K|SHELL|history
  727. K|SHELL|if
  728. K|SHELL|in
  729. K|SHELL|jobs
  730. K|SHELL|kill
  731. K|SHELL|let
  732. K|SHELL|local
  733. K|SHELL|logout
  734. K|SHELL|popd
  735. K|SHELL|printf
  736. K|SHELL|pushd
  737. K|SHELL|pwd
  738. K|SHELL|read
  739. K|SHELL|readonly
  740. K|SHELL|return
  741. K|SHELL|select
  742. K|SHELL|set
  743. K|SHELL|shift
  744. K|SHELL|shopt
  745. K|SHELL|source
  746. K|SHELL|suspend
  747. K|SHELL|test
  748. K|SHELL|then
  749. K|SHELL|time
  750. K|SHELL|times
  751. K|SHELL|trap
  752. K|SHELL|true
  753. K|SHELL|type
  754. K|SHELL|typeset
  755. K|SHELL|umask
  756. K|SHELL|unalias
  757. K|SHELL|unset
  758. K|SHELL|until
  759. K|SHELL|wait
  760. K|SHELL|while
  761. K|PHP|<?php
  762. K|PHP|?>
  763. K|PHP|_COOKIE
  764. K|PHP|_ENV
  765. K|PHP|_FILES
  766. K|PHP|_GET
  767. K|PHP|GLOBALS
  768. K|PHP|_POST
  769. K|PHP|_REQUEST
  770. K|PHP|_SERVER
  771. K|PHP|_SESSION
  772. K|PHP|php_errormsg
  773. K|PHP|HTTP_RAW_POST_DATA
  774. K|PHP|http_response_header
  775. K|PHP|__FILE__
  776. K|PHP|__LINE__
  777. K|PHP|__FUNCTION__
  778. K|PHP|__CLASS__
  779. K|PHP|__METHOD__
  780. K|PHP|abstract
  781. K|PHP|and
  782. K|PHP|array|Create an array
  783. K|PHP|as
  784. K|PHP|break
  785. K|PHP|clone
  786. K|PHP|case
  787. K|PHP|catch
  788. K|PHP|cfunction
  789. K|PHP|class
  790. K|PHP|const
  791. K|PHP|continue
  792. K|PHP|declare
  793. K|PHP|default
  794. K|PHP|die|Equivalent to exit
  795. K|PHP|do
  796. K|PHP|echo|Output one or more strings
  797. K|PHP|else
  798. K|PHP|elseif
  799. K|PHP|empty|Determine whether a variable is empty
  800. K|PHP|enddeclare
  801. K|PHP|endfor
  802. K|PHP|endforeach
  803. K|PHP|endif
  804. K|PHP|endswitch
  805. K|PHP|endwhile
  806. K|PHP|eval|Evaluate a string as PHP code
  807. K|PHP|exception
  808. K|PHP|exit|Output a message and terminate the current script
  809. K|PHP|extends
  810. K|PHP|final
  811. K|PHP|for
  812. K|PHP|foreach
  813. K|PHP|function
  814. K|PHP|global
  815. K|PHP|goto
  816. K|PHP|if
  817. K|PHP|implements
  818. K|PHP|import
  819. K|PHP|include
  820. K|PHP|include_once
  821. K|PHP|interface
  822. K|PHP|isset|Determine whether a variable is set
  823. K|PHP|list|Assign variables as if they were an array
  824. K|PHP|namespace
  825. K|PHP|new
  826. K|PHP|old_function
  827. K|PHP|or
  828. K|PHP|php_user_filter
  829. K|PHP|print|Output a string
  830. K|PHP|private
  831. K|PHP|protected
  832. K|PHP|public
  833. K|PHP|require
  834. K|PHP|require_once
  835. K|PHP|return
  836. K|PHP|static
  837. K|PHP|switch
  838. K|PHP|this
  839. K|PHP|throw
  840. K|PHP|try
  841. K|PHP|unset|Unset a given variable
  842. K|PHP|use
  843. K|PHP|var
  844. K|PHP|while
  845. K|PHP|xor
  846. K|PHP|<a
  847. K|PHP|</a
  848. K|PHP|<abbr
  849. K|PHP|</abbr
  850. K|PHP|<acronym
  851. K|PHP|</acronym
  852. K|PHP|<address
  853. K|PHP|</address
  854. K|PHP|<applet
  855. K|PHP|</applet
  856. K|PHP|<area
  857. K|PHP|<b
  858. K|PHP|</b
  859. K|PHP|<base
  860. K|PHP|<basefont
  861. K|PHP|<bdo
  862. K|PHP|</bdo
  863. K|PHP|<bgsound
  864. K|PHP|<big
  865. K|PHP|</big
  866. K|PHP|<blink
  867. K|PHP|</blink
  868. K|PHP|<blockquote
  869. K|PHP|</blockquote
  870. K|PHP|<body
  871. K|PHP|</body
  872. K|PHP|<br
  873. K|PHP|<button
  874. K|PHP|<caption
  875. K|PHP|</caption
  876. K|PHP|<center
  877. K|PHP|</center
  878. K|PHP|<cite
  879. K|PHP|</cite
  880. K|PHP|<code
  881. K|PHP|</code
  882. K|PHP|<col
  883. K|PHP|<colgroup
  884. K|PHP|<comment
  885. K|PHP|</comment
  886. K|PHP|<dd
  887. K|PHP|</dd
  888. K|PHP|<del
  889. K|PHP|</del
  890. K|PHP|<dfn
  891. K|PHP|</dfn
  892. K|PHP|<dir
  893. K|PHP|</dir
  894. K|PHP|<div
  895. K|PHP|</div
  896. K|PHP|<dl
  897. K|PHP|</dl
  898. K|PHP|<dt
  899. K|PHP|</dt
  900. K|PHP|<em
  901. K|PHP|</em
  902. K|PHP|<embed
  903. K|PHP|</embed
  904. K|PHP|<fieldset
  905. K|PHP|</fieldset
  906. K|PHP|<font
  907. K|PHP|</font
  908. K|PHP|<form
  909. K|PHP|</form
  910. K|PHP|<frame
  911. K|PHP|</frame
  912. K|PHP|<frameset
  913. K|PHP|</frameset
  914. K|PHP|<h1
  915. K|PHP|</h1
  916. K|PHP|<h2
  917. K|PHP|</h2
  918. K|PHP|<h3
  919. K|PHP|</h3
  920. K|PHP|<h4
  921. K|PHP|</h4
  922. K|PHP|<h5
  923. K|PHP|</h5
  924. K|PHP|<h6
  925. K|PHP|</h6
  926. K|PHP|<head
  927. K|PHP|</head
  928. K|PHP|<hr
  929. K|PHP|<html
  930. K|PHP|</html
  931. K|PHP|<i
  932. K|PHP|</i
  933. K|PHP|<iframe
  934. K|PHP|</iframe
  935. K|PHP|<ilayer
  936. K|PHP|</ilayer
  937. K|PHP|<img
  938. K|PHP|<input
  939. K|PHP|<ins
  940. K|PHP|</ins
  941. K|PHP|<isindex
  942. K|PHP|</isindex
  943. K|PHP|<kbd
  944. K|PHP|</kbd
  945. K|PHP|<keygen
  946. K|PHP|<label
  947. K|PHP|</label
  948. K|PHP|<layer
  949. K|PHP|</layer
  950. K|PHP|<legend
  951. K|PHP|</legend
  952. K|PHP|<li
  953. K|PHP|</li
  954. K|PHP|<listing
  955. K|PHP|</listing
  956. K|PHP|<map
  957. K|PHP|</map
  958. K|PHP|<marquee
  959. K|PHP|</marquee
  960. K|PHP|<menu
  961. K|PHP|</menu
  962. K|PHP|<meta
  963. K|PHP|<multicol
  964. K|PHP|</multicol
  965. K|PHP|<nobr
  966. K|PHP|</nobr
  967. K|PHP|<noembed
  968. K|PHP|</noembed
  969. K|PHP|<noframes
  970. K|PHP|</noframes
  971. K|PHP|<noscript
  972. K|PHP|</noscript
  973. K|PHP|<object
  974. K|PHP|<ol
  975. K|PHP|</ol
  976. K|PHP|<optgroup
  977. K|PHP|</optgroup
  978. K|PHP|<option
  979. K|PHP|</option
  980. K|PHP|<p
  981. K|PHP|</p
  982. K|PHP|<param
  983. K|PHP|</param
  984. K|PHP|<plaintext
  985. K|PHP|</plaintext
  986. K|PHP|<pre
  987. K|PHP|</pre
  988. K|PHP|<q
  989. K|PHP|</q
  990. K|PHP|<s
  991. K|PHP|</s
  992. K|PHP|<samp
  993. K|PHP|</samp
  994. K|PHP|<script
  995. K|PHP|</script
  996. K|PHP|<select
  997. K|PHP|</select
  998. K|PHP|<server
  999. K|PHP|</server
  1000. K|PHP|<small
  1001. K|PHP|</small
  1002. K|PHP|<spacer
  1003. K|PHP|<span
  1004. K|PHP|</span
  1005. K|PHP|<strike
  1006. K|PHP|</strike
  1007. K|PHP|<strong
  1008. K|PHP|</strong
  1009. K|PHP|<style
  1010. K|PHP|</style
  1011. K|PHP|<sub
  1012. K|PHP|</sub
  1013. K|PHP|<sup
  1014. K|PHP|</sup
  1015. K|PHP|<table
  1016. K|PHP|</table
  1017. K|PHP|<tbody
  1018. K|PHP|</tbody
  1019. K|PHP|<td
  1020. K|PHP|</td
  1021. K|PHP|<textarea
  1022. K|PHP|</textarea
  1023. K|PHP|<tfoot
  1024. K|PHP|</tfoot
  1025. K|PHP|<th
  1026. K|PHP|</th
  1027. K|PHP|<thead
  1028. K|PHP|</thead
  1029. K|PHP|<title
  1030. K|PHP|</title
  1031. K|PHP|<tr
  1032. K|PHP|</tr
  1033. K|PHP|<tt
  1034. K|PHP|</tt
  1035. K|PHP|<u
  1036. K|PHP|</u
  1037. K|PHP|<ul
  1038. K|PHP|</ul
  1039. K|PHP|<var
  1040. K|PHP|</var
  1041. K|PHP|<wbr
  1042. K|PHP|<xmp
  1043. K|PHP|</xmp
  1044. F|PHP|apache_child_terminate|Terminate apache process after this request
  1045. F|PHP|apache_get_modules|Get a list of loaded Apache modules
  1046. F|PHP|apache_get_version|Fetch Apache version
  1047. F|PHP|apache_getenv|Get an Apache subprocess_env variable
  1048. F|PHP|apache_lookup_uri|Perform a partial request for the specified URI and return all info about it
  1049. F|PHP|apache_note|Get and set apache request notes
  1050. F|PHP|apache_request_headers|Fetch all HTTP request headers
  1051. F|PHP|apache_reset_timeout|Reset the Apache write timer
  1052. F|PHP|apache_response_headers|Fetch all HTTP response headers
  1053. F|PHP|apache_setenv|Set an Apache subprocess_env variable
  1054. F|PHP|ascii2ebcdic|Translate string from ASCII to EBCDIC
  1055. F|PHP|ebcdic2ascii|Translate string from EBCDIC to ASCII
  1056. F|PHP|getallheaders|Fetch all HTTP request headers
  1057. F|PHP|virtual|Perform an Apache sub-request
  1058. F|PHP|apc_add|Cache a variable in the data store (only if it's not stored)
  1059. F|PHP|apc_cache_info|Retrieves cached information (and meta-data) from APC's data store
  1060. F|PHP|apc_clear_cache|Clears the APC cache
  1061. F|PHP|apc_compile_file|Stores a file in the bytecode cache, bypassing all filters.
  1062. F|PHP|apc_define_constants|Defines a set of constants for retrieval and mass-definition
  1063. F|PHP|apc_delete|Removes a stored variable from the cache
  1064. F|PHP|apc_fetch|Fetch a stored variable from the cache
  1065. F|PHP|apc_load_constants|Loads a set of constants from the cache
  1066. F|PHP|apc_sma_info|Retrieves APC's Shared Memory Allocation information
  1067. F|PHP|apc_store|Cache a variable in the data store
  1068. F|PHP|apd_breakpoint|Stops the interpreter and waits on a CR from the socket
  1069. F|PHP|apd_callstack|Returns the current call stack as an array
  1070. F|PHP|apd_clunk|Throw a warning and a callstack
  1071. F|PHP|apd_continue|Restarts the interpreter
  1072. F|PHP|apd_croak|Throw an error, a callstack and then exit
  1073. F|PHP|apd_dump_function_table|Outputs the current function table
  1074. F|PHP|apd_dump_persistent_resources|Return all persistent resources as an array
  1075. F|PHP|apd_dump_regular_resources|Return all current regular resources as an array
  1076. F|PHP|apd_echo|Echo to the debugging socket
  1077. F|PHP|apd_get_active_symbols|Get an array of the current variables names in the local scope
  1078. F|PHP|apd_set_pprof_trace|Starts the session debugging
  1079. F|PHP|apd_set_session_trace|Starts the session debugging
  1080. F|PHP|apd_set_session|Changes or sets the current debugging level
  1081. F|PHP|apd_set_socket_session_trace|Starts the remote session debugging
  1082. F|PHP|override_function|Overrides built-in functions
  1083. F|PHP|rename_function|Renames orig_name to new_name in the global function table
  1084. K|PHP|array_change_key_case|Changes all keys in an array
  1085. F|PHP|array_chunk|Split an array into chunks
  1086. F|PHP|array_combine|Creates an array by using one array for keys and another for its values
  1087. F|PHP|array_count_values|Counts all the values of an array
  1088. F|PHP|array_diff_assoc|Computes the difference of arrays with additional index check
  1089. F|PHP|array_diff_key|Computes the difference of arrays using keys for comparison
  1090. F|PHP|array_diff_uassoc|Computes the difference of arrays with additional index check which is performed by a user supplied callback function
  1091. F|PHP|array_diff_ukey|Computes the difference of arrays using a callback function on the keys for comparison
  1092. F|PHP|array_diff|Computes the difference of arrays
  1093. F|PHP|array_fill_keys|Fill an array with values, specifying keys
  1094. F|PHP|array_fill|Fill an array with values
  1095. F|PHP|array_filter|Filters elements of an array using a callback function
  1096. F|PHP|array_flip|Exchanges all keys with their associated values in an array
  1097. F|PHP|array_intersect_assoc|Computes the intersection of arrays with additional index check
  1098. F|PHP|array_intersect_key|Computes the intersection of arrays using keys for comparison
  1099. F|PHP|array_intersect_uassoc|Computes the intersection of arrays with additional index check, compares indexes by a callback function
  1100. F|PHP|array_intersect_ukey|Computes the intersection of arrays using a callback function on the keys for comparison
  1101. F|PHP|array_intersect|Computes the intersection of arrays
  1102. F|PHP|array_key_exists|Checks if the given key or index exists in the array
  1103. F|PHP|array_keys|Return all the keys of an array
  1104. F|PHP|array_map|Applies the callback to the elements of the given arrays
  1105. F|PHP|array_merge_recursive|Merge two or more arrays recursively
  1106. F|PHP|array_merge|Merge one or more arrays
  1107. F|PHP|array_multisort|Sort multiple or multi-dimensional arrays
  1108. F|PHP|array_pad|Pad array to the specified length with a value
  1109. F|PHP|array_pop|Pop the element off the end of array
  1110. F|PHP|array_product|Calculate the product of values in an array
  1111. F|PHP|array_push|Push one or more elements onto the end of array
  1112. F|PHP|array_rand|Pick one or more random entries out of an array
  1113. F|PHP|array_reduce|Iteratively reduce the array to a single value using a callback function
  1114. F|PHP|array_reverse|Return an array with elements in reverse order
  1115. F|PHP|array_search|Searches the array for a given value and returns the corresponding key if successful
  1116. F|PHP|array_shift|Shift an element off the beginning of array
  1117. F|PHP|array_slice|Extract a slice of the array
  1118. F|PHP|array_splice|Remove a portion of the array and replace it with something else
  1119. F|PHP|array_sum|Calculate the sum of values in an array
  1120. F|PHP|array_udiff_assoc|Computes the difference of arrays with additional index check, compares data by a callback function
  1121. F|PHP|array_udiff_uassoc|Computes the difference of arrays with additional index check, compares data and indexes by a callback function
  1122. F|PHP|array_udiff|Computes the difference of arrays by using a callback function for data comparison
  1123. F|PHP|array_uintersect_assoc|Computes the intersection of arrays with additional index check, compares data by a callback function
  1124. F|PHP|array_uintersect_uassoc|Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions
  1125. F|PHP|array_uintersect|Computes the intersection of arrays, compares data by a callback function
  1126. F|PHP|array_unique|Removes duplicate values from an array
  1127. F|PHP|array_unshift|Prepend one or more elements to the beginning of an array
  1128. F|PHP|array_values|Return all the values of an array
  1129. F|PHP|array_walk_recursive|Apply a user function recursively to every member of an array
  1130. F|PHP|array_walk|Apply a user function to every member of an array
  1131. F|PHP|arsort|Sort an array in reverse order and maintain index association
  1132. F|PHP|asort|Sort an array and maintain index association
  1133. F|PHP|compact|Create array containing variables and their values
  1134. F|PHP|count|Count elements in an array, or properties in an object
  1135. F|PHP|current|Return the current element in an array
  1136. F|PHP|each|Return the current key and value pair from an array and advance the array cursor
  1137. F|PHP|end|Set the internal pointer of an array to its last element
  1138. F|PHP|extract|Import variables into the current symbol table from an array
  1139. F|PHP|in_array|Checks if a value exists in an array
  1140. F|PHP|key|Fetch a key from an associative array
  1141. F|PHP|krsort|Sort an array by key in reverse order
  1142. F|PHP|ksort|Sort an array by key
  1143. F|PHP|natcasesort|Sort an array using a case insensitive "natural order" algorithm
  1144. F|PHP|natsort|Sort an array using a "natural order" algorithm
  1145. F|PHP|next|Advance the internal array pointer of an array
  1146. F|PHP|pos|Alias of current()
  1147. F|PHP|prev|Rewind the internal array pointer
  1148. F|PHP|range|Create an array containing a range of elements
  1149. F|PHP|reset|Set the internal pointer of an array to its first element
  1150. F|PHP|rsort|Sort an array in reverse order
  1151. F|PHP|shuffle|Shuffle an array
  1152. F|PHP|sizeof|Alias of count()
  1153. F|PHP|sort|Sort an array
  1154. F|PHP|uasort|Sort an array with a user-defined comparison function and maintain index association
  1155. F|PHP|uksort|Sort an array by keys using a user-defined comparison function
  1156. F|PHP|usort|Sort an array by values using a user-defined function
  1157. F|PHP|bbcode_add_element|Adds a bbcode element
  1158. F|PHP|bbcode_add_smiley|Adds a smiley to the parser
  1159. F|PHP|bbcode_create|Create a BBCode Resource
  1160. F|PHP|bbcode_destroy|Close BBCode_container resource
  1161. F|PHP|bbcode_parse|Parse a string following a given rule set
  1162. F|PHP|bbcode_set_arg_parser|Attach another parser in order to use another rule set for argument parsing
  1163. F|PHP|bbcode_set_flags|Set or alter parser options
  1164. F|PHP|bcadd|Add two arbitrary precision numbers
  1165. F|PHP|bccomp|Compare two arbitrary precision numbers
  1166. F|PHP|bcdiv|Divide two arbitrary precision numbers
  1167. F|PHP|bcmod|Get modulus of an arbitrary precision number
  1168. F|PHP|bcmul|Multiply two arbitrary precision number
  1169. F|PHP|bcpow|Raise an arbitrary precision number to another
  1170. F|PHP|bcpowmod|Raise an arbitrary precision number to another, reduced by a specified modulus
  1171. F|PHP|bcscale|Set default scale parameter for all bc math functions
  1172. F|PHP|bcsqrt|Get the square root of an arbitrary precision number
  1173. F|PHP|bcsub|Subtract one arbitrary precision number from another
  1174. F|PHP|bcompiler_load_exe|Reads and creates classes from a bcompiler exe file
  1175. F|PHP|bcompiler_load|Reads and creates classes from a bz compressed file
  1176. F|PHP|bcompiler_parse_class|Reads the bytecodes of a class and calls back to a user function
  1177. F|PHP|bcompiler_read|Reads and creates classes from a filehandle
  1178. F|PHP|bcompiler_write_class|Writes an defined class as bytecodes
  1179. F|PHP|bcompiler_write_constant|Writes a defined constant as bytecodes
  1180. F|PHP|bcompiler_write_exe_footer|Writes the start pos, and sig to the end of a exe type file
  1181. F|PHP|bcompiler_write_file|Writes a php source file as bytecodes
  1182. F|PHP|bcompiler_write_footer|Writes the single character x00 to indicate End of compiled data
  1183. F|PHP|bcompiler_write_function|Writes an defined function as bytecodes
  1184. F|PHP|bcompiler_write_functions_from_file|Writes all functions defined in a file as bytecodes
  1185. F|PHP|bcompiler_write_header|Writes the bcompiler header
  1186. F|PHP|bcompiler_write_included_filename|Writes an included file as bytecodes
  1187. F|PHP|bzclose|Close a bzip2 file
  1188. F|PHP|bzcompress|Compress a string into bzip2 encoded data
  1189. F|PHP|bzdecompress|Decompresses bzip2 encoded data
  1190. F|PHP|bzerrno|Returns a bzip2 error number
  1191. F|PHP|bzerror|Returns the bzip2 error number and error string in an array
  1192. F|PHP|bzerrstr|Returns a bzip2 error string
  1193. F|PHP|bzflush|Force a write of all buffered data
  1194. F|PHP|bzopen|Opens a bzip2 compressed file
  1195. F|PHP|bzread|Binary safe bzip2 file read
  1196. F|PHP|bzwrite|Binary safe bzip2 file write
  1197. F|PHP|cal_days_in_month|Return the number of days in a month for a given year and calendar
  1198. F|PHP|cal_from_jd|Converts from Julian Day Count to a supported calendar
  1199. F|PHP|cal_info|Returns information about a particular calendar
  1200. F|PHP|cal_to_jd|Converts from a supported calendar to Julian Day Count
  1201. F|PHP|easter_date|Get Unix timestamp for midnight on Easter of a given year
  1202. F|PHP|easter_days|Get number of days after March 21 on which Easter falls for a given year
  1203. F|PHP|FrenchToJD|Converts a date from the French Republican Calendar to a Julian Day Count
  1204. F|PHP|GregorianToJD|Converts a Gregorian date to Julian Day Count
  1205. F|PHP|JDDayOfWeek|Returns the day of the week
  1206. F|PHP|JDMonthName|Returns a month name
  1207. F|PHP|JDToFrench|Converts a Julian Day Count to the French Republican Calendar
  1208. F|PHP|JDToGregorian|Converts Julian Day Count to Gregorian date
  1209. F|PHP|jdtojewish|Converts a Julian day count to a Jewish calendar date
  1210. F|PHP|JDToJulian|Converts a Julian Day Count to a Julian Calendar Date
  1211. F|PHP|jdtounix|Convert Julian Day to Unix timestamp
  1212. F|PHP|JewishToJD|Converts a date in the Jewish Calendar to Julian Day Count
  1213. F|PHP|JulianToJD|Converts a Julian Calendar date to Julian Day Count
  1214. F|PHP|unixtojd|Convert Unix timestamp to Julian Day
  1215. F|PHP|call_user_method_array|Call a user method given with an array of parameters [deprecated]
  1216. F|PHP|call_user_method|Call a user method on an specific object [deprecated]
  1217. F|PHP|class_exists|Checks if the class has been defined
  1218. F|PHP|get_class_methods|Gets the class methods' names
  1219. F|PHP|get_class_vars|Get the default properties of the class
  1220. F|PHP|get_class|Returns the name of the class of an object
  1221. F|PHP|get_declared_classes|Returns an array with the name of the defined classes
  1222. F|PHP|get_declared_interfaces|Returns an array of all declared interfaces
  1223. F|PHP|get_object_vars|Gets the properties of the given object
  1224. F|PHP|get_parent_class|Retrieves the parent class name for object or class
  1225. F|PHP|interface_exists|Checks if the interface has been defined
  1226. F|PHP|is_a|Checks if the object is of this class or has this class as one of its parents
  1227. F|PHP|is_subclass_of|Checks if the object has this class as one of its parents
  1228. F|PHP|method_exists|Checks if the class method exists
  1229. F|PHP|property_exists|Checks if the object or class has a property
  1230. F|PHP|classkit_import|Import new class method definitions from a file
  1231. F|PHP|classkit_method_add|Dynamically adds a new method to a given class
  1232. F|PHP|classkit_method_copy|Copies a method from class to another
  1233. F|PHP|classkit_method_redefine|Dynamically changes the code of the given method
  1234. F|PHP|classkit_method_remove|Dynamically removes the given method
  1235. F|PHP|classkit_method_rename|Dynamically changes the name of the given method
  1236. F|PHP|com_addref|Increases the components reference counter [deprecated]
  1237. F|PHP|com_create_guid|Generate a globally unique identifier (GUID)
  1238. F|PHP|com_event_sink|Connect events from a COM object to a PHP object
  1239. F|PHP|com_get_active_object|Returns a handle to an already running instance of a COM object
  1240. F|PHP|com_get|Gets the value of a COM Component's property [deprecated]
  1241. F|PHP|com_invoke|Calls a COM component's method [deprecated]
  1242. F|PHP|com_isenum|Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
  1243. F|PHP|com_load_typelib|Loads a Typelib
  1244. F|PHP|com_load|Creates a new reference to a COM component [deprecated]
  1245. F|PHP|com_message_pump|Process COM messages, sleeping for up to timeoutms milliseconds
  1246. F|PHP|com_print_typeinfo|Print out a PHP class definition for a dispatchable interface
  1247. F|PHP|com_propget|Alias of com_get()
  1248. F|PHP|com_propput|Alias of com_set()
  1249. F|PHP|com_propset|Alias of com_set()
  1250. F|PHP|com_release|Decreases the components reference counter [deprecated]
  1251. F|PHP|com_set|Assigns a value to a COM component's property
  1252. F|PHP|variant_abs|Returns the absolute value of a variant
  1253. F|PHP|variant_add|"Adds" two variant values together and returns the result
  1254. F|PHP|variant_and|performs a bitwise AND operation between two variants and returns the result
  1255. F|PHP|variant_cast|Convert a variant into a new variant object of another type
  1256. F|PHP|variant_cat|concatenates two variant values together and returns the result
  1257. F|PHP|variant_cmp|Compares two variants
  1258. F|PHP|variant_date_from_timestamp|Returns a variant date representation of a Unix timestamp
  1259. F|PHP|variant_date_to_timestamp|Converts a variant date/time value to Unix timestamp
  1260. F|PHP|variant_div|Returns the result from dividing two variants
  1261. F|PHP|variant_eqv|Performs a bitwise equivalence on two variants
  1262. F|PHP|variant_fix|Returns the integer portion ? of a variant
  1263. F|PHP|variant_get_type|Returns the type of a variant object
  1264. F|PHP|variant_idiv|Converts variants to integers and then returns the result from dividing them
  1265. F|PHP|variant_imp|Performs a bitwise implication on two variants
  1266. F|PHP|variant_int|Returns the integer portion of a variant
  1267. F|PHP|variant_mod|Divides two variants and returns only the remainder
  1268. F|PHP|variant_mul|multiplies the values of the two variants and returns the result
  1269. F|PHP|variant_neg|Performs logical negation on a variant
  1270. F|PHP|variant_not|Performs bitwise not negation on a variant
  1271. F|PHP|variant_or|Performs a logical disjunction on two variants
  1272. F|PHP|variant_pow|Returns the result of performing the power function with two variants
  1273. F|PHP|variant_round|Rounds a variant to the specified number of decimal places
  1274. F|PHP|variant_set_type|Convert a variant into another type "in-place"
  1275. F|PHP|variant_set|Assigns a new value for a variant object
  1276. F|PHP|variant_sub|subtracts the value of the right variant from the left variant value and returns the result
  1277. F|PHP|variant_xor|Performs a logical exclusion on two variants
  1278. F|PHP|crack_check|Performs an obscure check with the given password
  1279. F|PHP|crack_closedict|Closes an open CrackLib dictionary
  1280. F|PHP|crack_getlastmessage|Returns the message from the last obscure check
  1281. F|PHP|crack_opendict|Opens a new CrackLib dictionary
  1282. F|PHP|ctype_alnum|Check for alphanumeric character(s)
  1283. F|PHP|ctype_alpha|Check for alphabetic character(s)
  1284. F|PHP|ctype_cntrl|Check for control character(s)
  1285. F|PHP|ctype_digit|Check for numeric character(s)
  1286. F|PHP|ctype_graph|Check for any printable character(s) except space
  1287. F|PHP|ctype_lower|Check for lowercase character(s)
  1288. F|PHP|ctype_print|Check for printable character(s)
  1289. F|PHP|ctype_punct|Check for any printable character which is not whitespace or an alphanumeric character
  1290. F|PHP|ctype_space|Check for whitespace character(s)
  1291. F|PHP|ctype_upper|Check for uppercase character(s)
  1292. F|PHP|ctype_xdigit|Check for character(s) representing a hexadecimal digit
  1293. F|PHP|curl_close|Close a cURL session
  1294. F|PHP|curl_copy_handle|Copy a cURL handle along with all of its preferences
  1295. F|PHP|curl_errno|Return the last error number
  1296. F|PHP|curl_error|Return a string containing the last error for the current session
  1297. F|PHP|curl_exec|Perform a cURL session
  1298. F|PHP|curl_getinfo|Get information regarding a specific transfer
  1299. F|PHP|curl_init|Initialize a cURL session
  1300. F|PHP|curl_multi_add_handle|Add a normal cURL handle to a cURL multi handle
  1301. F|PHP|curl_multi_close|Close a set of cURL handles
  1302. F|PHP|curl_multi_exec|Run the sub-connections of the current cURL handle
  1303. F|PHP|curl_multi_getcontent|Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
  1304. F|PHP|curl_multi_info_read|Get information about the current transfers
  1305. F|PHP|curl_multi_init|Returns a new cURL multi handle
  1306. F|PHP|curl_multi_remove_handle|Remove a multi handle from a set of cURL handles
  1307. F|PHP|curl_multi_select|Get all the sockets associated with the cURL extension, which can then be "selected"
  1308. F|PHP|curl_setopt_array|Set multiple options for a cURL transfer
  1309. F|PHP|curl_setopt|Set an option for a cURL transfer
  1310. F|PHP|curl_version|Gets cURL version information
  1311. F|PHP|cybercash_base64_decode|base64 decode data for Cybercash
  1312. F|PHP|cybercash_base64_encode|base64 encode data for Cybercash
  1313. F|PHP|cybercash_decr|Cybercash decrypt
  1314. F|PHP|cybercash_encr|Cybercash encrypt
  1315. F|PHP|cybermut_creerformulairecm|Generate HTML form of request for payment
  1316. F|PHP|cybermut_creerreponsecm|Generate the delivery's acknowledgement of the payment's confirmation
  1317. F|PHP|cybermut_testmac|Make sure that there was no data diddling contained in the received message of confirmation
  1318. F|PHP|cyrus_authenticate|Authenticate against a Cyrus IMAP server
  1319. F|PHP|cyrus_bind|Bind callbacks to a Cyrus IMAP connection
  1320. F|PHP|cyrus_close|Close connection to a Cyrus IMAP server
  1321. F|PHP|cyrus_connect|Connect to a Cyrus IMAP server
  1322. F|PHP|cyrus_query|Send a query to a Cyrus IMAP server
  1323. F|PHP|cyrus_unbind|Unbind ...
  1324. F|PHP|checkdate|Validate a Gregorian date
  1325. F|PHP|date_create|Returns new DateTime object
  1326. F|PHP|date_date_set|Sets the date
  1327. F|PHP|date_default_timezone_get|Gets the default timezone used by all date/time functions in a script
  1328. F|PHP|date_default_timezone_set|Sets the default timezone used by all date/time functions in a script
  1329. F|PHP|date_format|Returns date formatted according to given format
  1330. F|PHP|date_isodate_set|Sets the ISO date
  1331. F|PHP|date_modify|Alters the timestamp
  1332. F|PHP|date_offset_get|Returns the daylight saving time offset
  1333. F|PHP|date_parse|Returns associative array with detailed info about given date
  1334. F|PHP|date_sun_info|Returns an array with information about sunset/sunrise and twilight begin/end
  1335. F|PHP|date_sunrise|Returns time of sunrise for a given day and location
  1336. F|PHP|date_sunset|Returns time of sunset for a given day and location
  1337. F|PHP|date_time_set|Sets the time
  1338. F|PHP|date_timezone_get|Return time zone relative to given DateTime
  1339. F|PHP|date_timezone_set|Sets the time zone for the DateTime object
  1340. F|PHP|date|Format a local time/date
  1341. F|PHP|getdate|Get date/time information
  1342. F|PHP|gettimeofday|Get current time
  1343. F|PHP|gmdate|Format a GMT/UTC date/time
  1344. F|PHP|gmmktime|Get Unix timestamp for a GMT date
  1345. F|PHP|gmstrftime|Format a GMT/UTC time/date according to locale settings
  1346. F|PHP|idate|Format a local time/date as integer
  1347. F|PHP|localtime|Get the local time
  1348. F|PHP|microtime|Return current Unix timestamp with microseconds
  1349. F|PHP|mktime|Get Unix timestamp for a date
  1350. F|PHP|strftime|Format a local time/date according to locale settings
  1351. F|PHP|strptime|Parse a time/date generated with strftime()
  1352. F|PHP|strtotime|Parse about any English textual datetime description into a Unix timestamp
  1353. F|PHP|time|Return current Unix timestamp
  1354. F|PHP|timezone_abbreviations_list|Returns associative array containing dst, offset and the timezone name
  1355. F|PHP|timezone_identifiers_list|Returns numerically index array with all timezone identifiers
  1356. F|PHP|timezone_name_from_abbr|Returns the timezone name from abbrevation
  1357. F|PHP|timezone_name_get|Returns the name of the timezone
  1358. F|PHP|timezone_offset_get|Returns the timezone offset from GMT
  1359. F|PHP|timezone_open|Returns new DateTimeZone object
  1360. F|PHP|timezone_transitions_get|Returns all transitions for the timezone
  1361. F|PHP|dba_close|Close a DBA database
  1362. F|PHP|dba_delete|Delete DBA entry specified by key
  1363. F|PHP|dba_exists|Check whether key exists
  1364. F|PHP|dba_fetch|Fetch data specified by key
  1365. F|PHP|dba_firstkey|Fetch first key
  1366. F|PHP|dba_handlers|List all the handlers available
  1367. F|PHP|dba_insert|Insert entry
  1368. F|PHP|dba_key_split|Splits a key in string representation into array representation
  1369. F|PHP|dba_list|List all open database files
  1370. F|PHP|dba_nextkey|Fetch next key
  1371. F|PHP|dba_open|Open database
  1372. F|PHP|dba_optimize|Optimize database
  1373. F|PHP|dba_popen|Open database persistently
  1374. F|PHP|dba_replace|Replace or insert entry
  1375. F|PHP|dba_sync|Synchronize database
  1376. F|PHP|dbase_add_record|Adds a record to a database
  1377. F|PHP|dbase_close|Closes a database
  1378. F|PHP|dbase_create|Creates a database
  1379. F|PHP|dbase_delete_record|Deletes a record from a database
  1380. F|PHP|dbase_get_header_info|Gets the header info of a database
  1381. F|PHP|dbase_get_record_with_names|Gets a record from a database as an associative array
  1382. F|PHP|dbase_get_record|Gets a record from a database as an indexed array
  1383. F|PHP|dbase_numfields|Gets the number of fields of a database
  1384. F|PHP|dbase_numrecords|Gets the number of records in a database
  1385. F|PHP|dbase_open|Opens a database
  1386. F|PHP|dbase_pack|Packs a database
  1387. F|PHP|dbase_replace_record|Replaces a record in a database
  1388. F|PHP|dbx_close|Close an open connection/database
  1389. F|PHP|dbx_compare|Compare two rows for sorting purposes
  1390. F|PHP|dbx_connect|Open a connection/database
  1391. F|PHP|dbx_error|Report the error message of the latest function call in the module
  1392. F|PHP|dbx_escape_string|Escape a string so it can safely be used in an sql-statement
  1393. F|PHP|dbx_fetch_row|Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set
  1394. F|PHP|dbx_query|Send a query and fetch all results (if any)
  1395. F|PHP|dbx_sort|Sort a result from a dbx_query by a custom sort function
  1396. F|PHP|dio_close|Closes the file descriptor given by fd
  1397. F|PHP|dio_fcntl|Performs a c library fcntl on fd
  1398. F|PHP|dio_open|Opens a new filename with specified permissions of flags and creation permissions of mode
  1399. F|PHP|dio_read|Reads bytes from a file descriptor
  1400. F|PHP|dio_seek|Seeks to pos on fd from whence
  1401. F|PHP|dio_stat|Gets stat information about the file descriptor fd
  1402. F|PHP|dio_tcsetattr|Sets terminal attributes and baud rate for a serial port
  1403. F|PHP|dio_truncate|Truncates file descriptor fd to offset bytes
  1404. F|PHP|dio_write|Writes data to fd with optional truncation at length
  1405. F|PHP|chdir|Change directory
  1406. F|PHP|chroot|Change the root directory
  1407. F|PHP|dir|Return an instance of the Directory class
  1408. F|PHP|closedir|Close directory handle
  1409. F|PHP|getcwd|Gets the current working directory
  1410. F|PHP|opendir|Open directory handle
  1411. F|PHP|readdir|Read entry from directory handle
  1412. F|PHP|rewinddir|Rewind directory handle
  1413. F|PHP|scandir|List files and directories inside the specified path
  1414. F|PHP|enchant_broker_describe|Enumerates the Enchant providers
  1415. F|PHP|enchant_broker_dict_exists|Whether a dictionary exists or not. Using non-empty tag
  1416. F|PHP|enchant_broker_free_dict|Free a dictionary resource
  1417. F|PHP|enchant_broker_free|Free the broker resource and its dictionnaries
  1418. F|PHP|enchant_broker_get_error|Returns the last error of the broker
  1419. F|PHP|enchant_broker_init|create a new broker object capable of requesting
  1420. F|PHP|enchant_broker_list_dicts|Returns a list of available dictionaries
  1421. F|PHP|enchant_broker_request_dict|create a new dictionary using a tag
  1422. F|PHP|enchant_broker_request_pwl_dict|creates a dictionary using a PWL file. A PWL file is personal word file one word per line.
  1423. F|PHP|enchant_broker_set_ordering|Declares a preference of dictionaries to use for the language
  1424. F|PHP|enchant_dict_add_to_personal|add a word to personal word list
  1425. F|PHP|enchant_dict_add_to_session|add 'word' to this spell-checking session
  1426. F|PHP|enchant_dict_check|Check whether a word is correctly spelled or not.
  1427. F|PHP|enchant_dict_describe|Describes an individual dictionary
  1428. F|PHP|enchant_dict_get_error|Returns the last error of the current spelling-session
  1429. F|PHP|enchant_dict_is_in_session|whether or not 'word' exists in this spelling-session
  1430. F|PHP|enchant_dict_quick_check|Check the word is correctly spelled and provide suggestions
  1431. F|PHP|enchant_dict_store_replacement|add a correction for a word.
  1432. F|PHP|enchant_dict_suggest|Will return a list of values if any of those pre-conditions are not met.
  1433. F|PHP|debug_backtrace|Generates a backtrace
  1434. F|PHP|debug_print_backtrace|Prints a backtrace
  1435. F|PHP|error_get_last|Get the last occurred error
  1436. F|PHP|error_log|Send an error message somewhere
  1437. F|PHP|error_reporting|Sets which PHP errors are reported
  1438. F|PHP|restore_error_handler|Restores the previous error handler function
  1439. F|PHP|restore_exception_handler|Restores the previously defined exception handler function
  1440. F|PHP|set_error_handler|Sets a user-defined error handler function
  1441. F|PHP|set_exception_handler|Sets a user-defined exception handler function
  1442. F|PHP|trigger_error|Generates a user-level error/warning/notice message
  1443. F|PHP|user_error|Alias of trigger_error()
  1444. F|PHP|exif_imagetype|Determine the type of an image
  1445. F|PHP|exif_read_data|Reads the EXIF headers from JPEG or TIFF
  1446. F|PHP|exif_tagname|Get the header name for an index
  1447. F|PHP|exif_thumbnail|Retrieve the embedded thumbnail of a TIFF or JPEG image
  1448. F|PHP|read_exif_data|Alias of exif_read_data()
  1449. F|PHP|expect_expectl|Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen
  1450. F|PHP|expect_popen|Execute command via Bourne shell, and open the PTY stream to the process
  1451. F|PHP|fam_cancel_monitor|Terminate monitoring
  1452. F|PHP|fam_close|Close FAM connection
  1453. F|PHP|fam_monitor_collection|Monitor a collection of files in a directory for changes
  1454. F|PHP|fam_monitor_directory|Monitor a directory for changes
  1455. F|PHP|fam_monitor_file|Monitor a regular file for changes
  1456. F|PHP|fam_next_event|Get next pending FAM event
  1457. F|PHP|fam_open|Open connection to FAM daemon
  1458. F|PHP|fam_pending|Check for pending FAM events
  1459. F|PHP|fam_resume_monitor|Resume suspended monitoring
  1460. F|PHP|fam_suspend_monitor|Temporarily suspend monitoring
  1461. F|PHP|fdf_add_doc_javascript|Adds javascript code to the FDF document
  1462. F|PHP|fdf_add_template|Adds a template into the FDF document
  1463. F|PHP|fdf_close|Close an FDF document
  1464. F|PHP|fdf_create|Create a new FDF document
  1465. F|PHP|fdf_enum_values|Call a user defined function for each document value
  1466. F|PHP|fdf_errno|Return error code for last fdf operation
  1467. F|PHP|fdf_error|Return error description for FDF error code
  1468. F|PHP|fdf_get_ap|Get the appearance of a field
  1469. F|PHP|fdf_get_attachment|Extracts uploaded file embedded in the FDF
  1470. F|PHP|fdf_get_encoding|Get the value of the /Encoding key
  1471. F|PHP|fdf_get_file|Get the value of the /F key
  1472. F|PHP|fdf_get_flags|Gets the flags of a field
  1473. F|PHP|fdf_get_opt|Gets a value from the opt array of a field
  1474. F|PHP|fdf_get_status|Get the value of the /STATUS key
  1475. F|PHP|fdf_get_value|Get the value of a field
  1476. F|PHP|fdf_get_version|Gets version number for FDF API or file
  1477. F|PHP|fdf_header|Sets FDF-specific output headers
  1478. F|PHP|fdf_next_field_name|Get the next field name
  1479. F|PHP|fdf_open_string|Read a FDF document from a string
  1480. F|PHP|fdf_open|Open a FDF document
  1481. F|PHP|fdf_remove_item|Sets target frame for form
  1482. F|PHP|fdf_save_string|Returns the FDF document as a string
  1483. F|PHP|fdf_save|Save a FDF document
  1484. F|PHP|fdf_set_ap|Set the appearance of a field
  1485. F|PHP|fdf_set_encoding|Sets FDF character encoding
  1486. F|PHP|fdf_set_file|Set PDF document to display FDF data in
  1487. F|PHP|fdf_set_flags|Sets a flag of a field
  1488. F|PHP|fdf_set_javascript_action|Sets an javascript action of a field
  1489. F|PHP|fdf_set_on_import_javascript|Adds javascript code to be executed when Acrobat opens the FDF
  1490. F|PHP|fdf_set_opt|Sets an option of a field
  1491. F|PHP|fdf_set_status|Set the value of the /STATUS key
  1492. F|PHP|fdf_set_submit_form_action|Sets a submit form action of a field
  1493. F|PHP|fdf_set_target_frame|Set target frame for form display
  1494. F|PHP|fdf_set_value|Set the value of a field
  1495. F|PHP|fdf_set_version|Sets version number for a FDF file
  1496. F|PHP|finfo_buffer|Return information about a string buffer
  1497. F|PHP|finfo_close|Close fileinfo resource
  1498. F|PHP|finfo_file|Return information about a file
  1499. F|PHP|finfo_open|Create a new fileinfo resource
  1500. F|PHP|finfo_set_flags|Set libmagic configuration options
  1501. F|PHP|filepro_fieldcount|Find out how many fields are in a filePro database
  1502. F|PHP|filepro_fieldname|Gets the name of a field
  1503. F|PHP|filepro_fieldtype|Gets the type of a field
  1504. F|PHP|filepro_fieldwidth|Gets the width of a field
  1505. F|PHP|filepro_retrieve|Retrieves data from a filePro database
  1506. F|PHP|filepro_rowcount|Find out how many rows are in a filePro database
  1507. F|PHP|filepro|Read and verify the map file
  1508. F|PHP|basename|Returns filename component of path
  1509. F|PHP|chgrp|Changes file group
  1510. F|PHP|chmod|Changes file mode
  1511. F|PHP|chown|Changes file owner
  1512. F|PHP|clearstatcache|Clears file status cache
  1513. F|PHP|copy|Copies file
  1514. F|PHP|delete|See unlink() or unset()
  1515. F|PHP|dirname|Returns directory name component of path
  1516. F|PHP|disk_free_space|Returns available space in directory
  1517. F|PHP|disk_total_space|Returns the total size of a directory
  1518. F|PHP|diskfreespace|Alias of disk_free_space()
  1519. F|PHP|fclose|Closes an open file pointer
  1520. F|PHP|feof|Tests for end-of-file on a file pointer
  1521. F|PHP|fflush|Flushes the output to a file
  1522. F|PHP|fgetc|Gets character from file pointer
  1523. F|PHP|fgetcsv|Gets line from file pointer and parse for CSV fields
  1524. F|PHP|fgets|Gets line from file pointer
  1525. F|PHP|fgetss|Gets line from file pointer and strip HTML tags
  1526. F|PHP|file_exists|Checks whether a file or directory exists
  1527. F|PHP|file_get_contents|Reads entire file into a string
  1528. F|PHP|file_put_contents|Write a string to a file
  1529. F|PHP|file|Reads entire file into an array
  1530. F|PHP|fileatime|Gets last access time of file
  1531. F|PHP|filectime|Gets inode change time of file
  1532. F|PHP|filegroup|Gets file group
  1533. F|PHP|fileinode|Gets file inode
  1534. F|PHP|filemtime|Gets file modification time
  1535. F|PHP|fileowner|Gets file owner
  1536. F|PHP|fileperms|Gets file permissions
  1537. F|PHP|filesize|Gets file size
  1538. F|PHP|filetype|Gets file type
  1539. F|PHP|flock|Portable advisory file locking
  1540. F|PHP|fnmatch|Match filename against a pattern
  1541. F|PHP|fopen|Opens file or URL
  1542. F|PHP|fpassthru|Output all remaining data on a file pointer
  1543. F|PHP|fputcsv|Format line as CSV and write to file pointer
  1544. F|PHP|fputs|Alias of fwrite()
  1545. F|PHP|fread|Binary-safe file read
  1546. F|PHP|fscanf|Parses input from a file according to a format
  1547. F|PHP|fseek|Seeks on a file pointer
  1548. F|PHP|fstat|Gets information about a file using an open file pointer
  1549. F|PHP|ftell|Tells file pointer read/write position
  1550. F|PHP|ftruncate|Truncates a file to a given length
  1551. F|PHP|fwrite|Binary-safe file write
  1552. F|PHP|glob|Find pathnames matching a pattern
  1553. F|PHP|is_dir|Tells whether the filename is a directory
  1554. F|PHP|is_executable|Tells whether the filename is executable
  1555. F|PHP|is_file|Tells whether the filename is a regular file
  1556. F|PHP|is_link|Tells whether the filename is a symbolic link
  1557. F|PHP|is_readable|Tells whether the filename is readable
  1558. F|PHP|is_uploaded_file|Tells whether the file was uploaded via HTTP POST
  1559. F|PHP|is_writable|Tells whether the filename is writable
  1560. F|PHP|is_writeable|Alias of is_writable()
  1561. F|PHP|lchgrp|Changes group ownership of symlink
  1562. F|PHP|lchown|Changes user ownership of symlink
  1563. F|PHP|link|Create a hard link
  1564. F|PHP|linkinfo|Gets information about a link
  1565. F|PHP|lstat|Gives information about a file or symbolic link
  1566. F|PHP|mkdir|Makes directory
  1567. F|PHP|move_uploaded_file|Moves an uploaded file to a new location
  1568. F|PHP|parse_ini_file|Parse a configuration file
  1569. F|PHP|pathinfo|Returns information about a file path
  1570. F|PHP|pclose|Closes process file pointer
  1571. F|PHP|popen|Opens process file pointer
  1572. F|PHP|readfile|Outputs a file
  1573. F|PHP|readlink|Returns the target of a symbolic link
  1574. F|PHP|realpath|Returns canonicalized absolute pathname
  1575. F|PHP|rename|Renames a file or directory
  1576. F|PHP|rewind|Rewind the position of a file pointer
  1577. F|PHP|rmdir|Removes directory
  1578. F|PHP|set_file_buffer|Alias of stream_set_write_buffer()
  1579. F|PHP|stat|Gives information about a file
  1580. F|PHP|symlink|Creates a symbolic link
  1581. F|PHP|tempnam|Create file with unique file name
  1582. F|PHP|tmpfile|Creates a temporary file
  1583. F|PHP|touch|Sets access and modification time of file
  1584. F|PHP|umask|Changes the current umask
  1585. F|PHP|unlink|Deletes a file
  1586. F|PHP|filter_has_var|Checks if variable of specified type exists
  1587. F|PHP|filter_id|Returns the filter ID belonging to a named filter
  1588. F|PHP|filter_input_array|Gets multiple variables from outside PHP and optionally filters them
  1589. F|PHP|filter_input|Gets variable from outside PHP and optionally filters it
  1590. F|PHP|filter_list|Returns a list of all supported filters
  1591. F|PHP|filter_var_array|Gets multiple variables and optionally filters them
  1592. F|PHP|filter_var|Filters a variable with a specified filter
  1593. F|PHP|ibase_add_user|Add a user to a security database (only for IB6 or later)
  1594. F|PHP|ibase_affected_rows|Return the number of rows that were affected by the previous query
  1595. F|PHP|ibase_backup|Initiates a backup task in the service manager and returns immediately
  1596. F|PHP|ibase_blob_add|Add data into a newly created blob
  1597. F|PHP|ibase_blob_cancel|Cancel creating blob
  1598. F|PHP|ibase_blob_close|Close blob
  1599. F|PHP|ibase_blob_create|Create a new blob for adding data
  1600. F|PHP|ibase_blob_echo|Output blob contents to browser
  1601. F|PHP|ibase_blob_get|Get len bytes data from open blob
  1602. F|PHP|ibase_blob_import|Create blob, copy file in it, and close it
  1603. F|PHP|ibase_blob_info|Return blob length and other useful info
  1604. F|PHP|ibase_blob_open|Open blob for retrieving data parts
  1605. F|PHP|ibase_close|Close a connection to an InterBase database
  1606. F|PHP|ibase_commit_ret|Commit a transaction without closing it
  1607. F|PHP|ibase_commit|Commit a transaction
  1608. F|PHP|ibase_connect|Open a connection to an InterBase database
  1609. F|PHP|ibase_db_info|Request statistics about a database
  1610. F|PHP|ibase_delete_user|Delete a user from a security database (only for IB6 or later)
  1611. F|PHP|ibase_drop_db|Drops a database
  1612. F|PHP|ibase_errcode|Return an error code
  1613. F|PHP|ibase_errmsg|Return error messages
  1614. F|PHP|ibase_execute|Execute a previously prepared query
  1615. F|PHP|ibase_fetch_assoc|Fetch a result row from a query as an associative array
  1616. F|PHP|ibase_fetch_object|Get an object from a InterBase database
  1617. F|PHP|ibase_fetch_row|Fetch a row from an InterBase database
  1618. F|PHP|ibase_field_info|Get information about a field
  1619. F|PHP|ibase_free_event_handler|Cancels a registered event handler
  1620. F|PHP|ibase_free_query|Free memory allocated by a prepared query
  1621. F|PHP|ibase_free_result|Free a result set
  1622. F|PHP|ibase_gen_id|Increments the named generator and returns its new value
  1623. F|PHP|ibase_maintain_db|Execute a maintenance command on the database server
  1624. F|PHP|ibase_modify_user|Modify a user to a security database (only for IB6 or later)
  1625. F|PHP|ibase_name_result|Assigns a name to a result set
  1626. F|PHP|ibase_num_fields|Get the number of fields in a result set
  1627. F|PHP|ibase_num_params|Return the number of parameters in a prepared query
  1628. F|PHP|ibase_param_info|Return information about a parameter in a prepared query
  1629. F|PHP|ibase_pconnect|Open a persistent connection to an InterBase database
  1630. F|PHP|ibase_prepare|Prepare a query for later binding of parameter placeholders and execution
  1631. F|PHP|ibase_query|Execute a query on an InterBase database
  1632. F|PHP|ibase_restore|Initiates a restore task in the service manager and returns immediately
  1633. F|PHP|ibase_rollback_ret|Roll back a transaction without closing it
  1634. F|PHP|ibase_rollback|Roll back a transaction
  1635. F|PHP|ibase_server_info|Request information about a database server
  1636. F|PHP|ibase_service_attach|Connect to the service manager
  1637. F|PHP|ibase_service_detach|Disconnect from the service manager
  1638. F|PHP|ibase_set_event_handler|Register a callback function to be called when events are posted
  1639. F|PHP|ibase_timefmt|Sets the format of timestamp, date and time type columns returned from queries
  1640. F|PHP|ibase_trans|Begin a transaction
  1641. F|PHP|ibase_wait_event|Wait for an event to be posted by the database
  1642. F|PHP|fribidi_log2vis|Convert a logical string to a visual one
  1643. F|PHP|fbsql_affected_rows|Get number of affected rows in previous FrontBase operation
  1644. F|PHP|fbsql_autocommit|Enable or disable autocommit
  1645. F|PHP|fbsql_blob_size|Get the size of a BLOB
  1646. F|PHP|fbsql_change_user|Change logged in user of the active connection
  1647. F|PHP|fbsql_clob_size|Get the size of a CLOB
  1648. F|PHP|fbsql_close|Close FrontBase connection
  1649. F|PHP|fbsql_commit|Commits a transaction to the database
  1650. F|PHP|fbsql_connect|Open a connection to a FrontBase Server
  1651. F|PHP|fbsql_create_blob|Create a BLOB
  1652. F|PHP|fbsql_create_clob|Create a CLOB
  1653. F|PHP|fbsql_create_db|Create a FrontBase database
  1654. F|PHP|fbsql_data_seek|Move internal result pointer
  1655. F|PHP|fbsql_database_password|Sets or retrieves the password for a FrontBase database
  1656. F|PHP|fbsql_database|Get or set the database name used with a connection
  1657. F|PHP|fbsql_db_query|Send a FrontBase query
  1658. F|PHP|fbsql_db_status|Get the status for a given database
  1659. F|PHP|fbsql_drop_db|Drop (delete) a FrontBase database
  1660. F|PHP|fbsql_errno|Returns the error number from previous operation
  1661. F|PHP|fbsql_error|Returns the error message from previous operation
  1662. F|PHP|fbsql_fetch_array|Fetch a result row as an associative array, a numeric array, or both
  1663. F|PHP|fbsql_fetch_assoc|Fetch a result row as an associative array
  1664. F|PHP|fbsql_fetch_field|Get column information from a result and return as an object
  1665. F|PHP|fbsql_fetch_lengths|Get the length of each output in a result
  1666. F|PHP|fbsql_fetch_object|Fetch a result row as an object
  1667. F|PHP|fbsql_fetch_row|Get a result row as an enumerated array
  1668. F|PHP|fbsql_field_flags|Get the flags associated with the specified field in a result
  1669. F|PHP|fbsql_field_len|Returns the length of the specified field
  1670. F|PHP|fbsql_field_name|Get the name of the specified field in a result
  1671. F|PHP|fbsql_field_seek|Set result pointer to a specified field offset
  1672. F|PHP|fbsql_field_table|Get name of the table the specified field is in
  1673. F|PHP|fbsql_field_type|Get the type of the specified field in a result
  1674. F|PHP|fbsql_free_result|Free result memory
  1675. F|PHP|fbsql_get_autostart_info|No info
  1676. F|PHP|fbsql_hostname|Get or set the host name used with a connection
  1677. F|PHP|fbsql_insert_id|Get the id generated from the previous INSERT operation
  1678. F|PHP|fbsql_list_dbs|List databases available on a FrontBase server
  1679. F|PHP|fbsql_list_fields|List FrontBase result fields
  1680. F|PHP|fbsql_list_tables|List tables in a FrontBase database
  1681. F|PHP|fbsql_next_result|Move the internal result pointer to the next result
  1682. F|PHP|fbsql_num_fields|Get number of fields in result
  1683. F|PHP|fbsql_num_rows|Get number of rows in result
  1684. F|PHP|fbsql_password|Get or set the user password used with a connection
  1685. F|PHP|fbsql_pconnect|Open a persistent connection to a FrontBase Server
  1686. F|PHP|fbsql_query|Send a FrontBase query
  1687. F|PHP|fbsql_read_blob|Read a BLOB from the database
  1688. F|PHP|fbsql_read_clob|Read a CLOB from the database
  1689. F|PHP|fbsql_result|Get result data
  1690. F|PHP|fbsql_rollback|Rollback a transaction to the database
  1691. F|PHP|fbsql_rows_fetched|Get the number of rows affected by the last statement
  1692. F|PHP|fbsql_select_db|Select a FrontBase database
  1693. F|PHP|fbsql_set_characterset|Change input/output character set
  1694. F|PHP|fbsql_set_lob_mode|Set the LOB retrieve mode for a FrontBase result set
  1695. F|PHP|fbsql_set_password|Change the password for a given user
  1696. F|PHP|fbsql_set_transaction|Set the transaction locking and isolation
  1697. F|PHP|fbsql_start_db|Start a database on local or remote server
  1698. F|PHP|fbsql_stop_db|Stop a database on local or remote server
  1699. F|PHP|fbsql_table_name|Get table name of field
  1700. F|PHP|fbsql_tablename|Alias of of fbsql_table_name()
  1701. F|PHP|fbsql_username|Get or set the username for the connection
  1702. F|PHP|fbsql_warnings|Enable or disable FrontBase warnings
  1703. F|PHP|ftp_alloc|Allocates space for a file to be uploaded
  1704. F|PHP|ftp_cdup|Changes to the parent directory
  1705. F|PHP|ftp_chdir|Changes the current directory on a FTP server
  1706. F|PHP|ftp_chmod|Set permissions on a file via FTP
  1707. F|PHP|ftp_close|Closes an FTP connection
  1708. F|PHP|ftp_connect|Opens an FTP connection
  1709. F|PHP|ftp_delete|Deletes a file on the FTP server
  1710. F|PHP|ftp_exec|Requests execution of a command on the FTP server
  1711. F|PHP|ftp_fget|Downloads a file from the FTP server and saves to an open file
  1712. F|PHP|ftp_fput|Uploads from an open file to the FTP server
  1713. F|PHP|ftp_get_option|Retrieves various runtime behaviours of the current FTP stream
  1714. F|PHP|ftp_get|Downloads a file from the FTP server
  1715. F|PHP|ftp_login|Logs in to an FTP connection
  1716. F|PHP|ftp_mdtm|Returns the last modified time of the given file
  1717. F|PHP|ftp_mkdir|Creates a directory
  1718. F|PHP|ftp_nb_continue|Continues retrieving/sending a file (non-blocking)
  1719. F|PHP|ftp_nb_fget|Retrieves a file from the FTP server and writes it to an open file (non-blocking)
  1720. F|PHP|ftp_nb_fput|Stores a file from an open file to the FTP server (non-blocking)
  1721. F|PHP|ftp_nb_get|Retrieves a file from the FTP server and writes it to a local file (non-blocking)
  1722. F|PHP|ftp_nb_put|Stores a file on the FTP server (non-blocking)
  1723. F|PHP|ftp_nlist|Returns a list of files in the given directory
  1724. F|PHP|ftp_pasv|Turns passive mode on or off
  1725. F|PHP|ftp_put|Uploads a file to the FTP server
  1726. F|PHP|ftp_pwd|Returns the current directory name
  1727. F|PHP|ftp_quit|Alias of ftp_close()
  1728. F|PHP|ftp_raw|Sends an arbitrary command to an FTP server
  1729. F|PHP|ftp_rawlist|Returns a detailed list of files in the given directory
  1730. F|PHP|ftp_rename|Renames a file or a directory on the FTP server
  1731. F|PHP|ftp_rmdir|Removes a directory
  1732. F|PHP|ftp_set_option|Set miscellaneous runtime FTP options
  1733. F|PHP|ftp_site|Sends a SITE command to the server
  1734. F|PHP|ftp_size|Returns the size of the given file
  1735. F|PHP|ftp_ssl_connect|Opens an Secure SSL-FTP connection
  1736. F|PHP|ftp_systype|Returns the system type identifier of the remote FTP server
  1737. F|PHP|call_user_func_array|Call a user function given with an array of parameters
  1738. F|PHP|call_user_func|Call a user function given by the first parameter
  1739. F|PHP|create_function|Create an anonymous (lambda-style) function
  1740. F|PHP|func_get_arg|Return an item from the argument list
  1741. F|PHP|func_get_args|Returns an array comprising a function's argument list
  1742. F|PHP|func_num_args|Returns the number of arguments passed to the function
  1743. F|PHP|function_exists|Return TRUE if the given function has been defined
  1744. F|PHP|get_defined_functions|Returns an array of all defined functions
  1745. F|PHP|register_shutdown_function|Register a function for execution on shutdown
  1746. F|PHP|register_tick_function|Register a function for execution on each tick
  1747. F|PHP|unregister_tick_function|De-register a function for execution on each tick
  1748. F|PHP|geoip_country_code_by_name|Get the two letter country code
  1749. F|PHP|geoip_country_code3_by_name|Get the three letter country code
  1750. F|PHP|geoip_country_name_by_name|Get the full country name
  1751. F|PHP|geoip_database_info|Get GeoIP Database information
  1752. F|PHP|geoip_db_avail|Determine if GeoIP Database is available
  1753. F|PHP|geoip_db_filename|Returns the filename of the corresponding GeoIP Database
  1754. F|PHP|geoip_db_get_all_info|Returns detailed informations about all GeoIP database types
  1755. F|PHP|geoip_id_by_name|Get the Internet connection speed
  1756. F|PHP|geoip_org_by_name|Get the organization name
  1757. F|PHP|geoip_record_by_name|Returns the detailed City information found in the GeoIP Database
  1758. F|PHP|geoip_region_by_name|Get the country code and region
  1759. F|PHP|bind_textdomain_codeset|Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
  1760. F|PHP|bindtextdomain|Sets the path for a domain
  1761. F|PHP|dcgettext|Overrides the domain for a single lookup
  1762. F|PHP|dcngettext|Plural version of dcgettext
  1763. F|PHP|dgettext|Override the current domain
  1764. F|PHP|dngettext|Plural version of dgettext
  1765. F|PHP|gettext|Lookup a message in the current domain
  1766. F|PHP|ngettext|Plural version of gettext
  1767. F|PHP|textdomain|Sets the default domain
  1768. F|PHP|gmp_abs|Absolute value
  1769. F|PHP|gmp_add|Add numbers
  1770. F|PHP|gmp_and|Logical AND
  1771. F|PHP|gmp_clrbit|Clear bit
  1772. F|PHP|gmp_cmp|Compare numbers
  1773. F|PHP|gmp_com|Calculates one's complement
  1774. F|PHP|gmp_div_q|Divide numbers
  1775. F|PHP|gmp_div_qr|Divide numbers and get quotient and remainder
  1776. F|PHP|gmp_div_r|Remainder of the division of numbers
  1777. F|PHP|gmp_div|Alias of gmp_div_q()
  1778. F|PHP|gmp_divexact|Exact division of numbers
  1779. F|PHP|gmp_fact|Factorial
  1780. F|PHP|gmp_gcd|Calculate GCD
  1781. F|PHP|gmp_gcdext|Calculate GCD and multipliers
  1782. F|PHP|gmp_hamdist|Hamming distance
  1783. F|PHP|gmp_init|Create GMP number
  1784. F|PHP|gmp_intval|Convert GMP number to integer
  1785. F|PHP|gmp_invert|Inverse by modulo
  1786. F|PHP|gmp_jacobi|Jacobi symbol
  1787. F|PHP|gmp_legendre|Legendre symbol
  1788. F|PHP|gmp_mod|Modulo operation
  1789. F|PHP|gmp_mul|Multiply numbers
  1790. F|PHP|gmp_neg|Negate number
  1791. F|PHP|gmp_nextprime|Find next prime number
  1792. F|PHP|gmp_or|Logical OR
  1793. F|PHP|gmp_perfect_square|Perfect square check
  1794. F|PHP|gmp_popcount|Population count
  1795. F|PHP|gmp_pow|Raise number into power
  1796. F|PHP|gmp_powm|Raise number into power with modulo
  1797. F|PHP|gmp_prob_prime|Check if number is "probably prime"
  1798. F|PHP|gmp_random|Random number
  1799. F|PHP|gmp_scan0|Scan for 0
  1800. F|PHP|gmp_scan1|Scan for 1
  1801. F|PHP|gmp_setbit|Set bit
  1802. F|PHP|gmp_sign|Sign of number
  1803. F|PHP|gmp_sqrt|Calculate square root
  1804. F|PHP|gmp_sqrtrem|Square root with remainder
  1805. F|PHP|gmp_strval|Convert GMP number to string
  1806. F|PHP|gmp_sub|Subtract numbers
  1807. F|PHP|gmp_testbit|Tests if a bit is set
  1808. F|PHP|gmp_xor|Logical XOR
  1809. F|PHP|gnupg_adddecryptkey|Add a key for decryption
  1810. F|PHP|gnupg_addencryptkey|Add a key for encryption
  1811. F|PHP|gnupg_addsignkey|Add a key for signing
  1812. F|PHP|gnupg_cleardecryptkeys|Removes all keys which were set for decryption before
  1813. F|PHP|gnupg_clearencryptkeys|Removes all keys which were set for encryption before
  1814. F|PHP|gnupg_clearsignkeys|Removes all keys which were set for signing before
  1815. F|PHP|gnupg_decrypt|Decrypts a given text
  1816. F|PHP|gnupg_decryptverify|Decrypts and verifies a given text
  1817. F|PHP|gnupg_encrypt|Encrypts a given text
  1818. F|PHP|gnupg_encryptsign|Encrypts and signs a given text
  1819. F|PHP|gnupg_export|Exports a key
  1820. F|PHP|gnupg_geterror|Returns the errortext, if a function fails
  1821. F|PHP|gnupg_getprotocol|Returns the currently active protocol for all operations
  1822. F|PHP|gnupg_import|Imports a key
  1823. F|PHP|gnupg_keyinfo|Returns an array with information about all keys that matches the given pattern
  1824. F|PHP|gnupg_setarmor|Toggle armored output
  1825. F|PHP|gnupg_seterrormode|Sets the mode for error_reporting
  1826. F|PHP|gnupg_setsignmode|Sets the mode for signing
  1827. F|PHP|gnupg_sign|Signs a given text
  1828. F|PHP|gnupg_verify|Verifies a signed text
  1829. F|PHP|gopher_parsedir|Translate a gopher formatted directory entry into an associative array.
  1830. F|PHP|hash_algos|Return a list of registered hashing algorithms
  1831. F|PHP|hash_file|Generate a hash value using the contents of a given file
  1832. F|PHP|hash_final|Finalize an incremental hash and return resulting digest
  1833. F|PHP|hash_hmac_file|Generate a keyed hash value using the HMAC method and the contents of a given file
  1834. F|PHP|hash_hmac|Generate a keyed hash value using the HMAC method
  1835. F|PHP|hash_init|Initialize an incremental hashing context
  1836. F|PHP|hash_update_file|Pump data into an active hashing context from a file
  1837. F|PHP|hash_update_stream|Pump data into an active hashing context from an open stream
  1838. F|PHP|hash_update|Pump data into an active hashing context
  1839. F|PHP|hash|Generate a hash value (message digest)
  1840. F|PHP|hw_Array2Objrec|Convert attributes from object array to object record
  1841. F|PHP|hw_changeobject|Changes attributes of an object (obsolete)
  1842. F|PHP|hw_Children|Object ids of children
  1843. F|PHP|hw_ChildrenObj|Object records of children
  1844. F|PHP|hw_Close|Closes the Hyperwave connection
  1845. F|PHP|hw_Connect|Opens a connection
  1846. F|PHP|hw_connection_info|Prints information about the connection to Hyperwave server
  1847. F|PHP|hw_cp|Copies objects
  1848. F|PHP|hw_Deleteobject|Deletes object
  1849. F|PHP|hw_DocByAnchor|Object id object belonging to anchor
  1850. F|PHP|hw_DocByAnchorObj|Object record object belonging to anchor
  1851. F|PHP|hw_Document_Attributes|Object record of hw_document
  1852. F|PHP|hw_Document_BodyTag|Body tag of hw_document
  1853. F|PHP|hw_Document_Content|Returns content of hw_document
  1854. F|PHP|hw_Document_SetContent|Sets/replaces content of hw_document
  1855. F|PHP|hw_Document_Size|Size of hw_document
  1856. F|PHP|hw_dummy|Hyperwave dummy function
  1857. F|PHP|hw_EditText|Retrieve text document
  1858. F|PHP|hw_Error|Error number
  1859. F|PHP|hw_ErrorMsg|Returns error message
  1860. F|PHP|hw_Free_Document|Frees hw_document
  1861. F|PHP|hw_GetAnchors|Object ids of anchors of document
  1862. F|PHP|hw_GetAnchorsObj|Object records of anchors of document
  1863. F|PHP|hw_GetAndLock|Return object record and lock object
  1864. F|PHP|hw_GetChildColl|Object ids of child collections
  1865. F|PHP|hw_GetChildCollObj|Object records of child collections
  1866. F|PHP|hw_GetChildDocColl|Object ids of child documents of collection
  1867. F|PHP|hw_GetChildDocCollObj|Object records of child documents of collection
  1868. F|PHP|hw_GetObject|Object record
  1869. F|PHP|hw_GetObjectByQuery|Search object
  1870. F|PHP|hw_GetObjectByQueryColl|Search object in collection
  1871. F|PHP|hw_GetObjectByQueryCollObj|Search object in collection
  1872. F|PHP|hw_GetObjectByQueryObj|Search object
  1873. F|PHP|hw_GetParents|Object ids of parents
  1874. F|PHP|hw_GetParentsObj|Object records of parents
  1875. F|PHP|hw_getrellink|Get link from source to dest relative to rootid
  1876. F|PHP|hw_GetRemote|Gets a remote document
  1877. F|PHP|hw_getremotechildren|Gets children of remote document
  1878. F|PHP|hw_GetSrcByDestObj|Returns anchors pointing at object
  1879. F|PHP|hw_GetText|Retrieve text document
  1880. F|PHP|hw_getusername|Name of currently logged in user
  1881. F|PHP|hw_Identify|Identifies as user
  1882. F|PHP|hw_InCollections|Check if object ids in collections
  1883. F|PHP|hw_Info|Info about connection
  1884. F|PHP|hw_InsColl|Insert collection
  1885. F|PHP|hw_InsDoc|Insert document
  1886. F|PHP|hw_insertanchors|Inserts only anchors into text
  1887. F|PHP|hw_InsertDocument|Upload any document
  1888. F|PHP|hw_InsertObject|Inserts an object record
  1889. F|PHP|hw_mapid|Maps global id on virtual local id
  1890. F|PHP|hw_Modifyobject|Modifies object record
  1891. F|PHP|hw_mv|Moves objects
  1892. F|PHP|hw_New_Document|Create new document
  1893. F|PHP|hw_objrec2array|Convert attributes from object record to object array
  1894. F|PHP|hw_Output_Document|Prints hw_document
  1895. F|PHP|hw_pConnect|Make a persistent database connection
  1896. F|PHP|hw_PipeDocument|Retrieve any document
  1897. F|PHP|hw_Root|Root object id
  1898. F|PHP|hw_setlinkroot|Set the id to which links are calculated
  1899. F|PHP|hw_stat|Returns status string
  1900. F|PHP|hw_Unlock|Unlock object
  1901. F|PHP|hw_Who|List of currently logged in users
  1902. F|PHP|PDO_IBM DSN|Connecting to IBM databases
  1903. F|PHP|db2_autocommit|Returns or sets the AUTOCOMMIT state for a database connection
  1904. F|PHP|db2_bind_param|Binds a PHP variable to an SQL statement parameter
  1905. F|PHP|db2_client_info|Returns an object with properties that describe the DB2 database client
  1906. F|PHP|db2_close|Closes a database connection
  1907. F|PHP|db2_column_privileges|Returns a result set listing the columns and associated privileges for a table
  1908. F|PHP|db2_columns|Returns a result set listing the columns and associated metadata for a table
  1909. F|PHP|db2_commit|Commits a transaction
  1910. F|PHP|db2_conn_error|Returns a string containing the SQLSTATE returned by the last connection attempt
  1911. F|PHP|db2_conn_errormsg|Returns the last connection error message and SQLCODE value
  1912. F|PHP|db2_connect|Returns a connection to a database
  1913. F|PHP|db2_cursor_type|Returns the cursor type used by a statement resource
  1914. F|PHP|db2_escape_string|Used to escape certain characters.
  1915. F|PHP|db2_exec|Executes an SQL statement directly
  1916. F|PHP|db2_execute|Executes a prepared SQL statement
  1917. F|PHP|db2_fetch_array|Returns an array, indexed by column position, representing a row in a result set
  1918. F|PHP|db2_fetch_assoc|Returns an array, indexed by column name, representing a row in a result set
  1919. F|PHP|db2_fetch_both|Returns an array, indexed by both column name and position, representing a row in a result set
  1920. F|PHP|db2_fetch_object|Returns an object with properties representing columns in the fetched row
  1921. F|PHP|db2_fetch_row|Sets the result set pointer to the next row or requested row
  1922. F|PHP|db2_field_display_size|Returns the maximum number of bytes required to display a column
  1923. F|PHP|db2_field_name|Returns the name of the column in the result set
  1924. F|PHP|db2_field_num|Returns the position of the named column in a result set
  1925. F|PHP|db2_field_precision|Returns the precision of the indicated column in a result set
  1926. F|PHP|db2_field_scale|Returns the scale of the indicated column in a result set
  1927. F|PHP|db2_field_type|Returns the data type of the indicated column in a result set
  1928. F|PHP|db2_field_width|Returns the width of the current value of the indicated column in a result set
  1929. F|PHP|db2_foreign_keys|Returns a result set listing the foreign keys for a table
  1930. F|PHP|db2_free_result|Frees resources associated with a result set
  1931. F|PHP|db2_free_stmt|Frees resources associated with the indicated statement resource
  1932. F|PHP|db2_get_option|Retrieves an option value for a statement resource or a connection resource
  1933. F|PHP|db2_lob_read|Gets a user defined size of LOB files with each invocation
  1934. F|PHP|db2_next_result|Requests the next result set from a stored procedure
  1935. F|PHP|db2_num_fields|Returns the number of fields contained in a result set
  1936. F|PHP|db2_num_rows|Returns the number of rows affected by an SQL statement
  1937. F|PHP|db2_pconnect|Returns a persistent connection to a database
  1938. F|PHP|db2_prepare|Prepares an SQL statement to be executed
  1939. F|PHP|db2_primary_keys|Returns a result set listing primary keys for a table
  1940. F|PHP|db2_procedure_columns|Returns a result set listing stored procedure parameters
  1941. F|PHP|db2_procedures|Returns a result set listing the stored procedures registered in a database
  1942. F|PHP|db2_result|Returns a single column from a row in the result set
  1943. F|PHP|db2_rollback|Rolls back a transaction
  1944. F|PHP|db2_server_info|Returns an object with properties that describe the DB2 database server
  1945. F|PHP|db2_set_option|Set options for connection or statement resources
  1946. F|PHP|db2_special_columns|Returns a result set listing the unique row identifier columns for a table
  1947. F|PHP|db2_statistics|Returns a result set listing the index and statistics for a table
  1948. F|PHP|db2_stmt_error|Returns a string containing the SQLSTATE returned by an SQL statement
  1949. F|PHP|db2_stmt_errormsg|Returns a string containing the last SQL statement error message
  1950. F|PHP|db2_table_privileges|Returns a result set listing the tables and associated privileges in a database
  1951. F|PHP|db2_tables|Returns a result set listing the tables and associated metadata in a database
  1952. F|PHP|iconv_get_encoding|Retrieve internal configuration variables of iconv extension
  1953. F|PHP|iconv_mime_decode_headers|Decodes multiple MIME header fields at once
  1954. F|PHP|iconv_mime_decode|Decodes a MIME header field
  1955. F|PHP|iconv_mime_encode|Composes a MIME header field
  1956. F|PHP|iconv_set_encoding|Set current setting for character encoding conversion
  1957. F|PHP|iconv_strlen|Returns the character count of string
  1958. F|PHP|iconv_strpos|Finds position of first occurrence of a needle within a haystack
  1959. F|PHP|iconv_strrpos|Finds the last occurrence of a needle within a haystack
  1960. F|PHP|iconv_substr|Cut out part of a string
  1961. F|PHP|iconv|Convert string to requested character encoding
  1962. F|PHP|ob_iconv_handler|Convert character encoding as output buffer handler
  1963. F|PHP|id3_get_frame_long_name|Get the long name of an ID3v2 frame
  1964. F|PHP|id3_get_frame_short_name|Get the short name of an ID3v2 frame
  1965. F|PHP|id3_get_genre_id|Get the id for a genre
  1966. F|PHP|id3_get_genre_list|Get all possible genre values
  1967. F|PHP|id3_get_genre_name|Get the name for a genre id
  1968. F|PHP|id3_get_tag|Get all information stored in an ID3 tag
  1969. F|PHP|id3_get_version|Get version of an ID3 tag
  1970. F|PHP|id3_remove_tag|Remove an existing ID3 tag
  1971. F|PHP|id3_set_tag|Update information stored in an ID3 tag
  1972. F|PHP|iis_add_server|Creates a new virtual web server
  1973. F|PHP|iis_get_dir_security|Gets Directory Security
  1974. F|PHP|iis_get_script_map|Gets script mapping on a virtual directory for a specific extension
  1975. F|PHP|iis_get_server_by_comment|Return the instance number associated with the Comment
  1976. F|PHP|iis_get_server_by_path|Return the instance number associated with the Path
  1977. F|PHP|iis_get_server_rights|Gets server rights
  1978. F|PHP|iis_get_service_state|Returns the state for the service defined by ServiceId
  1979. F|PHP|iis_remove_server|Removes the virtual web server indicated by ServerInstance
  1980. F|PHP|iis_set_app_settings|Creates application scope for a virtual directory
  1981. F|PHP|iis_set_dir_security|Sets Directory Security
  1982. F|PHP|iis_set_script_map|Sets script mapping on a virtual directory
  1983. F|PHP|iis_set_server_rights|Sets server rights
  1984. F|PHP|iis_start_server|Starts the virtual web server
  1985. F|PHP|iis_start_service|Starts the service defined by ServiceId
  1986. F|PHP|iis_stop_server|Stops the virtual web server
  1987. F|PHP|iis_stop_service|Stops the service defined by ServiceId
  1988. F|PHP|gd_info|Retrieve information about the currently installed GD library
  1989. F|PHP|getimagesize|Get the size of an image
  1990. F|PHP|image_type_to_extension|Get file extension for image type
  1991. F|PHP|image_type_to_mime_type|Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
  1992. F|PHP|image2wbmp|Output image to browser or file
  1993. F|PHP|imagealphablending|Set the blending mode for an image
  1994. F|PHP|imageantialias|Should antialias functions be used or not
  1995. F|PHP|imagearc|Draws an arc
  1996. F|PHP|imagechar|Draw a character horizontally
  1997. F|PHP|imagecharup|Draw a character vertically
  1998. F|PHP|imagecolorallocate|Allocate a color for an image
  1999. F|PHP|imagecolorallocatealpha|Allocate a color for an image
  2000. F|PHP|imagecolorat|Get the index of the color of a pixel
  2001. F|PHP|imagecolorclosest|Get the index of the closest color to the specified color
  2002. F|PHP|imagecolorclosestalpha|Get the index of the closest color to the specified color + alpha
  2003. F|PHP|imagecolorclosesthwb|Get the index of the color which has the hue, white and blackness nearest to the given color
  2004. F|PHP|imagecolordeallocate|De-allocate a color for an image
  2005. F|PHP|imagecolorexact|Get the index of the specified color
  2006. F|PHP|imagecolorexactalpha|Get the index of the specified color + alpha
  2007. F|PHP|imagecolormatch|Makes the colors of the palette version of an image more closely match the true color version
  2008. F|PHP|imagecolorresolve|Get the index of the specified color or its closest possible alternative
  2009. F|PHP|imagecolorresolvealpha|Get the index of the specified color + alpha or its closest possible alternative
  2010. F|PHP|imagecolorset|Set the color for the specified palette index
  2011. F|PHP|imagecolorsforindex|Get the colors for an index
  2012. F|PHP|imagecolorstotal|Find out the number of colors in an image's palette
  2013. F|PHP|imagecolortransparent|Define a color as transparent
  2014. F|PHP|imageconvolution|Apply a 3x3 convolution matrix, using coefficient and offset
  2015. F|PHP|imagecopy|Copy part of an image
  2016. F|PHP|imagecopymerge|Copy and merge part of an image
  2017. F|PHP|imagecopymergegray|Copy and merge part of an image with gray scale
  2018. F|PHP|imagecopyresampled|Copy and resize part of an image with resampling
  2019. F|PHP|imagecopyresized|Copy and resize part of an image
  2020. F|PHP|imagecreate|Create a new palette based image
  2021. F|PHP|imagecreatefromgd2|Create a new image from GD2 file or URL
  2022. F|PHP|imagecreatefromgd2part|Create a new image from a given part of GD2 file or URL
  2023. F|PHP|imagecreatefromgd|Create a new image from GD file or URL
  2024. F|PHP|imagecreatefromgif|Create a new image from file or URL
  2025. F|PHP|imagecreatefromjpeg|Create a new image from file or URL
  2026. F|PHP|imagecreatefrompng|Create a new image from file or URL
  2027. F|PHP|imagecreatefromstring|Create a new image from the image stream in the string
  2028. F|PHP|imagecreatefromwbmp|Create a new image from file or URL
  2029. F|PHP|imagecreatefromxbm|Create a new image from file or URL
  2030. F|PHP|imagecreatefromxpm|Create a new image from file or URL
  2031. F|PHP|imagecreatetruecolor|Create a new true color image
  2032. F|PHP|imagedashedline|Draw a dashed line
  2033. F|PHP|imagedestroy|Destroy an image
  2034. F|PHP|imageellipse|Draw an ellipse
  2035. F|PHP|imagefill|Flood fill
  2036. F|PHP|imagefilledarc|Draw a partial ellipse and fill it
  2037. F|PHP|imagefilledellipse|Draw a filled ellipse
  2038. F|PHP|imagefilledpolygon|Draw a filled polygon
  2039. F|PHP|imagefilledrectangle|Draw a filled rectangle
  2040. F|PHP|imagefilltoborder|Flood fill to specific color
  2041. F|PHP|imagefilter|Applies a filter to an image
  2042. F|PHP|imagefontheight|Get font height
  2043. F|PHP|imagefontwidth|Get font width
  2044. F|PHP|imageftbbox|Give the bounding box of a text using fonts via freetype2
  2045. F|PHP|imagefttext|Write text to the image using fonts using FreeType 2
  2046. F|PHP|imagegammacorrect|Apply a gamma correction to a GD image
  2047. F|PHP|imagegd2|Output GD2 image to browser or file
  2048. F|PHP|imagegd|Output GD image to browser or file
  2049. F|PHP|imagegif|Output image to browser or file
  2050. F|PHP|imagegrabscreen|Captures the whole screen
  2051. F|PHP|imagegrabwindow|Captures a window
  2052. F|PHP|imageinterlace|Enable or disable interlace
  2053. F|PHP|imageistruecolor|Finds whether an image is a truecolor image
  2054. F|PHP|imagejpeg|Output image to browser or file
  2055. F|PHP|imagelayereffect|Set the alpha blending flag to use the bundled libgd layering effects
  2056. F|PHP|imageline|Draw a line
  2057. F|PHP|imageloadfont|Load a new font
  2058. F|PHP|imagepalettecopy|Copy the palette from one image to another
  2059. F|PHP|imagepng|Output a PNG image to either the browser or a file
  2060. F|PHP|imagepolygon|Draws a polygon
  2061. F|PHP|imagepsbbox|Give the bounding box of a text rectangle using PostScript Type1 fonts
  2062. F|PHP|imagepsencodefont|Change the character encoding vector of a font
  2063. F|PHP|imagepsextendfont|Extend or condense a font
  2064. F|PHP|imagepsfreefont|Free memory used by a PostScript Type 1 font
  2065. F|PHP|imagepsloadfont|Load a PostScript Type 1 font from file
  2066. F|PHP|imagepsslantfont|Slant a font
  2067. F|PHP|imagepstext|Draws a text over an image using PostScript Type1 fonts
  2068. F|PHP|imagerectangle|Draw a rectangle
  2069. F|PHP|imagerotate|Rotate an image with a given angle
  2070. F|PHP|imagesavealpha|Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images
  2071. F|PHP|imagesetbrush|Set the brush image for line drawing
  2072. F|PHP|imagesetpixel|Set a single pixel
  2073. F|PHP|imagesetstyle|Set the style for line drawing
  2074. F|PHP|imagesetthickness|Set the thickness for line drawing
  2075. F|PHP|imagesettile|Set the tile image for filling
  2076. F|PHP|imagestring|Draw a string horizontally
  2077. F|PHP|imagestringup|Draw a string vertically
  2078. F|PHP|imagesx|Get image width
  2079. F|PHP|imagesy|Get image height
  2080. F|PHP|imagetruecolortopalette|Convert a true color image to a palette image
  2081. F|PHP|imagettfbbox|Give the bounding box of a text using TrueType fonts
  2082. F|PHP|imagettftext|Write text to the image using TrueType fonts
  2083. F|PHP|imagetypes|Return the image types supported by this PHP build
  2084. F|PHP|imagewbmp|Output image to browser or file
  2085. F|PHP|imagexbm|Output XBM image to browser or file
  2086. F|PHP|iptcembed|Embed binary IPTC data into a JPEG image
  2087. F|PHP|iptcparse|Parse a binary IPTC block into single tags.
  2088. F|PHP|jpeg2wbmp|Convert JPEG image file to WBMP image file
  2089. F|PHP|png2wbmp|Convert PNG image file to WBMP image file
  2090. F|PHP|imap_8bit|Convert an 8bit string to a quoted-printable string
  2091. F|PHP|imap_alerts|Returns all IMAP alert messages that have occurred
  2092. F|PHP|imap_append|Append a string message to a specified mailbox
  2093. F|PHP|imap_base64|Decode BASE64 encoded text
  2094. F|PHP|imap_binary|Convert an 8bit string to a base64 string
  2095. F|PHP|imap_body|Read the message body
  2096. F|PHP|imap_bodystruct|Read the structure of a specified body section of a specific message
  2097. F|PHP|imap_check|Check current mailbox
  2098. F|PHP|imap_clearflag_full|Clears flags on messages
  2099. F|PHP|imap_close|Close an IMAP stream
  2100. F|PHP|imap_createmailbox|Create a new mailbox
  2101. F|PHP|imap_delete|Mark a message for deletion from current mailbox
  2102. F|PHP|imap_deletemailbox|Delete a mailbox
  2103. F|PHP|imap_errors|Returns all of the IMAP errors that have occured
  2104. F|PHP|imap_expunge|Delete all messages marked for deletion
  2105. F|PHP|imap_fetch_overview|Read an overview of the information in the headers of the given message
  2106. F|PHP|imap_fetchbody|Fetch a particular section of the body of the message
  2107. F|PHP|imap_fetchheader|Returns header for a message
  2108. F|PHP|imap_fetchstructure|Read the structure of a particular message
  2109. F|PHP|imap_get_quota|Retrieve the quota level settings, and usage statics per mailbox
  2110. F|PHP|imap_get_quotaroot|Retrieve the quota settings per user
  2111. F|PHP|imap_getacl|Gets the ACL for a given mailbox
  2112. F|PHP|imap_getmailboxes|Read the list of mailboxes, returning detailed information on each one
  2113. F|PHP|imap_getsubscribed|List all the subscribed mailboxes
  2114. F|PHP|imap_header|Alias of imap_headerinfo()
  2115. F|PHP|imap_headerinfo|Read the header of the message
  2116. F|PHP|imap_headers|Returns headers for all messages in a mailbox
  2117. F|PHP|imap_last_error|Gets the last IMAP error that occurred during this page request
  2118. F|PHP|imap_list|Read the list of mailboxes
  2119. F|PHP|imap_listmailbox|Alias of imap_list()
  2120. F|PHP|imap_listscan|Returns the list of mailboxes that matches the given text
  2121. F|PHP|imap_listsubscribed|Alias of imap_lsub()
  2122. F|PHP|imap_lsub|List all the subscribed mailboxes
  2123. F|PHP|imap_mail_compose|Create a MIME message based on given envelope and body sections
  2124. F|PHP|imap_mail_copy|Copy specified messages to a mailbox
  2125. F|PHP|imap_mail_move|Move specified messages to a mailbox
  2126. F|PHP|imap_mail|Send an email message
  2127. F|PHP|imap_mailboxmsginfo|Get information about the current mailbox
  2128. F|PHP|imap_mime_header_decode|Decode MIME header elements
  2129. F|PHP|imap_msgno|Gets the message sequence number for the given UID
  2130. F|PHP|imap_num_msg|Gets the number of messages in the current mailbox
  2131. F|PHP|imap_num_recent|Gets the number of recent messages in current mailbox
  2132. F|PHP|imap_open|Open an IMAP stream to a mailbox
  2133. F|PHP|imap_ping|Check if the IMAP stream is still active
  2134. F|PHP|imap_qprint|Convert a quoted-printable string to an 8 bit string
  2135. F|PHP|imap_renamemailbox|Rename an old mailbox to new mailbox
  2136. F|PHP|imap_reopen|Reopen IMAP stream to new mailbox
  2137. F|PHP|imap_rfc822_parse_adrlist|Parses an address string
  2138. F|PHP|imap_rfc822_parse_headers|Parse mail headers from a string
  2139. F|PHP|imap_rfc822_write_address|Returns a properly formatted email address given the mailbox, host, and personal info
  2140. F|PHP|imap_savebody|Save a specific body section to a file
  2141. F|PHP|imap_scanmailbox|Alias of imap_listscan()
  2142. F|PHP|imap_search|This function returns an array of messages matching the given search criteria
  2143. F|PHP|imap_set_quota|Sets a quota for a given mailbox
  2144. F|PHP|imap_setacl|Sets the ACL for a giving mailbox
  2145. F|PHP|imap_setflag_full|Sets flags on messages
  2146. F|PHP|imap_sort|Gets and sort messages
  2147. F|PHP|imap_status|Returns status information on a mailbox
  2148. F|PHP|imap_subscribe|Subscribe to a mailbox
  2149. F|PHP|imap_thread|Returns a tree of threaded message
  2150. F|PHP|imap_timeout|Set or fetch imap timeout
  2151. F|PHP|imap_uid|This function returns the UID for the given message sequence number
  2152. F|PHP|imap_undelete|Unmark the message which is marked deleted
  2153. F|PHP|imap_unsubscribe|Unsubscribe from a mailbox
  2154. F|PHP|imap_utf7_decode|Decodes a modified UTF-7 encoded string
  2155. F|PHP|imap_utf7_encode|Converts ISO-8859-1 string to modified UTF-7 text
  2156. F|PHP|imap_utf8|Converts MIME-encoded text to UTF-8
  2157. F|PHP|ifx_affected_rows|Get number of rows affected by a query
  2158. F|PHP|ifx_blobinfile_mode|Set the default blob mode for all select queries
  2159. F|PHP|ifx_byteasvarchar|Set the default byte mode
  2160. F|PHP|ifx_close|Close Informix connection
  2161. F|PHP|ifx_connect|Open Informix server connection
  2162. F|PHP|ifx_copy_blob|Duplicates the given blob object
  2163. F|PHP|ifx_create_blob|Creates an blob object
  2164. F|PHP|ifx_create_char|Creates an char object
  2165. F|PHP|ifx_do|Execute a previously prepared SQL-statement
  2166. F|PHP|ifx_error|Returns error code of last Informix call
  2167. F|PHP|ifx_errormsg|Returns error message of last Informix call
  2168. F|PHP|ifx_fetch_row|Get row as an associative array
  2169. F|PHP|ifx_fieldproperties|List of SQL fieldproperties
  2170. F|PHP|ifx_fieldtypes|List of Informix SQL fields
  2171. F|PHP|ifx_free_blob|Deletes the blob object
  2172. F|PHP|ifx_free_char|Deletes the char object
  2173. F|PHP|ifx_free_result|Releases resources for the query
  2174. F|PHP|ifx_get_blob|Return the content of a blob object
  2175. F|PHP|ifx_get_char|Return the content of the char object
  2176. F|PHP|ifx_getsqlca|Get the contents of sqlca.sqlerrd[0..5] after a query
  2177. F|PHP|ifx_htmltbl_result|Formats all rows of a query into a HTML table
  2178. F|PHP|ifx_nullformat|Sets the default return value on a fetch row
  2179. F|PHP|ifx_num_fields|Returns the number of columns in the query
  2180. F|PHP|ifx_num_rows|Count the rows already fetched from a query
  2181. F|PHP|ifx_pconnect|Open persistent Informix connection
  2182. F|PHP|ifx_prepare|Prepare an SQL-statement for execution
  2183. F|PHP|ifx_query|Send Informix query
  2184. F|PHP|ifx_textasvarchar|Set the default text mode
  2185. F|PHP|ifx_update_blob|Updates the content of the blob object
  2186. F|PHP|ifx_update_char|Updates the content of the char object
  2187. F|PHP|ifxus_close_slob|Deletes the slob object
  2188. F|PHP|ifxus_create_slob|Creates an slob object and opens it
  2189. F|PHP|ifxus_free_slob|Deletes the slob object
  2190. F|PHP|ifxus_open_slob|Opens an slob object
  2191. F|PHP|ifxus_read_slob|Reads nbytes of the slob object
  2192. F|PHP|ifxus_seek_slob|Sets the current file or seek position
  2193. F|PHP|ifxus_tell_slob|Returns the current file or seek position
  2194. F|PHP|ifxus_write_slob|Writes a string into the slob object
  2195. F|PHP|ingres_autocommit|Switch autocommit on or off
  2196. F|PHP|ingres_close|Close an Ingres II database connection
  2197. F|PHP|ingres_commit|Commit a transaction
  2198. F|PHP|ingres_connect|Open a connection to an Ingres database
  2199. F|PHP|ingres_cursor|Gets a cursor name for a given link resource
  2200. F|PHP|ingres_errno|Gets the last ingres error number generated
  2201. F|PHP|ingres_error|Gets a meaningful error message for the last error generated
  2202. F|PHP|ingres_errsqlstate|Gets the last SQLSTATE error code generated
  2203. F|PHP|ingres_fetch_array|Fetch a row of result into an array
  2204. F|PHP|ingres_fetch_object|Fetch a row of result into an object
  2205. F|PHP|ingres_fetch_row|Fetch a row of result into an enumerated array
  2206. F|PHP|ingres_field_length|Get the length of a field
  2207. F|PHP|ingres_field_name|Get the name of a field in a query result
  2208. F|PHP|ingres_field_nullable|Test if a field is nullable
  2209. F|PHP|ingres_field_precision|Get the precision of a field
  2210. F|PHP|ingres_field_scale|Get the scale of a field
  2211. F|PHP|ingres_field_type|Get the type of a field in a query result
  2212. F|PHP|ingres_num_fields|Get the number of fields returned by the last query
  2213. F|PHP|ingres_num_rows|Get the number of rows affected or returned by the last query
  2214. F|PHP|ingres_pconnect|Open a persistent connection to an Ingres II database
  2215. F|PHP|ingres_query|Send a SQL query to Ingres II
  2216. F|PHP|ingres_rollback|Roll back a transaction
  2217. F|PHP|ircg_channel_mode|Set channel mode flags for user
  2218. F|PHP|ircg_disconnect|Close connection to server
  2219. F|PHP|ircg_eval_ecmascript_params|Decodes a list of JS-encoded parameters
  2220. F|PHP|ircg_fetch_error_msg|Returns the error from previous IRCG operation
  2221. F|PHP|ircg_get_username|Get username for connection
  2222. F|PHP|ircg_html_encode|Encodes HTML preserving output
  2223. F|PHP|ircg_ignore_add|Add a user to your ignore list on a server
  2224. F|PHP|ircg_ignore_del|Remove a user from your ignore list on a server
  2225. F|PHP|ircg_invite|Invites nickname to channel
  2226. F|PHP|ircg_is_conn_alive|Check connection status
  2227. F|PHP|ircg_join|Join a channel on a connected server
  2228. F|PHP|ircg_kick|Kick a user out of a channel on server
  2229. F|PHP|ircg_list|List topic/user count of channel(s)
  2230. F|PHP|ircg_lookup_format_messages|Check for the existence of a format message set
  2231. F|PHP|ircg_lusers|IRC network statistics
  2232. F|PHP|ircg_msg|Send message to channel or user on server
  2233. F|PHP|ircg_names|Query visible usernames
  2234. F|PHP|ircg_nick|Change nickname on server
  2235. F|PHP|ircg_nickname_escape|Encode special characters in nickname to be IRC-compliant
  2236. F|PHP|ircg_nickname_unescape|Decodes encoded nickname
  2237. F|PHP|ircg_notice|Send a notice to a user on server
  2238. F|PHP|ircg_oper|Elevates privileges to IRC OPER
  2239. F|PHP|ircg_part|Leave a channel on server
  2240. F|PHP|ircg_pconnect|Connect to an IRC server
  2241. F|PHP|ircg_register_format_messages|Register a format message set
  2242. F|PHP|ircg_set_current|Set current connection for output
  2243. F|PHP|ircg_set_file|Set logfile for connection
  2244. F|PHP|ircg_set_on_die|Set action to be executed when connection dies
  2245. F|PHP|ircg_topic|Set topic for channel on server
  2246. F|PHP|ircg_who|Queries server for WHO information
  2247. F|PHP|ircg_whois|Query server for user information
  2248. F|PHP|json_decode|Decodes a JSON string
  2249. F|PHP|json_encode|Returns the JSON representation of a value
  2250. F|PHP|kadm5_chpass_principal|Changes the principal's password
  2251. F|PHP|kadm5_create_principal|Creates a kerberos principal with the given parameters
  2252. F|PHP|kadm5_delete_principal|Deletes a kerberos principal
  2253. F|PHP|kadm5_destroy|Closes the connection to the admin server and releases all related resources
  2254. F|PHP|kadm5_flush|Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open
  2255. F|PHP|kadm5_get_policies|Gets all policies from the Kerberos database
  2256. F|PHP|kadm5_get_principal|Gets the principal's entries from the Kerberos database
  2257. F|PHP|kadm5_get_principals|Gets all principals from the Kerberos database
  2258. F|PHP|kadm5_init_with_password|Opens a connection to the KADM5 library and initializes any neccessary state information
  2259. F|PHP|kadm5_modify_principal|Modifies a kerberos principal with the given parameters
  2260. F|PHP|ldap_8859_to_t61|Translate 8859 characters to t61 characters
  2261. F|PHP|ldap_add|Add entries to LDAP directory
  2262. F|PHP|ldap_bind|Bind to LDAP directory
  2263. F|PHP|ldap_close|Alias of ldap_unbind()
  2264. F|PHP|ldap_compare|Compare value of attribute found in entry specified with DN
  2265. F|PHP|ldap_connect|Connect to an LDAP server
  2266. F|PHP|ldap_count_entries|Count the number of entries in a search
  2267. F|PHP|ldap_delete|Delete an entry from a directory
  2268. F|PHP|ldap_dn2ufn|Convert DN to User Friendly Naming format
  2269. F|PHP|ldap_err2str|Convert LDAP error number into string error message
  2270. F|PHP|ldap_errno|Return the LDAP error number of the last LDAP command
  2271. F|PHP|ldap_error|Return the LDAP error message of the last LDAP command
  2272. F|PHP|ldap_explode_dn|Splits DN into its component parts
  2273. F|PHP|ldap_first_attribute|Return first attribute
  2274. F|PHP|ldap_first_entry|Return first result id
  2275. F|PHP|ldap_first_reference|Return first reference
  2276. F|PHP|ldap_free_result|Free result memory
  2277. F|PHP|ldap_get_attributes|Get attributes from a search result entry
  2278. F|PHP|ldap_get_dn|Get the DN of a result entry
  2279. F|PHP|ldap_get_entries|Get all result entries
  2280. F|PHP|ldap_get_option|Get the current value for given option
  2281. F|PHP|ldap_get_values_len|Get all binary values from a result entry
  2282. F|PHP|ldap_get_values|Get all values from a result entry
  2283. F|PHP|ldap_list|Single-level search
  2284. F|PHP|ldap_mod_add|Add attribute values to current attributes
  2285. F|PHP|ldap_mod_del|Delete attribute values from current attributes
  2286. F|PHP|ldap_mod_replace|Replace attribute values with new ones
  2287. F|PHP|ldap_modify|Modify an LDAP entry
  2288. F|PHP|ldap_next_attribute|Get the next attribute in result
  2289. F|PHP|ldap_next_entry|Get next result entry
  2290. F|PHP|ldap_next_reference|Get next reference
  2291. F|PHP|ldap_parse_reference|Extract information from reference entry
  2292. F|PHP|ldap_parse_result|Extract information from result
  2293. F|PHP|ldap_read|Read an entry
  2294. F|PHP|ldap_rename|Modify the name of an entry
  2295. F|PHP|ldap_sasl_bind|Bind to LDAP directory using SASL
  2296. F|PHP|ldap_search|Search LDAP tree
  2297. F|PHP|ldap_set_option|Set the value of the given option
  2298. F|PHP|ldap_set_rebind_proc|Set a callback function to do re-binds on referral chasing
  2299. F|PHP|ldap_sort|Sort LDAP result entries
  2300. F|PHP|ldap_start_tls|Start TLS
  2301. F|PHP|ldap_t61_to_8859|Translate t61 characters to 8859 characters
  2302. F|PHP|ldap_unbind|Unbind from LDAP directory
  2303. F|PHP|libxml_clear_errors|Clear libxml error buffer
  2304. F|PHP|libxml_get_errors|Retrieve array of errors
  2305. F|PHP|libxml_get_last_error|Retrieve last error from libxml
  2306. F|PHP|libxml_set_streams_context|Set the streams context for the next libxml document load or write
  2307. F|PHP|libxml_use_internal_errors|Disable libxml errors and allow user to fetch error information as needed
  2308. F|PHP|lzf_compress|LZF compression
  2309. F|PHP|lzf_decompress|LZF decompression
  2310. F|PHP|lzf_optimized_for|Determines what LZF extension was optimized for
  2311. F|PHP|ezmlm_hash|Calculate the hash value needed by EZMLM
  2312. F|PHP|mail|Send mail
  2313. F|PHP|mailparse_determine_best_xfer_encoding|Gets the best way of encoding
  2314. F|PHP|mailparse_msg_create|Create a mime mail resource
  2315. F|PHP|mailparse_msg_extract_part_file|Extracts/decodes a message section
  2316. F|PHP|mailparse_msg_extract_part|Extracts/decodes a message section
  2317. F|PHP|mailparse_msg_extract_whole_part_file|Extracts a message section including headers without decoding the transfer encoding
  2318. F|PHP|mailparse_msg_free|Frees a MIME resource
  2319. F|PHP|mailparse_msg_get_part_data|Returns an associative array of info about the message
  2320. F|PHP|mailparse_msg_get_part|Returns a handle on a given section in a mimemessage
  2321. F|PHP|mailparse_msg_get_structure|Returns an array of mime section names in the supplied message
  2322. F|PHP|mailparse_msg_parse_file|Parses a file
  2323. F|PHP|mailparse_msg_parse|Incrementally parse data into buffer
  2324. F|PHP|mailparse_rfc822_parse_addresses|Parse RFC 822 compliant addresses
  2325. F|PHP|mailparse_stream_encode|Streams data from source file pointer, apply encoding and write to destfp
  2326. F|PHP|mailparse_uudecode_all|Scans the data from fp and extract each embedded uuencoded file
  2327. F|PHP|abs|Absolute value
  2328. F|PHP|acos|Arc cosine
  2329. F|PHP|acosh|Inverse hyperbolic cosine
  2330. F|PHP|asin|Arc sine
  2331. F|PHP|asinh|Inverse hyperbolic sine
  2332. F|PHP|atan2|Arc tangent of two variables
  2333. F|PHP|atan|Arc tangent
  2334. F|PHP|atanh|Inverse hyperbolic tangent
  2335. F|PHP|base_convert|Convert a number between arbitrary bases
  2336. F|PHP|bindec|Binary to decimal
  2337. F|PHP|ceil|Round fractions up
  2338. F|PHP|cos|Cosine
  2339. F|PHP|cosh|Hyperbolic cosine
  2340. F|PHP|decbin|Decimal to binary
  2341. F|PHP|dechex|Decimal to hexadecimal
  2342. F|PHP|decoct|Decimal to octal
  2343. F|PHP|deg2rad|Converts the number in degrees to the radian equivalent
  2344. F|PHP|exp|Calculates the exponent of e
  2345. F|PHP|expm1|Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero
  2346. F|PHP|floor|Round fractions down
  2347. F|PHP|fmod|Returns the floating point remainder (modulo) of the division of the arguments
  2348. F|PHP|getrandmax|Show largest possible random value
  2349. F|PHP|hexdec|Hexadecimal to decimal
  2350. F|PHP|hypot|Calculate the length of the hypotenuse of a right-angle triangle
  2351. F|PHP|is_finite|Finds whether a value is a legal finite number
  2352. F|PHP|is_infinite|Finds whether a value is infinite
  2353. F|PHP|is_nan|Finds whether a value is not a number
  2354. F|PHP|lcg_value|Combined linear congruential generator
  2355. F|PHP|log10|Base-10 logarithm
  2356. F|PHP|log1p|Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero
  2357. F|PHP|log|Natural logarithm
  2358. F|PHP|max|Find highest value
  2359. F|PHP|min|Find lowest value
  2360. F|PHP|mt_getrandmax|Show largest possible random value
  2361. F|PHP|mt_rand|Generate a better random value
  2362. F|PHP|mt_srand|Seed the better random number generator
  2363. F|PHP|octdec|Octal to decimal
  2364. F|PHP|pi|Get value of pi
  2365. F|PHP|pow|Exponential expression
  2366. F|PHP|rad2deg|Converts the radian number to the equivalent number in degrees
  2367. F|PHP|rand|Generate a random integer
  2368. F|PHP|round|Rounds a float
  2369. F|PHP|sin|Sine
  2370. F|PHP|sinh|Hyperbolic sine
  2371. F|PHP|sqrt|Square root
  2372. F|PHP|srand|Seed the random number generator
  2373. F|PHP|tan|Tangent
  2374. F|PHP|tanh|Hyperbolic tangent
  2375. F|PHP|maxdb_affected_rows|Gets the number of affected rows in a previous MaxDB operation
  2376. F|PHP|maxdb_autocommit|Turns on or off auto-commiting database modifications
  2377. F|PHP|maxdb_bind_param|Alias of maxdb_stmt_bind_param()
  2378. F|PHP|maxdb_bind_result|Alias of maxdb_stmt_bind_result()
  2379. F|PHP|maxdb_change_user|Changes the user of the specified database connection
  2380. F|PHP|maxdb_character_set_name|Returns the default character set for the database connection
  2381. F|PHP|maxdb_client_encoding|Alias of maxdb_character_set_name()
  2382. F|PHP|maxdb_close_long_data|Alias of maxdb_stmt_close_long_data()
  2383. F|PHP|maxdb_close|Closes a previously opened database connection
  2384. F|PHP|maxdb_commit|Commits the current transaction
  2385. F|PHP|maxdb_connect_errno|Returns the error code from last connect call
  2386. F|PHP|maxdb_connect_error|Returns a string description of the last connect error
  2387. F|PHP|maxdb_connect|Open a new connection to the MaxDB server
  2388. F|PHP|maxdb_data_seek|Adjusts the result pointer to an arbitary row in the result
  2389. F|PHP|maxdb_debug|Performs debugging operations
  2390. F|PHP|maxdb_disable_reads_from_master|Disable reads from master
  2391. F|PHP|maxdb_disable_rpl_parse|Disable RPL parse
  2392. F|PHP|maxdb_dump_debug_info|Dump debugging information into the log
  2393. F|PHP|maxdb_embedded_connect|Open a connection to an embedded MaxDB server
  2394. F|PHP|maxdb_enable_reads_from_master|Enable reads from master
  2395. F|PHP|maxdb_enable_rpl_parse|Enable RPL parse
  2396. F|PHP|maxdb_errno|Returns the error code for the most recent function call
  2397. F|PHP|maxdb_error|Returns a string description of the last error
  2398. F|PHP|maxdb_escape_string|Alias of maxdb_real_escape_string()
  2399. F|PHP|maxdb_execute|Alias of maxdb_stmt_execute()
  2400. F|PHP|maxdb_fetch_array|Fetch a result row as an associative, a numeric array, or both
  2401. F|PHP|maxdb_fetch_assoc|Fetch a result row as an associative array
  2402. F|PHP|maxdb_fetch_field_direct|Fetch meta-data for a single field
  2403. F|PHP|maxdb_fetch_field|Returns the next field in the result set
  2404. F|PHP|maxdb_fetch_fields|Returns an array of resources representing the fields in a result set
  2405. F|PHP|maxdb_fetch_lengths|Returns the lengths of the columns of the current row in the result set
  2406. F|PHP|maxdb_fetch_object|Returns the current row of a result set as an object
  2407. F|PHP|maxdb_fetch_row|Get a result row as an enumerated array
  2408. F|PHP|maxdb_fetch|Alias of maxdb_stmt_fetch()
  2409. F|PHP|maxdb_field_count|Returns the number of columns for the most recent query
  2410. F|PHP|maxdb_field_seek|Set result pointer to a specified field offset
  2411. F|PHP|maxdb_field_tell|Get current field offset of a result pointer
  2412. F|PHP|maxdb_free_result|Frees the memory associated with a result
  2413. F|PHP|maxdb_get_client_info|Returns the MaxDB client version as a string
  2414. F|PHP|maxdb_get_client_version|Get MaxDB client info
  2415. F|PHP|maxdb_get_host_info|Returns a string representing the type of connection used
  2416. F|PHP|maxdb_get_metadata|Alias of maxdb_stmt_result_metadata()
  2417. F|PHP|maxdb_get_proto_info|Returns the version of the MaxDB protocol used
  2418. F|PHP|maxdb_get_server_info|Returns the version of the MaxDB server
  2419. F|PHP|maxdb_get_server_version|Returns the version of the MaxDB server as an integer
  2420. F|PHP|maxdb_info|Retrieves information about the most recently executed query
  2421. F|PHP|maxdb_init|Initializes MaxDB and returns an resource for use with maxdb_real_connect
  2422. F|PHP|maxdb_insert_id|Returns the auto generated id used in the last query
  2423. F|PHP|maxdb_kill|Disconnects from a MaxDB server
  2424. F|PHP|maxdb_master_query|Enforce execution of a query on the master in a master/slave setup
  2425. F|PHP|maxdb_more_results|Check if there any more query results from a multi query
  2426. F|PHP|maxdb_multi_query|Performs a query on the database
  2427. F|PHP|maxdb_next_result|Prepare next result from multi_query
  2428. F|PHP|maxdb_num_fields|Get the number of fields in a result
  2429. F|PHP|maxdb_num_rows|Gets the number of rows in a result
  2430. F|PHP|maxdb_options|Set options
  2431. F|PHP|maxdb_param_count|Alias of maxdb_stmt_param_count()
  2432. F|PHP|maxdb_ping|Pings a server connection, or tries to reconnect if the connection has gone down
  2433. F|PHP|maxdb_prepare|Prepare a SQL statement for execution
  2434. F|PHP|maxdb_query|Performs a query on the database
  2435. F|PHP|maxdb_real_connect|Opens a connection to a MaxDB server
  2436. F|PHP|maxdb_real_escape_string|Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection
  2437. F|PHP|maxdb_real_query|Execute an SQL query
  2438. F|PHP|maxdb_report|Enables or disables internal report functions
  2439. F|PHP|maxdb_rollback|Rolls back current transaction
  2440. F|PHP|maxdb_rpl_parse_enabled|Check if RPL parse is enabled
  2441. F|PHP|maxdb_rpl_probe|RPL probe
  2442. F|PHP|maxdb_rpl_query_type|Returns RPL query type
  2443. F|PHP|maxdb_select_db|Selects the default database for database queries
  2444. F|PHP|maxdb_send_long_data|Alias of maxdb_stmt_send_long_data()
  2445. F|PHP|maxdb_send_query|Send the query and return
  2446. F|PHP|maxdb_server_end|Shut down the embedded server
  2447. F|PHP|maxdb_server_init|Initialize embedded server
  2448. F|PHP|maxdb_set_opt|Alias of maxdb_options()
  2449. F|PHP|maxdb_sqlstate|Returns the SQLSTATE error from previous MaxDB operation
  2450. F|PHP|maxdb_ssl_set|Used for establishing secure connections using SSL
  2451. F|PHP|maxdb_stat|Gets the current system status
  2452. F|PHP|maxdb_stmt_affected_rows|Returns the total number of rows changed, deleted, or inserted by the last executed statement
  2453. F|PHP|maxdb_stmt_bind_param|Binds variables to a prepared statement as parameters
  2454. F|PHP|maxdb_stmt_bind_result|Binds variables to a prepared statement for result storage
  2455. F|PHP|maxdb_stmt_close_long_data|Ends a sequence of maxdb_stmt_send_long_data()
  2456. F|PHP|maxdb_stmt_close|Closes a prepared statement
  2457. F|PHP|maxdb_stmt_data_seek|Seeks to an arbitray row in statement result set
  2458. F|PHP|maxdb_stmt_errno|Returns the error code for the most recent statement call
  2459. F|PHP|maxdb_stmt_error|Returns a string description for last statement error
  2460. F|PHP|maxdb_stmt_execute|Executes a prepared Query
  2461. F|PHP|maxdb_stmt_fetch|Fetch results from a prepared statement into the bound variables
  2462. F|PHP|maxdb_stmt_free_result|Frees stored result memory for the given statement handle
  2463. F|PHP|maxdb_stmt_init|Initializes a statement and returns an resource for use with maxdb_stmt_prepare
  2464. F|PHP|maxdb_stmt_num_rows|Return the number of rows in statements result set
  2465. F|PHP|maxdb_stmt_param_count|Returns the number of parameter for the given statement
  2466. F|PHP|maxdb_stmt_prepare|Prepare a SQL statement for execution
  2467. F|PHP|maxdb_stmt_reset|Resets a prepared statement
  2468. F|PHP|maxdb_stmt_result_metadata|Returns result set metadata from a prepared statement
  2469. F|PHP|maxdb_stmt_send_long_data|Send data in blocks
  2470. F|PHP|maxdb_stmt_sqlstate|Returns SQLSTATE error from previous statement operation
  2471. F|PHP|maxdb_stmt_store_result|Transfers a result set from a prepared statement
  2472. F|PHP|maxdb_store_result|Transfers a result set from the last query
  2473. F|PHP|maxdb_thread_id|Returns the thread ID for the current connection
  2474. F|PHP|maxdb_thread_safe|Returns whether thread safety is given or not
  2475. F|PHP|maxdb_use_result|Initiate a result set retrieval
  2476. F|PHP|maxdb_warning_count|Returns the number of warnings from the last query for the given link
  2477. F|PHP|mcal_append_event|Store a new event into an MCAL calendar
  2478. F|PHP|mcal_close|Close an MCAL stream
  2479. F|PHP|mcal_create_calendar|Create a new MCAL calendar
  2480. F|PHP|mcal_date_compare|Compares two dates
  2481. F|PHP|mcal_date_valid|Returns TRUE if the given year, month, day is a valid date
  2482. F|PHP|mcal_day_of_week|Returns the day of the week of the given date
  2483. F|PHP|mcal_day_of_year|Returns the day of the year of the given date
  2484. F|PHP|mcal_days_in_month|Returns the number of days in a month
  2485. F|PHP|mcal_delete_calendar|Delete an MCAL calendar
  2486. F|PHP|mcal_delete_event|Delete an event from an MCAL calendar
  2487. F|PHP|mcal_event_add_attribute|Adds an attribute and a value to the streams global event structure
  2488. F|PHP|mcal_event_init|Initializes a streams global event structure
  2489. F|PHP|mcal_event_set_alarm|Sets the alarm of the streams global event structure
  2490. F|PHP|mcal_event_set_category|Sets the category of the streams global event structure
  2491. F|PHP|mcal_event_set_class|Sets the class of the streams global event structure
  2492. F|PHP|mcal_event_set_description|Sets the description of the streams global event structure
  2493. F|PHP|mcal_event_set_end|Sets the end date and time of the streams global event structure
  2494. F|PHP|mcal_event_set_recur_daily|Sets the recurrence of the streams global event structure
  2495. F|PHP|mcal_event_set_recur_monthly_mday|Sets the recurrence of the streams global event structure
  2496. F|PHP|mcal_event_set_recur_monthly_wday|Sets the recurrence of the streams global event structure
  2497. F|PHP|mcal_event_set_recur_none|Sets the recurrence of the streams global event structure
  2498. F|PHP|mcal_event_set_recur_weekly|Sets the recurrence of the streams global event structure
  2499. F|PHP|mcal_event_set_recur_yearly|Sets the recurrence of the streams global event structure
  2500. F|PHP|mcal_event_set_start|Sets the start date and time of the streams global event structure
  2501. F|PHP|mcal_event_set_title|Sets the title of the streams global event structure
  2502. F|PHP|mcal_expunge|Deletes all events marked for being expunged
  2503. F|PHP|mcal_fetch_current_stream_event|Returns an object containing the current streams event structure
  2504. F|PHP|mcal_fetch_event|Fetches an event from the calendar stream
  2505. F|PHP|mcal_is_leap_year|Returns if the given year is a leap year or not
  2506. F|PHP|mcal_list_alarms|Return a list of events that has an alarm triggered at the given datetime
  2507. F|PHP|mcal_list_events|Return a list of IDs for a date or a range of dates
  2508. F|PHP|mcal_next_recurrence|Returns the next recurrence of the event
  2509. F|PHP|mcal_open|Opens up an MCAL connection
  2510. F|PHP|mcal_popen|Opens up a persistent MCAL connection
  2511. F|PHP|mcal_rename_calendar|Rename an MCAL calendar
  2512. F|PHP|mcal_reopen|Reopens an MCAL connection
  2513. F|PHP|mcal_snooze|Turn off an alarm for an event
  2514. F|PHP|mcal_store_event|Modify an existing event in an MCAL calendar
  2515. F|PHP|mcal_time_valid|Returns TRUE if the given hour, minutes and seconds is a valid time
  2516. F|PHP|mcal_week_of_year|Returns the week number of the given date
  2517. F|PHP|mcrypt_cbc|Encrypt/decrypt data in CBC mode
  2518. F|PHP|mcrypt_cfb|Encrypt/decrypt data in CFB mode
  2519. F|PHP|mcrypt_create_iv|Create an initialization vector (IV) from a random source
  2520. F|PHP|mcrypt_decrypt|Decrypts crypttext with given parameters
  2521. F|PHP|mcrypt_ecb|Deprecated: Encrypt/decrypt data in ECB mode
  2522. F|PHP|mcrypt_enc_get_algorithms_name|Returns the name of the opened algorithm
  2523. F|PHP|mcrypt_enc_get_block_size|Returns the blocksize of the opened algorithm
  2524. F|PHP|mcrypt_enc_get_iv_size|Returns the size of the IV of the opened algorithm
  2525. F|PHP|mcrypt_enc_get_key_size|Returns the maximum supported keysize of the opened mode
  2526. F|PHP|mcrypt_enc_get_modes_name|Returns the name of the opened mode
  2527. F|PHP|mcrypt_enc_get_supported_key_sizes|Returns an array with the supported keysizes of the opened algorithm
  2528. F|PHP|mcrypt_enc_is_block_algorithm_mode|Checks whether the encryption of the opened mode works on blocks
  2529. F|PHP|mcrypt_enc_is_block_algorithm|Checks whether the algorithm of the opened mode is a block algorithm
  2530. F|PHP|mcrypt_enc_is_block_mode|Checks whether the opened mode outputs blocks
  2531. F|PHP|mcrypt_enc_self_test|This function runs a self test on the opened module
  2532. F|PHP|mcrypt_encrypt|Encrypts plaintext with given parameters
  2533. F|PHP|mcrypt_generic_deinit|This function deinitializes an encryption module
  2534. F|PHP|mcrypt_generic_end|This function terminates encryption
  2535. F|PHP|mcrypt_generic_init|This function initializes all buffers needed for encryption
  2536. F|PHP|mcrypt_generic|This function encrypts data
  2537. F|PHP|mcrypt_get_block_size|Get the block size of the specified cipher
  2538. F|PHP|mcrypt_get_cipher_name|Get the name of the specified cipher
  2539. F|PHP|mcrypt_get_iv_size|Returns the size of the IV belonging to a specific cipher/mode combination
  2540. F|PHP|mcrypt_get_key_size|Get the key size of the specified cipher
  2541. F|PHP|mcrypt_list_algorithms|Get an array of all supported ciphers
  2542. F|PHP|mcrypt_list_modes|Get an array of all supported modes
  2543. F|PHP|mcrypt_module_close|Close the mcrypt module
  2544. F|PHP|mcrypt_module_get_algo_block_size|Returns the blocksize of the specified algorithm
  2545. F|PHP|mcrypt_module_get_algo_key_size|Returns the maximum supported keysize of the opened mode
  2546. F|PHP|mcrypt_module_get_supported_key_sizes|Returns an array with the supported keysizes of the opened algorithm
  2547. F|PHP|mcrypt_module_is_block_algorithm_mode|Returns if the specified module is a block algorithm or not
  2548. F|PHP|mcrypt_module_is_block_algorithm|This function checks whether the specified algorithm is a block algorithm
  2549. F|PHP|mcrypt_module_is_block_mode|Returns if the specified mode outputs blocks or not
  2550. F|PHP|mcrypt_module_open|Opens the module of the algorithm and the mode to be used
  2551. F|PHP|mcrypt_module_self_test|This function runs a self test on the specified module
  2552. F|PHP|mcrypt_ofb|Encrypt/decrypt data in OFB mode
  2553. F|PHP|mdecrypt_generic|Decrypt data
  2554. F|PHP|m_checkstatus|Check to see if a transaction has completed
  2555. F|PHP|m_completeauthorizations|Number of complete authorizations in queue, returning an array of their identifiers
  2556. F|PHP|m_connect|Establish the connection to MCVE
  2557. F|PHP|m_connectionerror|Get a textual representation of why a connection failed
  2558. F|PHP|m_deletetrans|Delete specified transaction from MCVE_CONN structure
  2559. F|PHP|m_destroyconn|Destroy the connection and MCVE_CONN structure
  2560. F|PHP|m_destroyengine|Free memory associated with IP/SSL connectivity
  2561. F|PHP|m_getcell|Get a specific cell from a comma delimited response by column name
  2562. F|PHP|m_getcellbynum|Get a specific cell from a comma delimited response by column number
  2563. F|PHP|m_getcommadelimited|Get the RAW comma delimited data returned from MCVE
  2564. F|PHP|m_getheader|Get the name of the column in a comma-delimited response
  2565. F|PHP|m_initconn|Create and initialize an MCVE_CONN structure
  2566. F|PHP|m_initengine|Ready the client for IP/SSL Communication
  2567. F|PHP|m_iscommadelimited|Checks to see if response is comma delimited
  2568. F|PHP|m_maxconntimeout|The maximum amount of time the API will attempt a connection to MCVE
  2569. F|PHP|m_monitor|Perform communication with MCVE (send/receive data) Non-blocking
  2570. F|PHP|m_numcolumns|Number of columns returned in a comma delimited response
  2571. F|PHP|m_numrows|Number of rows returned in a comma delimited response
  2572. F|PHP|m_parsecommadelimited|Parse the comma delimited response so m_getcell, etc will work
  2573. F|PHP|m_responsekeys|Returns array of strings which represents the keys that can be used for response parameters on this transaction
  2574. F|PHP|m_responseparam|Get a custom response parameter
  2575. F|PHP|m_returnstatus|Check to see if the transaction was successful
  2576. F|PHP|m_setblocking|Set blocking/non-blocking mode for connection
  2577. F|PHP|m_setdropfile|Set the connection method to Drop-File
  2578. F|PHP|m_setip|Set the connection method to IP
  2579. F|PHP|m_setssl_cafile|Set SSL CA (Certificate Authority) file for verification of server certificate
  2580. F|PHP|m_setssl_files|Set certificate key files and certificates if server requires client certificate verification
  2581. F|PHP|m_setssl|Set the connection method to SSL
  2582. F|PHP|m_settimeout|Set maximum transaction time (per trans)
  2583. F|PHP|m_sslcert_gen_hash|Generate hash for SSL client certificate verification
  2584. F|PHP|m_transactionssent|Check to see if outgoing buffer is clear
  2585. F|PHP|m_transinqueue|Number of transactions in client-queue
  2586. F|PHP|m_transkeyval|Add key/value pair to a transaction. Replaces deprecated transparam()
  2587. F|PHP|m_transnew|Start a new transaction
  2588. F|PHP|m_transsend|Finalize and send the transaction
  2589. F|PHP|m_uwait|Wait x microsecs
  2590. F|PHP|m_validateidentifier|Whether or not to validate the passed identifier on any transaction it is passed to
  2591. F|PHP|m_verifyconnection|Set whether or not to PING upon connect to verify connection
  2592. F|PHP|m_verifysslcert|Set whether or not to verify the server ssl certificate
  2593. F|PHP|mhash_count|Get the highest available hash id
  2594. F|PHP|mhash_get_block_size|Get the block size of the specified hash
  2595. F|PHP|mhash_get_hash_name|Get the name of the specified hash
  2596. F|PHP|mhash_keygen_s2k|Generates a key
  2597. F|PHP|mhash|Compute hash
  2598. F|PHP|ming_keypress|Returns the action flag for keyPress(char)
  2599. F|PHP|ming_setcubicthreshold|Set cubic threshold
  2600. F|PHP|ming_setscale|Set scale
  2601. F|PHP|ming_setswfcompression|Sets the SWF output compression
  2602. F|PHP|ming_useconstants|Use constant pool
  2603. F|PHP|ming_useswfversion|Sets the SWF version
  2604. F|PHP|connection_aborted|Check whether client disconnected
  2605. F|PHP|connection_status|Returns connection status bitfield
  2606. F|PHP|connection_timeout|Check if the script timed out
  2607. F|PHP|constant|Returns the value of a constant
  2608. F|PHP|define|Defines a named constant
  2609. F|PHP|defined|Checks whether a given named constant exists
  2610. F|PHP|get_browser|Tells what the user's browser is capable of
  2611. F|PHP|__halt_compiler|Halts the compiler execution
  2612. F|PHP|highlight_file|Syntax highlighting of a file
  2613. F|PHP|highlight_string|Syntax highlighting of a string
  2614. F|PHP|ignore_user_abort|Set whether a client disconnect should abort script execution
  2615. F|PHP|pack|Pack data into binary string
  2616. F|PHP|php_check_syntax|Check the PHP syntax of (and execute) the specified file
  2617. F|PHP|php_strip_whitespace|Return source with stripped comments and whitespace
  2618. F|PHP|show_source|Alias of highlight_file
  2619. F|PHP|sleep|Delay execution
  2620. F|PHP|sys_getloadavg|Gets system load average
  2621. F|PHP|time_nanosleep|Delay for a number of seconds and nanoseconds
  2622. F|PHP|time_sleep_until|Make the script sleep until the specified time
  2623. F|PHP|uniqid|Generate a unique ID
  2624. F|PHP|unpack|Unpack data from binary string
  2625. F|PHP|usleep|Delay execution in microseconds
  2626. F|PHP|udm_add_search_limit|Add various search limits
  2627. F|PHP|udm_alloc_agent_array|Allocate mnoGoSearch session
  2628. F|PHP|udm_alloc_agent|Allocate mnoGoSearch session
  2629. F|PHP|udm_api_version|Get mnoGoSearch API version
  2630. F|PHP|udm_cat_list|Get all the categories on the same level with the current one
  2631. F|PHP|udm_cat_path|Get the path to the current category
  2632. F|PHP|udm_check_charset|Check if the given charset is known to mnogosearch
  2633. F|PHP|udm_check_stored|Check connection to stored
  2634. F|PHP|udm_clear_search_limits|Clear all mnoGoSearch search restrictions
  2635. F|PHP|udm_close_stored|Close connection to stored
  2636. F|PHP|udm_crc32|Return CRC32 checksum of given string
  2637. F|PHP|udm_errno|Get mnoGoSearch error number
  2638. F|PHP|udm_error|Get mnoGoSearch error message
  2639. F|PHP|udm_find|Perform search
  2640. F|PHP|udm_free_agent|Free mnoGoSearch session
  2641. F|PHP|udm_free_ispell_data|Free memory allocated for ispell data
  2642. F|PHP|udm_free_res|Free mnoGoSearch result
  2643. F|PHP|udm_get_doc_count|Get total number of documents in database
  2644. F|PHP|udm_get_res_field|Fetch a result field
  2645. F|PHP|udm_get_res_param|Get mnoGoSearch result parameters
  2646. F|PHP|udm_hash32|Return Hash32 checksum of gived string
  2647. F|PHP|udm_load_ispell_data|Load ispell data
  2648. F|PHP|udm_open_stored|Open connection to stored
  2649. F|PHP|udm_set_agent_param|Set mnoGoSearch agent session parameters
  2650. F|PHP|mssql_bind|Adds a parameter to a stored procedure or a remote stored procedure
  2651. F|PHP|mssql_close|Close MS SQL Server connection
  2652. F|PHP|mssql_connect|Open MS SQL server connection
  2653. F|PHP|mssql_data_seek|Moves internal row pointer
  2654. F|PHP|mssql_execute|Executes a stored procedure on a MS SQL server database
  2655. F|PHP|mssql_fetch_array|Fetch a result row as an associative array, a numeric array, or both
  2656. F|PHP|mssql_fetch_assoc|Returns an associative array of the current row in the result
  2657. F|PHP|mssql_fetch_batch|Returns the next batch of records
  2658. F|PHP|mssql_fetch_field|Get field information
  2659. F|PHP|mssql_fetch_object|Fetch row as object
  2660. F|PHP|mssql_fetch_row|Get row as enumerated array
  2661. F|PHP|mssql_field_length|Get the length of a field
  2662. F|PHP|mssql_field_name|Get the name of a field
  2663. F|PHP|mssql_field_seek|Seeks to the specified field offset
  2664. F|PHP|mssql_field_type|Gets the type of a field
  2665. F|PHP|mssql_free_result|Free result memory
  2666. F|PHP|mssql_free_statement|Free statement memory
  2667. F|PHP|mssql_get_last_message|Returns the last message from the server
  2668. F|PHP|mssql_guid_string|Converts a 16 byte binary GUID to a string
  2669. F|PHP|mssql_init|Initializes a stored procedure or a remote stored procedure
  2670. F|PHP|mssql_min_error_severity|Sets the lower error severity
  2671. F|PHP|mssql_min_message_severity|Sets the lower message severity
  2672. F|PHP|mssql_next_result|Move the internal result pointer to the next result
  2673. F|PHP|mssql_num_fields|Gets the number of fields in result
  2674. F|PHP|mssql_num_rows|Gets the number of rows in result
  2675. F|PHP|mssql_pconnect|Open persistent MS SQL connection
  2676. F|PHP|mssql_query|Send MS SQL query
  2677. F|PHP|mssql_result|Get result data
  2678. F|PHP|mssql_rows_affected|Returns the number of records affected by the query
  2679. F|PHP|mssql_select_db|Select MS SQL database
  2680. F|PHP|msession_connect|Connect to msession server
  2681. F|PHP|msession_count|Get session count
  2682. F|PHP|msession_create|Create a session
  2683. F|PHP|msession_destroy|Destroy a session
  2684. F|PHP|msession_disconnect|Close connection to msession server
  2685. F|PHP|msession_find|Find all sessions with name and value
  2686. F|PHP|msession_get_array|Get array of msession variables
  2687. F|PHP|msession_get_data|Get data session unstructured data
  2688. F|PHP|msession_get|Get value from session
  2689. F|PHP|msession_inc|Increment value in session
  2690. F|PHP|msession_list|List all sessions
  2691. F|PHP|msession_listvar|List sessions with variable
  2692. F|PHP|msession_lock|Lock a session
  2693. F|PHP|msession_plugin|Call an escape function within the msession personality plugin
  2694. F|PHP|msession_randstr|Get random string
  2695. F|PHP|msession_set_array|Set msession variables from an array
  2696. F|PHP|msession_set_data|Set data session unstructured data
  2697. F|PHP|msession_set|Set value in session
  2698. F|PHP|msession_timeout|Set/get session timeout
  2699. F|PHP|msession_uniq|Get unique id
  2700. F|PHP|msession_unlock|Unlock a session
  2701. F|PHP|msql_affected_rows|Returns number of affected rows
  2702. F|PHP|msql_close|Close mSQL connection
  2703. F|PHP|msql_connect|Open mSQL connection
  2704. F|PHP|msql_create_db|Create mSQL database
  2705. F|PHP|msql_createdb|Alias of msql_create_db
  2706. F|PHP|msql_data_seek|Move internal row pointer
  2707. F|PHP|msql_db_query|Send mSQL query
  2708. F|PHP|msql_dbname|Alias of msql_result
  2709. F|PHP|msql_drop_db|Drop (delete) mSQL database
  2710. F|PHP|msql_error|Returns error message of last msql call
  2711. F|PHP|msql_fetch_array|Fetch row as array
  2712. F|PHP|msql_fetch_field|Get field information
  2713. F|PHP|msql_fetch_object|Fetch row as object
  2714. F|PHP|msql_fetch_row|Get row as enumerated array
  2715. F|PHP|msql_field_flags|Get field flags
  2716. F|PHP|msql_field_len|Get field length
  2717. F|PHP|msql_field_name|Get the name of the specified field in a result
  2718. F|PHP|msql_field_seek|Set field offset
  2719. F|PHP|msql_field_table|Get table name for field
  2720. F|PHP|msql_field_type|Get field type
  2721. F|PHP|msql_fieldflags|Alias of msql_field_flags
  2722. F|PHP|msql_fieldlen|Alias of msql_field_len
  2723. F|PHP|msql_fieldname|Alias of msql_field_name
  2724. F|PHP|msql_fieldtable|Alias of msql_field_table
  2725. F|PHP|msql_fieldtype|Alias of msql_field_type
  2726. F|PHP|msql_free_result|Free result memory
  2727. F|PHP|msql_list_dbs|List mSQL databases on server
  2728. F|PHP|msql_list_fields|List result fields
  2729. F|PHP|msql_list_tables|List tables in an mSQL database
  2730. F|PHP|msql_num_fields|Get number of fields in result
  2731. F|PHP|msql_num_rows|Get number of rows in result
  2732. F|PHP|msql_numfields|Alias of msql_num_fields
  2733. F|PHP|msql_numrows|Alias of msql_num_rows
  2734. F|PHP|msql_pconnect|Open persistent mSQL connection
  2735. F|PHP|msql_query|Send mSQL query
  2736. F|PHP|msql_regcase|Alias of sql_regcase
  2737. F|PHP|msql_result|Get result data
  2738. F|PHP|msql_select_db|Select mSQL database
  2739. F|PHP|msql_tablename|Alias of msql_result
  2740. F|PHP|msql|Alias of msql_db_query
  2741. F|PHP|mb_check_encoding|Check if the string is valid for the specified encoding
  2742. F|PHP|mb_convert_case|Perform case folding on a string
  2743. F|PHP|mb_convert_encoding|Convert character encoding
  2744. F|PHP|mb_convert_kana|Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
  2745. F|PHP|mb_convert_variables|Convert character code in variable(s)
  2746. F|PHP|mb_decode_mimeheader|Decode string in MIME header field
  2747. F|PHP|mb_decode_numericentity|Decode HTML numeric string reference to character
  2748. F|PHP|mb_detect_encoding|Detect character encoding
  2749. F|PHP|mb_detect_order|Set/Get character encoding detection order
  2750. F|PHP|mb_encode_mimeheader|Encode string for MIME header
  2751. F|PHP|mb_encode_numericentity|Encode character to HTML numeric string reference
  2752. F|PHP|mb_ereg_match|Regular expression match for multibyte string
  2753. F|PHP|mb_ereg_replace|Replace regular expression with multibyte support
  2754. F|PHP|mb_ereg_search_getpos|Returns start point for next regular expression match
  2755. F|PHP|mb_ereg_search_getregs|Retrieve the result from the last multibyte regular expression match
  2756. F|PHP|mb_ereg_search_init|Setup string and regular expression for multibyte regularexpression match
  2757. F|PHP|mb_ereg_search_pos|Return position and length of matched part of multibyte regular expression for predefined multibyte string
  2758. F|PHP|mb_ereg_search_regs|Returns the matched part of multibyte regular expression
  2759. F|PHP|mb_ereg_search_setpos|Set start point of next regular expression match
  2760. F|PHP|mb_ereg_search|Multibyte regular expression match for predefined multibyte string
  2761. F|PHP|mb_ereg|Regular expression match with multibyte support
  2762. F|PHP|mb_eregi_replace|Replace regular expression with multibyte support ignoring case
  2763. F|PHP|mb_eregi|Regular expression match ignoring case with multibyte support
  2764. F|PHP|mb_get_info|Get internal settings of mbstring
  2765. F|PHP|mb_http_input|Detect HTTP input character encoding
  2766. F|PHP|mb_http_output|Set/Get HTTP output character encoding
  2767. F|PHP|mb_internal_encoding|Set/Get internal character encoding
  2768. F|PHP|mb_language|Set/Get current language
  2769. F|PHP|mb_output_handler|Callback function converts character encoding in output buffer
  2770. F|PHP|mb_parse_str|Parse GET/POST/COOKIE data and set global variable
  2771. F|PHP|mb_preferred_mime_name|Get MIME charset string
  2772. F|PHP|mb_regex_encoding|Returns current encoding for multibyte regex as string
  2773. F|PHP|mb_regex_set_options|Set/Get the default options for mbregex functions
  2774. F|PHP|mb_send_mail|Send encoded mail
  2775. F|PHP|mb_split|Split multibyte string using regular expression
  2776. F|PHP|mb_strcut|Get part of string
  2777. F|PHP|mb_strimwidth|Get truncated string with specified width
  2778. F|PHP|mb_stripos|Finds position of first occurrence of a string within another, case insensitive
  2779. F|PHP|mb_stristr|Finds first occurrence of a string within another, case insensitive
  2780. F|PHP|mb_strlen|Get string length
  2781. F|PHP|mb_strpos|Find position of first occurrence of string in a string
  2782. F|PHP|mb_strrchr|Finds the last occurrence of a character in a string within another
  2783. F|PHP|mb_strrichr|Finds the last occurrence of a character in a string within another, case insensitive
  2784. F|PHP|mb_strripos|Finds position of last occurrence of a string within another, case insensitive
  2785. F|PHP|mb_strrpos|Find position of last occurrence of a string in a string
  2786. F|PHP|mb_strstr|Finds first occurrence of a string within another
  2787. F|PHP|mb_strtolower|Make a string lowercase
  2788. F|PHP|mb_strtoupper|Make a string uppercase
  2789. F|PHP|mb_strwidth|Return width of string
  2790. F|PHP|mb_substitute_character|Set/Get substitution character
  2791. F|PHP|mb_substr_count|Count the number of substring occurrences
  2792. F|PHP|mb_substr|Get part of string
  2793. F|PHP|mysql_affected_rows|Get number of affected rows in previous MySQL operation
  2794. F|PHP|mysql_change_user|Change logged in user of the active connection
  2795. F|PHP|mysql_client_encoding|Returns the name of the character set
  2796. F|PHP|mysql_close|Close MySQL connection
  2797. F|PHP|mysql_connect|Open a connection to a MySQL Server
  2798. F|PHP|mysql_create_db|Create a MySQL database
  2799. F|PHP|mysql_data_seek|Move internal result pointer
  2800. F|PHP|mysql_db_name|Get result data
  2801. F|PHP|mysql_db_query|Send a MySQL query
  2802. F|PHP|mysql_drop_db|Drop (delete) a MySQL database
  2803. F|PHP|mysql_errno|Returns the numerical value of the error message from previous MySQL operation
  2804. F|PHP|mysql_error|Returns the text of the error message from previous MySQL operation
  2805. F|PHP|mysql_escape_string|Escapes a string for use in a mysql_query
  2806. F|PHP|mysql_fetch_array|Fetch a result row as an associative array, a numeric array, or both
  2807. F|PHP|mysql_fetch_assoc|Fetch a result row as an associative array
  2808. F|PHP|mysql_fetch_field|Get column information from a result and return as an object
  2809. F|PHP|mysql_fetch_lengths|Get the length of each output in a result
  2810. F|PHP|mysql_fetch_object|Fetch a result row as an object
  2811. F|PHP|mysql_fetch_row|Get a result row as an enumerated array
  2812. F|PHP|mysql_field_flags|Get the flags associated with the specified field in a result
  2813. F|PHP|mysql_field_len|Returns the length of the specified field
  2814. F|PHP|mysql_field_name|Get the name of the specified field in a result
  2815. F|PHP|mysql_field_seek|Set result pointer to a specified field offset
  2816. F|PHP|mysql_field_table|Get name of the table the specified field is in
  2817. F|PHP|mysql_field_type|Get the type of the specified field in a result
  2818. F|PHP|mysql_free_result|Free result memory
  2819. F|PHP|mysql_get_client_info|Get MySQL client info
  2820. F|PHP|mysql_get_host_info|Get MySQL host info
  2821. F|PHP|mysql_get_proto_info|Get MySQL protocol info
  2822. F|PHP|mysql_get_server_info|Get MySQL server info
  2823. F|PHP|mysql_info|Get information about the most recent query
  2824. F|PHP|mysql_insert_id|Get the ID generated from the previous INSERT operation
  2825. F|PHP|mysql_list_dbs|List databases available on a MySQL server
  2826. F|PHP|mysql_list_fields|List MySQL table fields
  2827. F|PHP|mysql_list_processes|List MySQL processes
  2828. F|PHP|mysql_list_tables|List tables in a MySQL database
  2829. F|PHP|mysql_num_fields|Get number of fields in result
  2830. F|PHP|mysql_num_rows|Get number of rows in result
  2831. F|PHP|mysql_pconnect|Open a persistent connection to a MySQL server
  2832. F|PHP|mysql_ping|Ping a server connection or reconnect if there is no connection
  2833. F|PHP|mysql_query|Send a MySQL query
  2834. F|PHP|mysql_real_escape_string|Escapes special characters in a string for use in a SQL statement
  2835. F|PHP|mysql_result|Get result data
  2836. F|PHP|mysql_select_db|Select a MySQL database
  2837. F|PHP|mysql_set_charset|Sets the client character set
  2838. F|PHP|mysql_stat|Get current system status
  2839. F|PHP|mysql_tablename|Get table name of field
  2840. F|PHP|mysql_thread_id|Return the current thread ID
  2841. F|PHP|mysql_unbuffered_query|Send an SQL query to MySQL, without fetching and buffering the result rows
  2842. F|PHP|mysqli_affected_rows|Gets the number of affected rows in a previous MySQL operation
  2843. F|PHP|mysqli_autocommit|Turns on or off auto-commiting database modifications
  2844. F|PHP|mysqli_bind_param|Alias for mysqli_stmt_bind_param
  2845. F|PHP|mysqli_bind_result|Alias for mysqli_stmt_bind_result
  2846. F|PHP|mysqli_change_user|Changes the user of the specified database connection
  2847. F|PHP|mysqli_character_set_name|Returns the default character set for the database connection
  2848. F|PHP|mysqli_client_encoding|Alias of mysqli_character_set_name
  2849. F|PHP|mysqli_close|Closes a previously opened database connection
  2850. F|PHP|mysqli_commit|Commits the current transaction
  2851. F|PHP|mysqli_connect_errno|Returns the error code from last connect call
  2852. F|PHP|mysqli_connect_error|Returns a string description of the last connect error
  2853. F|PHP|mysqli_connect|Open a new connection to the MySQL server
  2854. F|PHP|mysqli_data_seek|Adjusts the result pointer to an arbitary row in the result
  2855. F|PHP|mysqli_debug|Performs debugging operations
  2856. F|PHP|mysqli_disable_reads_from_master|Disable reads from master
  2857. F|PHP|mysqli_disable_rpl_parse|Disable RPL parse
  2858. F|PHP|mysqli_dump_debug_info|Dump debugging information into the log
  2859. F|PHP|mysqli_embedded_server_end|Description
  2860. F|PHP|mysqli_embedded_server_start|Description
  2861. F|PHP|mysqli_enable_reads_from_master|Enable reads from master
  2862. F|PHP|mysqli_enable_rpl_parse|Enable RPL parse
  2863. F|PHP|mysqli_errno|Returns the error code for the most recent function call
  2864. F|PHP|mysqli_error|Returns a string description of the last error
  2865. F|PHP|mysqli_escape_string|Alias of mysqli_real_escape_string
  2866. F|PHP|mysqli_execute|Alias for mysqli_stmt_execute
  2867. F|PHP|mysqli_fetch_array|Fetch a result row as an associative, a numeric array, or both
  2868. F|PHP|mysqli_fetch_assoc|Fetch a result row as an associative array
  2869. F|PHP|mysqli_fetch_field_direct|Fetch meta-data for a single field
  2870. F|PHP|mysqli_fetch_field|Returns the next field in the result set
  2871. F|PHP|mysqli_fetch_fields|Returns an array of objects representing the fields in a result set
  2872. F|PHP|mysqli_fetch_lengths|Returns the lengths of the columns of the current row in the result set
  2873. F|PHP|mysqli_fetch_object|Returns the current row of a result set as an object
  2874. F|PHP|mysqli_fetch_row|Get a result row as an enumerated array
  2875. F|PHP|mysqli_fetch|Alias for mysqli_stmt_fetch
  2876. F|PHP|mysqli_field_count|Returns the number of columns for the most recent query
  2877. F|PHP|mysqli_field_seek|Set result pointer to a specified field offset
  2878. F|PHP|mysqli_field_tell|Get current field offset of a result pointer
  2879. F|PHP|mysqli_free_result|Frees the memory associated with a result
  2880. F|PHP|mysqli_get_charset|Returns a character set object
  2881. F|PHP|mysqli_get_client_info|Returns the MySQL client version as a string
  2882. F|PHP|mysqli_get_client_version|Get MySQL client info
  2883. F|PHP|mysqli_get_host_info|Returns a string representing the type of connection used
  2884. F|PHP|mysqli_get_metadata|Alias for mysqli_stmt_result_metadata
  2885. F|PHP|mysqli_get_proto_info|Returns the version of the MySQL protocol used
  2886. F|PHP|mysqli_get_server_info|Returns the version of the MySQL server
  2887. F|PHP|mysqli_get_server_version|Returns the version of the MySQL server as an integer
  2888. F|PHP|mysqli_get_warnings|Description
  2889. F|PHP|mysqli_info|Retrieves information about the most recently executed query
  2890. F|PHP|mysqli_init|Initializes MySQLi and returns a resource for use with mysqli_real_connect()
  2891. F|PHP|mysqli_insert_id|Returns the auto generated id used in the last query
  2892. F|PHP|mysqli_kill|Asks the server to kill a MySQL thread
  2893. F|PHP|mysqli_master_query|Enforce execution of a query on the master in a master/slave setup
  2894. F|PHP|mysqli_more_results|Check if there are any more query results from a multi query
  2895. F|PHP|mysqli_multi_query|Performs a query on the database
  2896. F|PHP|mysqli_next_result|Prepare next result from multi_query
  2897. F|PHP|mysqli_num_fields|Get the number of fields in a result
  2898. F|PHP|mysqli_num_rows|Gets the number of rows in a result
  2899. F|PHP|mysqli_options|Set options
  2900. F|PHP|mysqli_param_count|Alias for mysqli_stmt_param_count
  2901. F|PHP|mysqli_ping|Pings a server connection, or tries to reconnect if the connection has gone down
  2902. F|PHP|mysqli_prepare|Prepare a SQL statement for execution
  2903. F|PHP|mysqli_query|Performs a query on the database
  2904. F|PHP|mysqli_real_connect|Opens a connection to a mysql server
  2905. F|PHP|mysqli_real_escape_string|Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection
  2906. F|PHP|mysqli_real_query|Execute an SQL query
  2907. F|PHP|mysqli_report|Enables or disables internal report functions
  2908. F|PHP|mysqli_rollback|Rolls back current transaction
  2909. F|PHP|mysqli_rpl_parse_enabled|Check if RPL parse is enabled
  2910. F|PHP|mysqli_rpl_probe|RPL probe
  2911. F|PHP|mysqli_rpl_query_type|Returns RPL query type
  2912. F|PHP|mysqli_select_db|Selects the default database for database queries
  2913. F|PHP|mysqli_send_long_data|Alias for mysqli_stmt_send_long_data
  2914. F|PHP|mysqli_send_query|Send the query and return
  2915. F|PHP|mysqli_server_end|Shut down the embedded server
  2916. F|PHP|mysqli_server_init|Initialize embedded server
  2917. F|PHP|mysqli_set_charset|Sets the default client character set
  2918. F|PHP|mysqli_set_local_infile_default|Unsets user defined handler for load local infile command
  2919. F|PHP|mysqli_set_local_infile_handler|Set callback functions for LOAD DATA LOCAL INFILE command
  2920. F|PHP|mysqli_set_opt|Alias of mysqli_options
  2921. F|PHP|mysqli_slave_query|Force execution of a query on a slave in a master/slave setup
  2922. F|PHP|mysqli_sqlstate|Returns the SQLSTATE error from previous MySQL operation
  2923. F|PHP|mysqli_ssl_set|Used for establishing secure connections using SSL
  2924. F|PHP|mysqli_stat|Gets the current system status
  2925. F|PHP|mysqli_stmt_affected_rows|Returns the total number of rows changed, deleted, or inserted by the last executed statement
  2926. F|PHP|mysqli_stmt_attr_get|Description
  2927. F|PHP|mysqli_stmt_attr_set|Description
  2928. F|PHP|mysqli_stmt_bind_param|Binds variables to a prepared statement as parameters
  2929. F|PHP|mysqli_stmt_bind_result|Binds variables to a prepared statement for result storage
  2930. F|PHP|mysqli_stmt_close|Closes a prepared statement
  2931. F|PHP|mysqli_stmt_data_seek|Seeks to an arbitray row in statement result set
  2932. F|PHP|mysqli_stmt_errno|Returns the error code for the most recent statement call
  2933. F|PHP|mysqli_stmt_error|Returns a string description for last statement error
  2934. F|PHP|mysqli_stmt_execute|Executes a prepared Query
  2935. F|PHP|mysqli_stmt_fetch|Fetch results from a prepared statement into the bound variables
  2936. F|PHP|mysqli_stmt_field_count|Returns the number of field in the given statement
  2937. F|PHP|mysqli_stmt_free_result|Frees stored result memory for the given statement handle
  2938. F|PHP|mysqli_stmt_get_warnings|Description
  2939. F|PHP|mysqli_stmt_init|Initializes a statement and returns an object for use with mysqli_stmt_prepare
  2940. F|PHP|mysqli_stmt_insert_id|Get the ID generated from the previous INSERT operation
  2941. F|PHP|mysqli_stmt_num_rows|Return the number of rows in statements result set
  2942. F|PHP|mysqli_stmt_param_count|Returns the number of parameter for the given statement
  2943. F|PHP|mysqli_stmt_prepare|Prepare a SQL statement for execution
  2944. F|PHP|mysqli_stmt_reset|Resets a prepared statement
  2945. F|PHP|mysqli_stmt_result_metadata|Returns result set metadata from a prepared statement
  2946. F|PHP|mysqli_stmt_send_long_data|Send data in blocks
  2947. F|PHP|mysqli_stmt_sqlstate|Returns SQLSTATE error from previous statement operation
  2948. F|PHP|mysqli_stmt_store_result|Transfers a result set from a prepared statement
  2949. F|PHP|mysqli_store_result|Transfers a result set from the last query
  2950. F|PHP|mysqli_thread_id|Returns the thread ID for the current connection
  2951. F|PHP|mysqli_thread_safe|Returns whether thread safety is given or not
  2952. F|PHP|mysqli_use_result|Initiate a result set retrieval
  2953. F|PHP|mysqli_warning_count|Returns the number of warnings from the last query for the given link
  2954. F|PHP|checkdnsrr|Check DNS records corresponding to a given Internet host name or IP address
  2955. F|PHP|closelog|Close connection to system logger
  2956. F|PHP|debugger_off|Disable internal PHP debugger (PHP 3)
  2957. F|PHP|debugger_on|Enable internal PHP debugger (PHP 3)
  2958. F|PHP|define_syslog_variables|Initializes all syslog related constants
  2959. F|PHP|dns_check_record|Alias of checkdnsrr
  2960. F|PHP|dns_get_mx|Alias of getmxrr
  2961. F|PHP|dns_get_record|Fetch DNS Resource Records associated with a hostname
  2962. F|PHP|fsockopen|Open Internet or Unix domain socket connection
  2963. F|PHP|gethostbyaddr|Get the Internet host name corresponding to a given IP address
  2964. F|PHP|gethostbyname|Get the IP address corresponding to a given Internet host name
  2965. F|PHP|gethostbynamel|Get a list of IP addresses corresponding to a given Internet host name
  2966. F|PHP|getmxrr|Get MX records corresponding to a given Internet host name
  2967. F|PHP|getprotobyname|Get protocol number associated with protocol name
  2968. F|PHP|getprotobynumber|Get protocol name associated with protocol number
  2969. F|PHP|getservbyname|Get port number associated with an Internet service and protocol
  2970. F|PHP|getservbyport|Get Internet service which corresponds to port and protocol
  2971. F|PHP|header|Send a raw HTTP header
  2972. F|PHP|headers_list|Returns a list of response headers sent (or ready to send)
  2973. F|PHP|headers_sent|Checks if or where headers have been sent
  2974. F|PHP|inet_ntop|Converts a packed internet address to a human readable representation
  2975. F|PHP|inet_pton|Converts a human readable IP address to its packed in_addr representation
  2976. F|PHP|ip2long|Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
  2977. F|PHP|long2ip|Converts an (IPv4) Internet network address into a string in Internet standard dotted format
  2978. F|PHP|openlog|Open connection to system logger
  2979. F|PHP|pfsockopen|Open persistent Internet or Unix domain socket connection
  2980. F|PHP|setcookie|Send a cookie
  2981. F|PHP|setrawcookie|Send a cookie without urlencoding the cookie value
  2982. F|PHP|socket_get_status|Alias of stream_get_meta_data
  2983. F|PHP|socket_set_blocking|Alias of stream_set_blocking
  2984. F|PHP|socket_set_timeout|Alias of stream_set_timeout
  2985. F|PHP|syslog|Generate a system log message
  2986. F|PHP|newt_bell|Send a beep to the terminal
  2987. F|PHP|newt_button_bar|This function returns a grid containing the buttons created.
  2988. F|PHP|newt_button|Create a new button
  2989. F|PHP|newt_centered_window|Open a centered window of the specified size
  2990. F|PHP|newt_checkbox_get_value|Retreives value of checkox resource
  2991. F|PHP|newt_checkbox_set_flags|Configures checkbox resource
  2992. F|PHP|newt_checkbox_set_value|Sets the value of the checkbox
  2993. F|PHP|newt_checkbox_tree_add_item|Adds new item to the checkbox tree
  2994. F|PHP|newt_checkbox_tree_find_item|Finds an item in the checkbox tree
  2995. F|PHP|newt_checkbox_tree_get_current|Returns checkbox tree selected item
  2996. F|PHP|newt_checkbox_tree_get_entry_value|Description
  2997. F|PHP|newt_checkbox_tree_get_multi_selection|Description
  2998. F|PHP|newt_checkbox_tree_get_selection|Description
  2999. F|PHP|newt_checkbox_tree_multi|Description
  3000. F|PHP|newt_checkbox_tree_set_current|Description
  3001. F|PHP|newt_checkbox_tree_set_entry_value|Description
  3002. F|PHP|newt_checkbox_tree_set_entry|Description
  3003. F|PHP|newt_checkbox_tree_set_width|Description
  3004. F|PHP|newt_checkbox_tree|Description
  3005. F|PHP|newt_checkbox|Description
  3006. F|PHP|newt_clear_key_buffer|Discards the contents of the terminal's input buffer without waiting for additional input
  3007. F|PHP|newt_cls|Description
  3008. F|PHP|newt_compact_button|Description
  3009. F|PHP|newt_component_add_callback|Description
  3010. F|PHP|newt_component_takes_focus|Description
  3011. F|PHP|newt_create_grid|Description
  3012. F|PHP|newt_cursor_off|Description
  3013. F|PHP|newt_cursor_on|Description
  3014. F|PHP|newt_delay|Description
  3015. F|PHP|newt_draw_form|Description
  3016. F|PHP|newt_draw_root_text|Displays the string text at the position indicated
  3017. F|PHP|newt_entry_get_value|Description
  3018. F|PHP|newt_entry_set_filter|Description
  3019. F|PHP|newt_entry_set_flags|Description
  3020. F|PHP|newt_entry_set|Description
  3021. F|PHP|newt_entry|Description
  3022. F|PHP|newt_finished|Uninitializes newt interface
  3023. F|PHP|newt_form_add_component|Adds a single component to the form
  3024. F|PHP|newt_form_add_components|Add several components to the form
  3025. F|PHP|newt_form_add_hot_key|Description
  3026. F|PHP|newt_form_destroy|Destroys a form
  3027. F|PHP|newt_form_get_current|Description
  3028. F|PHP|newt_form_run|Runs a form
  3029. F|PHP|newt_form_set_background|Description
  3030. F|PHP|newt_form_set_height|Description
  3031. F|PHP|newt_form_set_size|Description
  3032. F|PHP|newt_form_set_timer|Description
  3033. F|PHP|newt_form_set_width|Description
  3034. F|PHP|newt_form_watch_fd|Description
  3035. F|PHP|newt_form|Create a form
  3036. F|PHP|newt_get_screen_size|Fills in the passed references with the current size of the terminal
  3037. F|PHP|newt_grid_add_components_to_form|Description
  3038. F|PHP|newt_grid_basic_window|Description
  3039. F|PHP|newt_grid_free|Description
  3040. F|PHP|newt_grid_get_size|Description
  3041. F|PHP|newt_grid_h_close_stacked|Description
  3042. F|PHP|newt_grid_h_stacked|Description
  3043. F|PHP|newt_grid_place|Description
  3044. F|PHP|newt_grid_set_field|Description
  3045. F|PHP|newt_grid_simple_window|Description
  3046. F|PHP|newt_grid_v_close_stacked|Description
  3047. F|PHP|newt_grid_v_stacked|Description
  3048. F|PHP|newt_grid_wrapped_window_at|Description
  3049. F|PHP|newt_grid_wrapped_window|Description
  3050. F|PHP|newt_init|Initialize newt
  3051. F|PHP|newt_label_set_text|Description
  3052. F|PHP|newt_label|Description
  3053. F|PHP|newt_listbox_append_entry|Description
  3054. F|PHP|newt_listbox_clear_selection|Description
  3055. F|PHP|newt_listbox_clear|Description
  3056. F|PHP|newt_listbox_delete_entry|Description
  3057. F|PHP|newt_listbox_get_current|Description
  3058. F|PHP|newt_listbox_get_selection|Description
  3059. F|PHP|newt_listbox_insert_entry|Description
  3060. F|PHP|newt_listbox_item_count|Description
  3061. F|PHP|newt_listbox_select_item|Description
  3062. F|PHP|newt_listbox_set_current_by_key|Description
  3063. F|PHP|newt_listbox_set_current|Description
  3064. F|PHP|newt_listbox_set_data|Description
  3065. F|PHP|newt_listbox_set_entry|Description
  3066. F|PHP|newt_listbox_set_width|Description
  3067. F|PHP|newt_listbox|Description
  3068. F|PHP|newt_listitem_get_data|Description
  3069. F|PHP|newt_listitem_set|Description
  3070. F|PHP|newt_listitem|Description
  3071. F|PHP|newt_open_window|Open a window of the specified size and position
  3072. F|PHP|newt_pop_help_line|Replaces the current help line with the one from the stack
  3073. F|PHP|newt_pop_window|Removes the top window from the display
  3074. F|PHP|newt_push_help_line|Saves the current help line on a stack, and displays the new line
  3075. F|PHP|newt_radio_get_current|Description
  3076. F|PHP|newt_radiobutton|Description
  3077. F|PHP|newt_redraw_help_line|Description
  3078. F|PHP|newt_reflow_text|Description
  3079. F|PHP|newt_refresh|Updates modified portions of the screen
  3080. F|PHP|newt_resize_screen|Description
  3081. F|PHP|newt_resume|Resume using the newt interface after calling newt_suspend
  3082. F|PHP|newt_run_form|Runs a form
  3083. F|PHP|newt_scale_set|Description
  3084. F|PHP|newt_scale|Description
  3085. F|PHP|newt_scrollbar_set|Description
  3086. F|PHP|newt_set_help_callback|Description
  3087. F|PHP|newt_set_suspend_callback|Set a callback function which gets invoked when user presses the suspend key
  3088. F|PHP|newt_suspend|Tells newt to return the terminal to its initial state
  3089. F|PHP|newt_textbox_get_num_lines|Description
  3090. F|PHP|newt_textbox_reflowed|Description
  3091. F|PHP|newt_textbox_set_height|Description
  3092. F|PHP|newt_textbox_set_text|Description
  3093. F|PHP|newt_textbox|Description
  3094. F|PHP|newt_vertical_scrollbar|Description
  3095. F|PHP|newt_wait_for_key|Doesn't return until a key has been pressed
  3096. F|PHP|newt_win_choice|Description
  3097. F|PHP|newt_win_entries|Description
  3098. F|PHP|newt_win_menu|Description
  3099. F|PHP|newt_win_message|Description
  3100. F|PHP|newt_win_messagev|Description
  3101. F|PHP|newt_win_ternary|Description
  3102. F|PHP|nsapi_request_headers|Fetch all HTTP request headers
  3103. F|PHP|nsapi_response_headers|Fetch all HTTP response headers
  3104. F|PHP|nsapi_virtual|Perform an NSAPI sub-request
  3105. F|PHP|oci_bind_array_by_name|Binds PHP array to Oracle PL/SQL array by name
  3106. F|PHP|oci_bind_by_name|Binds the PHP variable to the Oracle placeholder
  3107. F|PHP|oci_cancel|Cancels reading from cursor
  3108. F|PHP|oci_close|Closes Oracle connection
  3109. F|PHP|oci_commit|Commits outstanding statements
  3110. F|PHP|oci_connect|Establishes a connection to the Oracle server
  3111. F|PHP|oci_define_by_name|Uses a PHP variable for the define-step during a SELECT
  3112. F|PHP|oci_error|Returns the last error found
  3113. F|PHP|oci_execute|Executes a statement
  3114. F|PHP|oci_fetch_all|Fetches all rows of result data into an array
  3115. F|PHP|oci_fetch_array|Returns the next row from the result data as an associative or numeric array, or both
  3116. F|PHP|oci_fetch_assoc|Returns the next row from the result data as an associative array
  3117. F|PHP|oci_fetch_object|Returns the next row from the result data as an object
  3118. F|PHP|oci_fetch_row|Returns the next row from the result data as a numeric array
  3119. F|PHP|oci_fetch|Fetches the next row into result-buffer
  3120. F|PHP|oci_field_is_null|Checks if the field is NULL
  3121. F|PHP|oci_field_name|Returns the name of a field from the statement
  3122. F|PHP|oci_field_precision|Tell the precision of a field
  3123. F|PHP|oci_field_scale|Tell the scale of the field
  3124. F|PHP|oci_field_size|Returns field's size
  3125. F|PHP|oci_field_type_raw|Tell the raw Oracle data type of the field
  3126. F|PHP|oci_field_type|Returns field's data type
  3127. F|PHP|oci_free_statement|Frees all resources associated with statement or cursor
  3128. F|PHP|oci_internal_debug|Enables or disables internal debug output
  3129. F|PHP|oci_new_collection|Allocates new collection object
  3130. F|PHP|oci_new_connect|Establishes a new connection to the Oracle server
  3131. F|PHP|oci_new_cursor|Allocates and returns a new cursor (statement handle)
  3132. F|PHP|oci_new_descriptor|Initializes a new empty LOB or FILE descriptor
  3133. F|PHP|oci_num_fields|Returns the number of result columns in a statement
  3134. F|PHP|oci_num_rows|Returns number of rows affected during statement execution
  3135. F|PHP|oci_parse|Prepares Oracle statement for execution
  3136. F|PHP|oci_password_change|Changes password of Oracle's user
  3137. F|PHP|oci_pconnect|Connect to an Oracle database using a persistent connection
  3138. F|PHP|oci_result|Returns field's value from the fetched row
  3139. F|PHP|oci_rollback|Rolls back outstanding transaction
  3140. F|PHP|oci_server_version|Returns server version
  3141. F|PHP|oci_set_prefetch|Sets number of rows to be prefetched
  3142. F|PHP|oci_statement_type|Returns the type of an OCI statement
  3143. F|PHP|ocibindbyname|Alias of oci_bind_by_name
  3144. F|PHP|ocicancel|Alias of oci_cancel
  3145. F|PHP|ocicloselob|Alias of
  3146. F|PHP|ocicollappend|Alias of
  3147. F|PHP|ocicollassign|Alias of
  3148. F|PHP|ocicollassignelem|Alias of
  3149. F|PHP|ocicollgetelem|Alias of
  3150. F|PHP|ocicollmax|Alias of
  3151. F|PHP|ocicollsize|Alias of
  3152. F|PHP|ocicolltrim|Alias of
  3153. F|PHP|ocicolumnisnull|Alias of oci_field_is_null
  3154. F|PHP|ocicolumnname|Alias of oci_field_name
  3155. F|PHP|ocicolumnprecision|Alias of oci_field_precision
  3156. F|PHP|ocicolumnscale|Alias of oci_field_scale
  3157. F|PHP|ocicolumnsize|Alias of oci_field_size
  3158. F|PHP|ocicolumntype|Alias of oci_field_type
  3159. F|PHP|ocicolumntyperaw|Alias of oci_field_type_raw
  3160. F|PHP|ocicommit|Alias of oci_commit
  3161. F|PHP|ocidefinebyname|Alias of oci_define_by_name
  3162. F|PHP|ocierror|Alias of oci_error
  3163. F|PHP|ociexecute|Alias of oci_execute
  3164. F|PHP|ocifetch|Alias of oci_fetch
  3165. F|PHP|ocifetchinto|Fetches the next row into an array (deprecated)
  3166. F|PHP|ocifetchstatement|Alias of oci_fetch_all
  3167. F|PHP|ocifreecollection|Alias of
  3168. F|PHP|ocifreecursor|Alias of oci_free_statement
  3169. F|PHP|ocifreedesc|Alias of
  3170. F|PHP|ocifreestatement|Alias of oci_free_statement
  3171. F|PHP|ociinternaldebug|Alias of oci_internal_debug
  3172. F|PHP|ociloadlob|Alias of
  3173. F|PHP|ocilogoff|Alias of oci_close
  3174. F|PHP|ocilogon|Alias of oci_connect
  3175. F|PHP|ocinewcollection|Alias of oci_new_collection
  3176. F|PHP|ocinewcursor|Alias of oci_new_cursor
  3177. F|PHP|ocinewdescriptor|Alias of oci_new_descriptor
  3178. F|PHP|ocinlogon|Alias of oci_new_connect
  3179. F|PHP|ocinumcols|Alias of oci_num_fields
  3180. F|PHP|ociparse|Alias of oci_parse
  3181. F|PHP|ociplogon|Alias of oci_pconnect
  3182. F|PHP|ociresult|Alias of oci_result
  3183. F|PHP|ocirollback|Alias of oci_rollback
  3184. F|PHP|ocirowcount|Alias of oci_num_rows
  3185. F|PHP|ocisavelob|Alias of
  3186. F|PHP|ocisavelobfile|Alias of
  3187. F|PHP|ociserverversion|Alias of oci_server_version
  3188. F|PHP|ocisetprefetch|Alias of oci_set_prefetch
  3189. F|PHP|ocistatementtype|Alias of oci_statement_type
  3190. F|PHP|ociwritelobtofile|Alias of
  3191. F|PHP|ociwritetemporarylob|Alias of
  3192. F|PHP|flush|Flush the output buffer
  3193. F|PHP|ob_clean|Clean (erase) the output buffer
  3194. F|PHP|ob_end_clean|Clean (erase) the output buffer and turn off output buffering
  3195. F|PHP|ob_end_flush|Flush (send) the output buffer and turn off output buffering
  3196. F|PHP|ob_flush|Flush (send) the output buffer
  3197. F|PHP|ob_get_clean|Get current buffer contents and delete current output buffer
  3198. F|PHP|ob_get_contents|Return the contents of the output buffer
  3199. F|PHP|ob_get_flush|Flush the output buffer, return it as a string and turn off output buffering
  3200. F|PHP|ob_get_length|Return the length of the output buffer
  3201. F|PHP|ob_get_level|Return the nesting level of the output buffering mechanism
  3202. F|PHP|ob_get_status|Get status of output buffers
  3203. F|PHP|ob_gzhandler|ob_start callback function to gzip output buffer
  3204. F|PHP|ob_implicit_flush|Turn implicit flush on/off
  3205. F|PHP|ob_list_handlers|List all output handlers in use
  3206. F|PHP|ob_start|Turn on output buffering
  3207. F|PHP|output_add_rewrite_var|Add URL rewriter values
  3208. F|PHP|output_reset_rewrite_vars|Reset URL rewriter values
  3209. F|PHP|ovrimos_close|Closes the connection to ovrimos
  3210. F|PHP|ovrimos_commit|Commits the transaction
  3211. F|PHP|ovrimos_connect|Connect to the specified database
  3212. F|PHP|ovrimos_cursor|Returns the name of the cursor
  3213. F|PHP|ovrimos_exec|Executes an SQL statement
  3214. F|PHP|ovrimos_execute|Executes a prepared SQL statement
  3215. F|PHP|ovrimos_fetch_into|Fetches a row from the result set
  3216. F|PHP|ovrimos_fetch_row|Fetches a row from the result set
  3217. F|PHP|ovrimos_field_len|Returns the length of the output column
  3218. F|PHP|ovrimos_field_name|Returns the output column name
  3219. F|PHP|ovrimos_field_num|Returns the (1-based) index of the output column
  3220. F|PHP|ovrimos_field_type|Returns the type of the output column
  3221. F|PHP|ovrimos_free_result|Frees the specified result_id
  3222. F|PHP|ovrimos_longreadlen|Specifies how many bytes are to be retrieved from long datatypes
  3223. F|PHP|ovrimos_num_fields|Returns the number of columns
  3224. F|PHP|ovrimos_num_rows|Returns the number of rows affected by update operations
  3225. F|PHP|ovrimos_prepare|Prepares an SQL statement
  3226. F|PHP|ovrimos_result_all|Prints the whole result set as an HTML table
  3227. F|PHP|ovrimos_result|Retrieves the output column
  3228. F|PHP|ovrimos_rollback|Rolls back the transaction
  3229. F|PHP|parsekit_compile_file|Compile a string of PHP code and return the resulting op array
  3230. F|PHP|parsekit_compile_string|Compile a string of PHP code and return the resulting op array
  3231. F|PHP|parsekit_func_arginfo|Return information regarding function argument(s)
  3232. F|PHP|pcntl_alarm|Set an alarm clock for delivery of a signal
  3233. F|PHP|pcntl_exec|Executes specified program in current process space
  3234. F|PHP|pcntl_fork|Forks the currently running process
  3235. F|PHP|pcntl_getpriority|Get the priority of any process
  3236. F|PHP|pcntl_setpriority|Change the priority of any process
  3237. F|PHP|pcntl_signal|Installs a signal handler
  3238. F|PHP|pcntl_wait|Waits on or returns the status of a forked child
  3239. F|PHP|pcntl_waitpid|Waits on or returns the status of a forked child
  3240. F|PHP|pcntl_wexitstatus|Returns the return code of a terminated child
  3241. F|PHP|pcntl_wifexited|Checks if status code represents a normal exit
  3242. F|PHP|pcntl_wifsignaled|Checks whether the status code represents a termination due to a signal
  3243. F|PHP|pcntl_wifstopped|Checks whether the child process is currently stopped
  3244. F|PHP|pcntl_wstopsig|Returns the signal which caused the child to stop
  3245. F|PHP|pcntl_wtermsig|Returns the signal which caused the child to terminate
  3246. F|PHP|preg_grep|Return array entries that match the pattern
  3247. F|PHP|preg_last_error|Returns the error code of the last PCRE regex execution
  3248. F|PHP|preg_match_all|Perform a global regular expression match
  3249. F|PHP|preg_match|Perform a regular expression match
  3250. F|PHP|preg_quote|Quote regular expression characters
  3251. F|PHP|preg_replace_callback|Perform a regular expression search and replace using a callback
  3252. F|PHP|preg_replace|Perform a regular expression search and replace
  3253. F|PHP|preg_split|Split string by a regular expression
  3254. F|PHP|PDF_activate_item|Activate structure element or other content item
  3255. F|PHP|PDF_add_annotation|Add annotation [deprecated]
  3256. F|PHP|PDF_add_bookmark|Add bookmark for current page [deprecated]
  3257. F|PHP|PDF_add_launchlink|Add launch annotation for current page [deprecated]
  3258. F|PHP|PDF_add_locallink|Add link annotation for current page [deprecated]
  3259. F|PHP|PDF_add_nameddest|Create named destination
  3260. F|PHP|PDF_add_note|Set annotation for current page [deprecated]
  3261. F|PHP|PDF_add_outline|Add bookmark for current page [deprecated]
  3262. F|PHP|PDF_add_pdflink|Add file link annotation for current page [deprecated]
  3263. F|PHP|PDF_add_table_cell|Add a cell to a new or existing table
  3264. F|PHP|PDF_add_textflow|Create Textflow or add text to existing Textflow
  3265. F|PHP|PDF_add_thumbnail|Add thumbnail for current page
  3266. F|PHP|PDF_add_weblink|Add weblink for current page [deprecated]
  3267. F|PHP|PDF_arc|Draw a counterclockwise circular arc segment
  3268. F|PHP|PDF_arcn|Draw a clockwise circular arc segment
  3269. F|PHP|PDF_attach_file|Add file attachment for current page [deprecated]
  3270. F|PHP|PDF_begin_document|Create new PDF file
  3271. F|PHP|PDF_begin_font|Start a Type 3 font definition
  3272. F|PHP|PDF_begin_glyph|Start glyph definition for Type 3 font
  3273. F|PHP|PDF_begin_item|Open structure element or other content item
  3274. F|PHP|PDF_begin_layer|Start layer
  3275. F|PHP|PDF_begin_page_ext|Start new page
  3276. F|PHP|PDF_begin_page|Start new page [deprecated]
  3277. F|PHP|PDF_begin_pattern|Start pattern definition
  3278. F|PHP|PDF_begin_template_ext|Start template definition
  3279. F|PHP|PDF_begin_template|Start template definition [deprecated]
  3280. F|PHP|PDF_circle|Draw a circle
  3281. F|PHP|PDF_clip|Clip to current path
  3282. F|PHP|PDF_close_image|Close image
  3283. F|PHP|PDF_close_pdi_page|Close the page handle
  3284. F|PHP|PDF_close_pdi|Close the input PDF document [deprecated]
  3285. F|PHP|PDF_close|Close pdf resource [deprecated]
  3286. F|PHP|PDF_closepath_fill_stroke|Close, fill and stroke current path
  3287. F|PHP|PDF_closepath_stroke|Close and stroke path
  3288. F|PHP|PDF_closepath|Close current path
  3289. F|PHP|PDF_concat|Concatenate a matrix to the CTM
  3290. F|PHP|PDF_continue_text|Output text in next line
  3291. F|PHP|PDF_create_3dview|Create 3D view
  3292. F|PHP|PDF_create_action|Create action for objects or events
  3293. F|PHP|PDF_create_annotation|Create rectangular annotation
  3294. F|PHP|PDF_create_bookmark|Create bookmark
  3295. F|PHP|PDF_create_field|Create form field
  3296. F|PHP|PDF_create_fieldgroup|Create form field group
  3297. F|PHP|PDF_create_gstate|Create graphics state object
  3298. F|PHP|PDF_create_pvf|Create PDFlib virtual file
  3299. F|PHP|PDF_create_textflow|Create textflow object
  3300. F|PHP|PDF_curveto|Draw Bezier curve
  3301. F|PHP|PDF_define_layer|Create layer definition
  3302. F|PHP|PDF_delete_pvf|Delete PDFlib virtual file
  3303. F|PHP|PDF_delete_table|Delete table object
  3304. F|PHP|PDF_delete_textflow|Delete textflow object
  3305. F|PHP|PDF_delete|Delete PDFlib object
  3306. F|PHP|PDF_encoding_set_char|Add glyph name and/or Unicode value
  3307. F|PHP|PDF_end_document|Close PDF file
  3308. F|PHP|PDF_end_font|Terminate Type 3 font definition
  3309. F|PHP|PDF_end_glyph|Terminate glyph definition for Type 3 font
  3310. F|PHP|PDF_end_item|Close structure element or other content item
  3311. F|PHP|PDF_end_layer|Deactivate all active layers
  3312. F|PHP|PDF_end_page_ext|Finish page
  3313. F|PHP|PDF_end_page|Finish page
  3314. F|PHP|PDF_end_pattern|Finish pattern
  3315. F|PHP|PDF_end_template|Finish template
  3316. F|PHP|PDF_endpath|End current path
  3317. F|PHP|PDF_fill_imageblock|Fill image block with variable data
  3318. F|PHP|PDF_fill_pdfblock|Fill PDF block with variable data
  3319. F|PHP|PDF_fill_stroke|Fill and stroke path
  3320. F|PHP|PDF_fill_textblock|Fill text block with variable data
  3321. F|PHP|PDF_fill|Fill current path
  3322. F|PHP|PDF_findfont|Prepare font for later use [deprecated]
  3323. F|PHP|PDF_fit_image|Place image or template
  3324. F|PHP|PDF_fit_pdi_page|Place imported PDF page
  3325. F|PHP|PDF_fit_table|Place table on page
  3326. F|PHP|PDF_fit_textflow|Format textflow in rectangular area
  3327. F|PHP|PDF_fit_textline|Place single line of text
  3328. F|PHP|PDF_get_apiname|Get name of unsuccessfull API function
  3329. F|PHP|PDF_get_buffer|Get PDF output buffer
  3330. F|PHP|PDF_get_errmsg|Get error text
  3331. F|PHP|PDF_get_errnum|Get error number
  3332. F|PHP|PDF_get_font|Get font [deprecated]
  3333. F|PHP|PDF_get_fontname|Get font name [deprecated]
  3334. F|PHP|PDF_get_fontsize|Font handling [deprecated]
  3335. F|PHP|PDF_get_image_height|Get image height [deprecated]
  3336. F|PHP|PDF_get_image_width|Get image width [deprecated]
  3337. F|PHP|PDF_get_majorversion|Get major version number [deprecated]
  3338. F|PHP|PDF_get_minorversion|Get minor version number [deprecated]
  3339. F|PHP|PDF_get_parameter|Get string parameter
  3340. F|PHP|PDF_get_pdi_parameter|Get PDI string parameter [deprecated]
  3341. F|PHP|PDF_get_pdi_value|Get PDI numerical parameter [deprecated]
  3342. F|PHP|PDF_get_value|Get numerical parameter
  3343. F|PHP|PDF_info_font|Query detailed information about a loaded font
  3344. F|PHP|PDF_info_matchbox|Query matchbox information
  3345. F|PHP|PDF_info_table|Retrieve table information
  3346. F|PHP|PDF_info_textflow|Query textflow state
  3347. F|PHP|PDF_info_textline|Perform textline formatting and query metrics
  3348. F|PHP|PDF_initgraphics|Reset graphic state
  3349. F|PHP|PDF_lineto|Draw a line
  3350. F|PHP|PDF_load_3ddata|Load 3D model
  3351. F|PHP|PDF_load_font|Search and prepare font
  3352. F|PHP|PDF_load_iccprofile|Search and prepare ICC profile
  3353. F|PHP|PDF_load_image|Open image file
  3354. F|PHP|PDF_makespotcolor|Make spot color
  3355. F|PHP|PDF_moveto|Set current point
  3356. F|PHP|PDF_new|Create PDFlib object
  3357. F|PHP|PDF_open_ccitt|Open raw CCITT image [deprecated]
  3358. F|PHP|PDF_open_file|Create PDF file [deprecated]
  3359. F|PHP|PDF_open_gif|Open GIF image [deprecated]
  3360. F|PHP|PDF_open_image_file|Read image from file [deprecated]
  3361. F|PHP|PDF_open_image|Use image data [deprecated]
  3362. F|PHP|PDF_open_jpeg|Open JPEG image [deprecated]
  3363. F|PHP|PDF_open_memory_image|Open image created with PHP's image functions [not supported]
  3364. F|PHP|PDF_open_pdi_page|Prepare a page
  3365. F|PHP|PDF_open_pdi|Open PDF file [deprecated]
  3366. F|PHP|PDF_open_tiff|Open TIFF image [deprecated]
  3367. F|PHP|PDF_pcos_get_number|Get value of pCOS path with type number or boolean
  3368. F|PHP|PDF_pcos_get_stream|Get contents of pCOS path with type stream, fstream, or string
  3369. F|PHP|PDF_pcos_get_string|Get value of pCOS path with type name, string, or boolean
  3370. F|PHP|PDF_place_image|Place image on the page [deprecated]
  3371. F|PHP|PDF_place_pdi_page|Place PDF page [deprecated]
  3372. F|PHP|PDF_process_pdi|Process imported PDF document
  3373. F|PHP|PDF_rect|Draw rectangle
  3374. F|PHP|PDF_restore|Restore graphics state
  3375. F|PHP|PDF_resume_page|Resume page
  3376. F|PHP|PDF_rotate|Rotate coordinate system
  3377. F|PHP|PDF_save|Save graphics state
  3378. F|PHP|PDF_scale|Scale coordinate system
  3379. F|PHP|PDF_set_border_color|Set border color of annotations [deprecated]
  3380. F|PHP|PDF_set_border_dash|Set border dash style of annotations [deprecated]
  3381. F|PHP|PDF_set_border_style|Set border style of annotations [deprecated]
  3382. F|PHP|PDF_set_char_spacing|Set character spacing [deprecated]
  3383. F|PHP|PDF_set_duration|Set duration between pages [deprecated]
  3384. F|PHP|PDF_set_gstate|Activate graphics state object
  3385. F|PHP|PDF_set_horiz_scaling|Set horizontal text scaling [deprecated]
  3386. F|PHP|PDF_set_info_author|Fill the author document info field [deprecated]
  3387. F|PHP|PDF_set_info_creator|Fill the creator document info field [deprecated]
  3388. F|PHP|PDF_set_info_keywords|Fill the keywords document info field [deprecated]
  3389. F|PHP|PDF_set_info_subject|Fill the subject document info field [deprecated]
  3390. F|PHP|PDF_set_info_title|Fill the title document info field [deprecated]
  3391. F|PHP|PDF_set_info|Fill document info field
  3392. F|PHP|PDF_set_layer_dependency|Define relationships among layers
  3393. F|PHP|PDF_set_leading|Set distance between text lines [deprecated]
  3394. F|PHP|PDF_set_parameter|Set string parameter
  3395. F|PHP|PDF_set_text_matrix|Set text matrix [deprecated]
  3396. F|PHP|PDF_set_text_pos|Set text position
  3397. F|PHP|PDF_set_text_rendering|Determine text rendering [deprecated]
  3398. F|PHP|PDF_set_text_rise|Set text rise [deprecated]
  3399. F|PHP|PDF_set_value|Set numerical parameter
  3400. F|PHP|PDF_set_word_spacing|Set spacing between words [deprecated]
  3401. F|PHP|PDF_setcolor|Set fill and stroke color
  3402. F|PHP|PDF_setdash|Set simple dash pattern
  3403. F|PHP|PDF_setdashpattern|Set dash pattern
  3404. F|PHP|PDF_setflat|Set flatness
  3405. F|PHP|PDF_setfont|Set font
  3406. F|PHP|PDF_setgray_fill|Set fill color to gray [deprecated]
  3407. F|PHP|PDF_setgray_stroke|Set stroke color to gray [deprecated]
  3408. F|PHP|PDF_setgray|Set color to gray [deprecated]
  3409. F|PHP|PDF_setlinecap|Set linecap parameter
  3410. F|PHP|PDF_setlinejoin|Set linejoin parameter
  3411. F|PHP|PDF_setlinewidth|Set line width
  3412. F|PHP|PDF_setmatrix|Set current transformation matrix
  3413. F|PHP|PDF_setmiterlimit|Set miter limit
  3414. F|PHP|PDF_setpolydash|Set complicated dash pattern [deprecated]
  3415. F|PHP|PDF_setrgbcolor_fill|Set fill rgb color values [deprecated]
  3416. F|PHP|PDF_setrgbcolor_stroke|Set stroke rgb color values [deprecated]
  3417. F|PHP|PDF_setrgbcolor|Set fill and stroke rgb color values [deprecated]
  3418. F|PHP|PDF_shading_pattern|Define shading pattern
  3419. F|PHP|PDF_shading|Define blend
  3420. F|PHP|PDF_shfill|Fill area with shading
  3421. F|PHP|PDF_show_boxed|Output text in a box [deprecated]
  3422. F|PHP|PDF_show_xy|Output text at given position
  3423. F|PHP|PDF_show|Output text at current position
  3424. F|PHP|PDF_skew|Skew the coordinate system
  3425. F|PHP|PDF_stringwidth|Return width of text
  3426. F|PHP|PDF_stroke|Stroke path
  3427. F|PHP|PDF_suspend_page|Suspend page
  3428. F|PHP|PDF_translate|Set origin of coordinate system
  3429. F|PHP|PDF_utf16_to_utf8|Convert string from UTF-16 to UTF-8
  3430. F|PHP|PDF_utf32_to_utf16|Convert string from UTF-32 to UTF-16
  3431. F|PHP|PDF_utf8_to_utf16|Convert string from UTF-8 to UTF-16
  3432. F|PHP|assert_options|Set/get the various assert flags
  3433. F|PHP|assert|Checks if assertion is FALSE
  3434. F|PHP|dl|Loads a PHP extension at runtime
  3435. F|PHP|extension_loaded|Find out whether an extension is loaded
  3436. F|PHP|get_cfg_var|Gets the value of a PHP configuration option
  3437. F|PHP|get_current_user|Gets the name of the owner of the current PHP script
  3438. F|PHP|get_defined_constants|Returns an associative array with the names of all the constants and their values
  3439. F|PHP|get_extension_funcs|Returns an array with the names of the functions of a module
  3440. F|PHP|get_include_path|Gets the current include_path configuration option
  3441. F|PHP|get_included_files|Returns an array with the names of included or required files
  3442. F|PHP|get_loaded_extensions|Returns an array with the names of all modules compiled and loaded
  3443. F|PHP|get_magic_quotes_gpc|Gets the current configuration setting of magic quotes gpc
  3444. F|PHP|get_magic_quotes_runtime|Gets the current active configuration setting of magic_quotes_runtime
  3445. F|PHP|get_required_files|Alias of get_included_files
  3446. F|PHP|getenv|Gets the value of an environment variable
  3447. F|PHP|getlastmod|Gets time of last page modification
  3448. F|PHP|getmygid|Get PHP script owner's GID
  3449. F|PHP|getmyinode|Gets the inode of the current script
  3450. F|PHP|getmypid|Gets PHP's process ID
  3451. F|PHP|getmyuid|Gets PHP script owner's UID
  3452. F|PHP|getopt|Gets options from the command line argument list
  3453. F|PHP|getrusage|Gets the current resource usages
  3454. F|PHP|ini_alter|Alias of ini_set
  3455. F|PHP|ini_get_all|Gets all configuration options
  3456. F|PHP|ini_get|Gets the value of a configuration option
  3457. F|PHP|ini_restore|Restores the value of a configuration option
  3458. F|PHP|ini_set|Sets the value of a configuration option
  3459. F|PHP|main|Dummy for main
  3460. F|PHP|memory_get_peak_usage|Returns the peak of memory allocated by PHP
  3461. F|PHP|memory_get_usage|Returns the amount of memory allocated to PHP
  3462. F|PHP|php_ini_scanned_files|Return a list of .ini files parsed from the additional ini dir
  3463. F|PHP|php_logo_guid|Gets the logo guid
  3464. F|PHP|php_sapi_name|Returns the type of interface between web server and PHP
  3465. F|PHP|php_uname|Returns information about the operating system PHP is running on
  3466. F|PHP|phpcredits|Prints out the credits for PHP
  3467. F|PHP|phpinfo|Outputs lots of PHP information
  3468. F|PHP|phpversion|Gets the current PHP version
  3469. F|PHP|putenv|Sets the value of an environment variable
  3470. F|PHP|restore_include_path|Restores the value of the include_path configuration option
  3471. F|PHP|set_include_path|Sets the include_path configuration option
  3472. F|PHP|set_magic_quotes_runtime|Sets the current active configuration setting of magic_quotes_runtime
  3473. F|PHP|set_time_limit|Limits the maximum execution time
  3474. F|PHP|sys_get_temp_dir|Returns directory path used for temporary files
  3475. F|PHP|version_compare|Compares two "PHP-standardized" version number strings
  3476. F|PHP|zend_logo_guid|Gets the Zend guid
  3477. F|PHP|zend_thread_id|Returns a unique identifier for the current thread
  3478. F|PHP|zend_version|Gets the version of the current Zend engine
  3479. F|PHP|posix_access|Determine accessibility of a file
  3480. F|PHP|posix_ctermid|Get path name of controlling terminal
  3481. F|PHP|posix_get_last_error|Retrieve the error number set by the last posix function that failed
  3482. F|PHP|posix_getcwd|Pathname of current directory
  3483. F|PHP|posix_getegid|Return the effective group ID of the current process
  3484. F|PHP|posix_geteuid|Return the effective user ID of the current process
  3485. F|PHP|posix_getgid|Return the real group ID of the current process
  3486. F|PHP|posix_getgrgid|Return info about a group by group id
  3487. F|PHP|posix_getgrnam|Return info about a group by name
  3488. F|PHP|posix_getgroups|Return the group set of the current process
  3489. F|PHP|posix_getlogin|Return login name
  3490. F|PHP|posix_getpgid|Get process group id for job control
  3491. F|PHP|posix_getpgrp|Return the current process group identifier
  3492. F|PHP|posix_getpid|Return the current process identifier
  3493. F|PHP|posix_getppid|Return the parent process identifier
  3494. F|PHP|posix_getpwnam|Return info about a user by username
  3495. F|PHP|posix_getpwuid|Return info about a user by user id
  3496. F|PHP|posix_getrlimit|Return info about system resource limits
  3497. F|PHP|posix_getsid|Get the current sid of the process
  3498. F|PHP|posix_getuid|Return the real user ID of the current process
  3499. F|PHP|posix_initgroups|Calculate the group access list
  3500. F|PHP|posix_isatty|Determine if a file descriptor is an interactive terminal
  3501. F|PHP|posix_kill|Send a signal to a process
  3502. F|PHP|posix_mkfifo|Create a fifo special file (a named pipe)
  3503. F|PHP|posix_mknod|Create a special or ordinary file (POSIX.1)
  3504. F|PHP|posix_setegid|Set the effective GID of the current process
  3505. F|PHP|posix_seteuid|Set the effective UID of the current process
  3506. F|PHP|posix_setgid|Set the GID of the current process
  3507. F|PHP|posix_setpgid|Set process group id for job control
  3508. F|PHP|posix_setsid|Make the current process a session leader
  3509. F|PHP|posix_setuid|Set the UID of the current process
  3510. F|PHP|posix_strerror|Retrieve the system error message associated with the given errno
  3511. F|PHP|posix_times|Get process times
  3512. F|PHP|posix_ttyname|Determine terminal device name
  3513. F|PHP|posix_uname|Get system name
  3514. F|PHP|ereg_replace|Replace regular expression
  3515. F|PHP|ereg|Regular expression match
  3516. F|PHP|eregi_replace|Replace regular expression case insensitive
  3517. F|PHP|eregi|Case insensitive regular expression match
  3518. F|PHP|split|Split string into array by regular expression
  3519. F|PHP|spliti|Split string into array by regular expression case insensitive
  3520. F|PHP|sql_regcase|Make regular expression for case insensitive match
  3521. F|PHP|pg_affected_rows|Returns number of affected records (tuples)
  3522. F|PHP|pg_cancel_query|Cancel an asynchronous query
  3523. F|PHP|pg_client_encoding|Gets the client encoding
  3524. F|PHP|pg_close|Closes a PostgreSQL connection
  3525. F|PHP|pg_connect|Open a PostgreSQL connection
  3526. F|PHP|pg_connection_busy|Get connection is busy or not
  3527. F|PHP|pg_connection_reset|Reset connection (reconnect)
  3528. F|PHP|pg_connection_status|Get connection status
  3529. F|PHP|pg_convert|Convert associative array values into suitable for SQL statement
  3530. F|PHP|pg_copy_from|Insert records into a table from an array
  3531. F|PHP|pg_copy_to|Copy a table to an array
  3532. F|PHP|pg_dbname|Get the database name
  3533. F|PHP|pg_delete|Deletes records
  3534. F|PHP|pg_end_copy|Sync with PostgreSQL backend
  3535. F|PHP|pg_escape_bytea|Escape a string for insertion into a bytea field
  3536. F|PHP|pg_escape_string|Escape a string for insertion into a text field
  3537. F|PHP|pg_execute|Sends a request to execute a prepared statement with given parameters, and waits for the result.
  3538. F|PHP|pg_fetch_all_columns|Fetches all rows in a particular result column as an array
  3539. F|PHP|pg_fetch_all|Fetches all rows from a result as an array
  3540. F|PHP|pg_fetch_array|Fetch a row as an array
  3541. F|PHP|pg_fetch_assoc|Fetch a row as an associative array
  3542. F|PHP|pg_fetch_object|Fetch a row as an object
  3543. F|PHP|pg_fetch_result|Returns values from a result resource
  3544. F|PHP|pg_fetch_row|Get a row as an enumerated array
  3545. F|PHP|pg_field_is_null|Test if a field is SQL NULL
  3546. F|PHP|pg_field_name|Returns the name of a field
  3547. F|PHP|pg_field_num|Returns the field number of the named field
  3548. F|PHP|pg_field_prtlen|Returns the printed length
  3549. F|PHP|pg_field_size|Returns the internal storage size of the named field
  3550. F|PHP|pg_field_table|Returns the name or oid of the tables field
  3551. F|PHP|pg_field_type_oid|Returns the type ID (OID) for the corresponding field number
  3552. F|PHP|pg_field_type|Returns the type name for the corresponding field number
  3553. F|PHP|pg_free_result|Free result memory
  3554. F|PHP|pg_get_notify|Gets SQL NOTIFY message
  3555. F|PHP|pg_get_pid|Gets the backend's process ID
  3556. F|PHP|pg_get_result|Get asynchronous query result
  3557. F|PHP|pg_host|Returns the host name associated with the connection
  3558. F|PHP|pg_insert|Insert array into table
  3559. F|PHP|pg_last_error|Get the last error message string of a connection
  3560. F|PHP|pg_last_notice|Returns the last notice message from PostgreSQL server
  3561. F|PHP|pg_last_oid|Returns the last row's OID
  3562. F|PHP|pg_lo_close|Close a large object
  3563. F|PHP|pg_lo_create|Create a large object
  3564. F|PHP|pg_lo_export|Export a large object to file
  3565. F|PHP|pg_lo_import|Import a large object from file
  3566. F|PHP|pg_lo_open|Open a large object
  3567. F|PHP|pg_lo_read_all|Reads an entire large object and send straight to browser
  3568. F|PHP|pg_lo_read|Read a large object
  3569. F|PHP|pg_lo_seek|Seeks position within a large object
  3570. F|PHP|pg_lo_tell|Returns current seek position a of large object
  3571. F|PHP|pg_lo_unlink|Delete a large object
  3572. F|PHP|pg_lo_write|Write to a large object
  3573. F|PHP|pg_meta_data|Get meta data for table
  3574. F|PHP|pg_num_fields|Returns the number of fields in a result
  3575. F|PHP|pg_num_rows|Returns the number of rows in a result
  3576. F|PHP|pg_options|Get the options associated with the connection
  3577. F|PHP|pg_parameter_status|Looks up a current parameter setting of the server.
  3578. F|PHP|pg_pconnect|Open a persistent PostgreSQL connection
  3579. F|PHP|pg_ping|Ping database connection
  3580. F|PHP|pg_port|Return the port number associated with the connection
  3581. F|PHP|pg_prepare|Submits a request to create a prepared statement with the given parameters, and waits for completion.
  3582. F|PHP|pg_put_line|Send a NULL-terminated string to PostgreSQL backend
  3583. F|PHP|pg_query_params|Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
  3584. F|PHP|pg_query|Execute a query
  3585. F|PHP|pg_result_error_field|Returns an individual field of an error report.
  3586. F|PHP|pg_result_error|Get error message associated with result
  3587. F|PHP|pg_result_seek|Set internal row offset in result resource
  3588. F|PHP|pg_result_status|Get status of query result
  3589. F|PHP|pg_select|Select records
  3590. F|PHP|pg_send_execute|Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).
  3591. F|PHP|pg_send_prepare|Sends a request to create a prepared statement with the given parameters, without waiting for completion.
  3592. F|PHP|pg_send_query_params|Submits a command and separate parameters to the server without waiting for the result(s).
  3593. F|PHP|pg_send_query|Sends asynchronous query
  3594. F|PHP|pg_set_client_encoding|Set the client encoding
  3595. F|PHP|pg_set_error_verbosity|Determines the verbosity of messages returned by pg_last_error and pg_result_error.
  3596. F|PHP|pg_trace|Enable tracing a PostgreSQL connection
  3597. F|PHP|pg_transaction_status|Returns the current in-transaction status of the server.
  3598. F|PHP|pg_tty|Return the TTY name associated with the connection
  3599. F|PHP|pg_unescape_bytea|Unescape binary for bytea type
  3600. F|PHP|pg_untrace|Disable tracing of a PostgreSQL connection
  3601. F|PHP|pg_update|Update table
  3602. F|PHP|pg_version|Returns an array with client, protocol and server version (when available)
  3603. F|PHP|printer_abort|Deletes the printer's spool file
  3604. F|PHP|printer_close|Close an open printer connection
  3605. F|PHP|printer_create_brush|Create a new brush
  3606. F|PHP|printer_create_dc|Create a new device context
  3607. F|PHP|printer_create_font|Create a new font
  3608. F|PHP|printer_create_pen|Create a new pen
  3609. F|PHP|printer_delete_brush|Delete a brush
  3610. F|PHP|printer_delete_dc|Delete a device context
  3611. F|PHP|printer_delete_font|Delete a font
  3612. F|PHP|printer_delete_pen|Delete a pen
  3613. F|PHP|printer_draw_bmp|Draw a bmp
  3614. F|PHP|printer_draw_chord|Draw a chord
  3615. F|PHP|printer_draw_elipse|Draw an ellipse
  3616. F|PHP|printer_draw_line|Draw a line
  3617. F|PHP|printer_draw_pie|Draw a pie
  3618. F|PHP|printer_draw_rectangle|Draw a rectangle
  3619. F|PHP|printer_draw_roundrect|Draw a rectangle with rounded corners
  3620. F|PHP|printer_draw_text|Draw text
  3621. F|PHP|printer_end_doc|Close document
  3622. F|PHP|printer_end_page|Close active page
  3623. F|PHP|printer_get_option|Retrieve printer configuration data
  3624. F|PHP|printer_list|Return an array of printers attached to the server
  3625. F|PHP|printer_logical_fontheight|Get logical font height
  3626. F|PHP|printer_open|Opens a connection to a printer
  3627. F|PHP|printer_select_brush|Select a brush
  3628. F|PHP|printer_select_font|Select a font
  3629. F|PHP|printer_select_pen|Select a pen
  3630. F|PHP|printer_set_option|Configure the printer connection
  3631. F|PHP|printer_start_doc|Start a new document
  3632. F|PHP|printer_start_page|Start a new page
  3633. F|PHP|printer_write|Write data to the printer
  3634. F|PHP|escapeshellarg|Escape a string to be used as a shell argument
  3635. F|PHP|escapeshellcmd|Escape shell metacharacters
  3636. F|PHP|exec|Execute an external program
  3637. F|PHP|passthru|Execute an external program and display raw output
  3638. F|PHP|proc_close|Close a process opened by proc_open and return the exit code of that process.
  3639. F|PHP|proc_get_status|Get information about a process opened by proc_open
  3640. F|PHP|proc_nice|Change the priority of the current process
  3641. F|PHP|proc_open|Execute a command and open file pointers for input/output
  3642. F|PHP|proc_terminate|Kills a process opened by proc_open
  3643. F|PHP|shell_exec|Execute command via shell and return the complete output as a string
  3644. F|PHP|system|Execute an external program and display the output
  3645. F|PHP|ps_add_bookmark|Add bookmark to current page
  3646. F|PHP|ps_add_launchlink|Adds link which launches file
  3647. F|PHP|ps_add_locallink|Adds link to a page in the same document
  3648. F|PHP|ps_add_note|Adds note to current page
  3649. F|PHP|ps_add_pdflink|Adds link to a page in a second pdf document
  3650. F|PHP|ps_add_weblink|Adds link to a web location
  3651. F|PHP|ps_arc|Draws an arc counterclockwise
  3652. F|PHP|ps_arcn|Draws an arc clockwise
  3653. F|PHP|ps_begin_page|Start a new page
  3654. F|PHP|ps_begin_pattern|Start a new pattern
  3655. F|PHP|ps_begin_template|Start a new template
  3656. F|PHP|ps_circle|Draws a circle
  3657. F|PHP|ps_clip|Clips drawing to current path
  3658. F|PHP|ps_close_image|Closes image and frees memory
  3659. F|PHP|ps_close|Closes a PostScript document
  3660. F|PHP|ps_closepath_stroke|Closes and strokes path
  3661. F|PHP|ps_closepath|Closes path
  3662. F|PHP|ps_continue_text|Continue text in next line
  3663. F|PHP|ps_curveto|Draws a curve
  3664. F|PHP|ps_delete|Deletes all resources of a PostScript document
  3665. F|PHP|ps_end_page|End a page
  3666. F|PHP|ps_end_pattern|End a pattern
  3667. F|PHP|ps_end_template|End a template
  3668. F|PHP|ps_fill_stroke|Fills and strokes the current path
  3669. F|PHP|ps_fill|Fills the current path
  3670. F|PHP|ps_findfont|Loads a font
  3671. F|PHP|ps_get_buffer|Fetches the full buffer containig the generated PS data
  3672. F|PHP|ps_get_parameter|Gets certain parameters
  3673. F|PHP|ps_get_value|Gets certain values
  3674. F|PHP|ps_hyphenate|Hyphenates a word
  3675. F|PHP|ps_include_file|Reads an external file with raw PostScript code
  3676. F|PHP|ps_lineto|Draws a line
  3677. F|PHP|ps_makespotcolor|Create spot color
  3678. F|PHP|ps_moveto|Sets current point
  3679. F|PHP|ps_new|Creates a new PostScript document object
  3680. F|PHP|ps_open_file|Opens a file for output
  3681. F|PHP|ps_open_image_file|Opens image from file
  3682. F|PHP|ps_open_image|Reads an image for later placement
  3683. F|PHP|ps_open_memory_image|Takes an GD image and returns an image for placement in a PS document
  3684. F|PHP|ps_place_image|Places image on the page
  3685. F|PHP|ps_rect|Draws a rectangle
  3686. F|PHP|ps_restore|Restore previously save context
  3687. F|PHP|ps_rotate|Sets rotation factor
  3688. F|PHP|ps_save|Save current context
  3689. F|PHP|ps_scale|Sets scaling factor
  3690. F|PHP|ps_set_border_color|Sets color of border for annotations
  3691. F|PHP|ps_set_border_dash|Sets length of dashes for border of annotations
  3692. F|PHP|ps_set_border_style|Sets border style of annotations
  3693. F|PHP|ps_set_info|Sets information fields of document
  3694. F|PHP|ps_set_parameter|Sets certain parameters
  3695. F|PHP|ps_set_text_pos|Sets position for text output
  3696. F|PHP|ps_set_value|Sets certain values
  3697. F|PHP|ps_setcolor|Sets current color
  3698. F|PHP|ps_setdash|Sets appearance of a dashed line
  3699. F|PHP|ps_setflat|Sets flatness
  3700. F|PHP|ps_setfont|Sets font to use for following output
  3701. F|PHP|ps_setgray|Sets gray value
  3702. F|PHP|ps_setlinecap|Sets appearance of line ends
  3703. F|PHP|ps_setlinejoin|Sets how contected lines are joined
  3704. F|PHP|ps_setlinewidth|Sets width of a line
  3705. F|PHP|ps_setmiterlimit|Sets the miter limit
  3706. F|PHP|ps_setoverprintmode|Sets overprint mode
  3707. F|PHP|ps_setpolydash|Sets appearance of a dashed line
  3708. F|PHP|ps_shading_pattern|Creates a pattern based on a shading
  3709. F|PHP|ps_shading|Creates a shading for later use
  3710. F|PHP|ps_shfill|Fills an area with a shading
  3711. F|PHP|ps_show_boxed|Output text in a box
  3712. F|PHP|ps_show_xy2|Output text at position
  3713. F|PHP|ps_show_xy|Output text at given position
  3714. F|PHP|ps_show2|Output a text at current position
  3715. F|PHP|ps_show|Output text
  3716. F|PHP|ps_string_geometry|Gets geometry of a string
  3717. F|PHP|ps_stringwidth|Gets width of a string
  3718. F|PHP|ps_stroke|Draws the current path
  3719. F|PHP|ps_symbol_name|Gets name of a glyph
  3720. F|PHP|ps_symbol_width|Gets width of a glyph
  3721. F|PHP|ps_symbol|Output a glyph
  3722. F|PHP|ps_translate|Sets translation
  3723. F|PHP|pspell_add_to_personal|Add the word to a personal wordlist
  3724. F|PHP|pspell_add_to_session|Add the word to the wordlist in the current session
  3725. F|PHP|pspell_check|Check a word
  3726. F|PHP|pspell_clear_session|Clear the current session
  3727. F|PHP|pspell_config_create|Create a config used to open a dictionary
  3728. F|PHP|pspell_config_data_dir|location of language data files
  3729. F|PHP|pspell_config_dict_dir|Location of the main word list
  3730. F|PHP|pspell_config_ignore|Ignore words less than N characters long
  3731. F|PHP|pspell_config_mode|Change the mode number of suggestions returned
  3732. F|PHP|pspell_config_personal|Set a file that contains personal wordlist
  3733. F|PHP|pspell_config_repl|Set a file that contains replacement pairs
  3734. F|PHP|pspell_config_runtogether|Consider run-together words as valid compounds
  3735. F|PHP|pspell_config_save_repl|Determine whether to save a replacement pairs list along with the wordlist
  3736. F|PHP|pspell_new_config|Load a new dictionary with settings based on a given config
  3737. F|PHP|pspell_new_personal|Load a new dictionary with personal wordlist
  3738. F|PHP|pspell_new|Load a new dictionary
  3739. F|PHP|pspell_save_wordlist|Save the personal wordlist to a file
  3740. F|PHP|pspell_store_replacement|Store a replacement pair for a word
  3741. F|PHP|pspell_suggest|Suggest spellings of a word
  3742. F|PHP|radius_acct_open|Creates a Radius handle for accounting
  3743. F|PHP|radius_add_server|Adds a server
  3744. F|PHP|radius_auth_open|Creates a Radius handle for authentication
  3745. F|PHP|radius_close|Frees all ressources
  3746. F|PHP|radius_config|Causes the library to read the given configuration file
  3747. F|PHP|radius_create_request|Create accounting or authentication request
  3748. F|PHP|radius_cvt_addr|Converts raw data to IP-Address
  3749. F|PHP|radius_cvt_int|Converts raw data to integer
  3750. F|PHP|radius_cvt_string|Converts raw data to string
  3751. F|PHP|radius_demangle_mppe_key|Derives mppe-keys from mangled data
  3752. F|PHP|radius_demangle|Demangles data
  3753. F|PHP|radius_get_attr|Extracts an attribute
  3754. F|PHP|radius_get_vendor_attr|Extracts a vendor specific attribute
  3755. F|PHP|radius_put_addr|Attaches an IP-Address attribute
  3756. F|PHP|radius_put_attr|Attaches a binary attribute
  3757. F|PHP|radius_put_int|Attaches an integer attribute
  3758. F|PHP|radius_put_string|Attaches a string attribute
  3759. F|PHP|radius_put_vendor_addr|Attaches a vendor specific IP-Address attribute
  3760. F|PHP|radius_put_vendor_attr|Attaches a vendor specific binary attribute
  3761. F|PHP|radius_put_vendor_int|Attaches a vendor specific integer attribute
  3762. F|PHP|radius_put_vendor_string|Attaches a vendor specific string attribute
  3763. F|PHP|radius_request_authenticator|Returns the request authenticator
  3764. F|PHP|radius_send_request|Sends the request and waites for a reply
  3765. F|PHP|radius_server_secret|Returns the shared secret
  3766. F|PHP|radius_strerror|Returns an error message
  3767. F|PHP|rar_close|Close Rar archive and free all resources
  3768. F|PHP|rar_entry_get|Get entry object from the Rar archive
  3769. F|PHP|rar_list|Get entries list from the Rar archive
  3770. F|PHP|rar_open|Open Rar archive
  3771. F|PHP|readline_add_history|Adds a line to the history
  3772. F|PHP|readline_callback_handler_install|Initializes the readline callback interface and terminal, prints the prompt and returns immediately
  3773. F|PHP|readline_callback_handler_remove|Removes a previously installed callback handler and restores terminal settings
  3774. F|PHP|readline_callback_read_char|Reads a character and informs the readline callback interface when a line is received
  3775. F|PHP|readline_clear_history|Clears the history
  3776. F|PHP|readline_completion_function|Registers a completion function
  3777. F|PHP|readline_info|Gets/sets various internal readline variables
  3778. F|PHP|readline_list_history|Lists the history
  3779. F|PHP|readline_on_new_line|Inform readline that the cursor has moved to a new line
  3780. F|PHP|readline_read_history|Reads the history
  3781. F|PHP|readline_redisplay|Redraws the display
  3782. F|PHP|readline_write_history|Writes the history
  3783. F|PHP|readline|Reads a line
  3784. F|PHP|recode_file|Recode from file to file according to recode request
  3785. F|PHP|recode_string|Recode a string according to a recode request
  3786. F|PHP|recode|Alias of recode_string
  3787. F|PHP|rpm_close|Closes an RPM file
  3788. F|PHP|rpm_get_tag|Retrieves a header tag from an RPM file
  3789. F|PHP|rpm_is_valid|Tests a filename for validity as an RPM file
  3790. F|PHP|rpm_open|Opens an RPM file
  3791. F|PHP|rpm_version|Returns a string representing the current version of the rpmreader extension
  3792. F|PHP|Runkit_Sandbox|Runkit Sandbox Class -- PHP Virtual Machine
  3793. F|PHP|Runkit_Sandbox_Parent|Runkit Anti-Sandbox Class
  3794. F|PHP|runkit_class_adopt|Convert a base class to an inherited class, add ancestral methods when appropriate
  3795. F|PHP|runkit_class_emancipate|Convert an inherited class to a base class, removes any method whose scope is ancestral
  3796. F|PHP|runkit_constant_add|Similar to define(), but allows defining in class definitions as well
  3797. F|PHP|runkit_constant_redefine|Redefine an already defined constant
  3798. F|PHP|runkit_constant_remove|Remove/Delete an already defined constant
  3799. F|PHP|runkit_function_add|Add a new function, similar to create_function
  3800. F|PHP|runkit_function_copy|Copy a function to a new function name
  3801. F|PHP|runkit_function_redefine|Replace a function definition with a new implementation
  3802. F|PHP|runkit_function_remove|Remove a function definition
  3803. F|PHP|runkit_function_rename|Change a function's name
  3804. F|PHP|runkit_import|Process a PHP file importing function and class definitions, overwriting where appropriate
  3805. F|PHP|runkit_lint_file|Check the PHP syntax of the specified file
  3806. F|PHP|runkit_lint|Check the PHP syntax of the specified php code
  3807. F|PHP|runkit_method_add|Dynamically adds a new method to a given class
  3808. F|PHP|runkit_method_copy|Copies a method from class to another
  3809. F|PHP|runkit_method_redefine|Dynamically changes the code of the given method
  3810. F|PHP|runkit_method_remove|Dynamically removes the given method
  3811. F|PHP|runkit_method_rename|Dynamically changes the name of the given method
  3812. F|PHP|runkit_return_value_used|Determines if the current functions return value will be used
  3813. F|PHP|runkit_sandbox_output_handler|Specify a function to capture and/or process output from a runkit sandbox
  3814. F|PHP|runkit_superglobals|Return numerically indexed array of registered superglobals
  3815. F|PHP|ftok|Convert a pathname and a project identifier to a System V IPC key
  3816. F|PHP|msg_get_queue|Create or attach to a message queue
  3817. F|PHP|msg_receive|Receive a message from a message queue
  3818. F|PHP|msg_remove_queue|Destroy a message queue
  3819. F|PHP|msg_send|Send a message to a message queue
  3820. F|PHP|msg_set_queue|Set information in the message queue data structure
  3821. F|PHP|msg_stat_queue|Returns information from the message queue data structure
  3822. F|PHP|sem_acquire|Acquire a semaphore
  3823. F|PHP|sem_get|Get a semaphore id
  3824. F|PHP|sem_release|Release a semaphore
  3825. F|PHP|sem_remove|Remove a semaphore
  3826. F|PHP|shm_attach|Creates or open a shared memory segment
  3827. F|PHP|shm_detach|Disconnects from shared memory segment
  3828. F|PHP|shm_get_var|Returns a variable from shared memory
  3829. F|PHP|shm_put_var|Inserts or updates a variable in shared memory
  3830. F|PHP|shm_remove_var|Removes a variable from shared memory
  3831. F|PHP|shm_remove|Removes shared memory from Unix systems
  3832. F|PHP|sesam_affected_rows|Get number of rows affected by an immediate query
  3833. F|PHP|sesam_commit|Commit pending updates to the SESAM database
  3834. F|PHP|sesam_connect|Open SESAM database connection
  3835. F|PHP|sesam_diagnostic|Return status information for last SESAM call
  3836. F|PHP|sesam_disconnect|Detach from SESAM connection
  3837. F|PHP|sesam_errormsg|Returns error message of last SESAM call
  3838. F|PHP|sesam_execimm|Execute an "immediate" SQL-statement
  3839. F|PHP|sesam_fetch_array|Fetch one row as an associative array
  3840. F|PHP|sesam_fetch_result|Return all or part of a query result
  3841. F|PHP|sesam_fetch_row|Fetch one row as an array
  3842. F|PHP|sesam_field_array|Return meta information about individual columns in a result
  3843. F|PHP|sesam_field_name|Return one column name of the result set
  3844. F|PHP|sesam_free_result|Releases resources for the query
  3845. F|PHP|sesam_num_fields|Return the number of fields/columns in a result set
  3846. F|PHP|sesam_query|Perform a SESAM SQL query and prepare the result
  3847. F|PHP|sesam_rollback|Discard any pending updates to the SESAM database
  3848. F|PHP|sesam_seek_row|Set scrollable cursor mode for subsequent fetches
  3849. F|PHP|sesam_settransaction|Set SESAM transaction parameters
  3850. F|PHP|session_pgsql_add_error|Increments error counts and sets last error message
  3851. F|PHP|session_pgsql_get_error|Returns number of errors and last error message
  3852. F|PHP|session_pgsql_get_field|Get custom field value
  3853. F|PHP|session_pgsql_reset|Reset connection to session database servers
  3854. F|PHP|session_pgsql_set_field|Set custom field value
  3855. F|PHP|session_pgsql_status|Get current save handler status
  3856. F|PHP|shmop_close|Close shared memory block
  3857. F|PHP|shmop_delete|Delete shared memory block
  3858. F|PHP|shmop_open|Create or open shared memory block
  3859. F|PHP|shmop_read|Read data from shared memory block
  3860. F|PHP|shmop_size|Get size of shared memory block
  3861. F|PHP|shmop_write|Write data into shared memory block
  3862. F|PHP|simplexml_import_dom|Get a SimpleXMLElement object from a DOM node.
  3863. F|PHP|simplexml_load_file|Interprets an XML file into an object
  3864. F|PHP|simplexml_load_string|Interprets a string of XML into an object
  3865. F|PHP|snmp_get_quick_print|Fetches the current value of the UCD library's quick_print setting
  3866. F|PHP|snmp_get_valueretrieval|Return the method how the SNMP values will be returned
  3867. F|PHP|snmp_read_mib|Reads and parses a MIB file into the active MIB tree
  3868. F|PHP|snmp_set_enum_print|Return all values that are enums with their enum value instead of the raw integer
  3869. F|PHP|snmp_set_oid_numeric_print|Return all objects including their respective object id within the specified one
  3870. F|PHP|snmp_set_oid_output_format|Set the OID output format
  3871. F|PHP|snmp_set_quick_print|Set the value of quick_print within the UCD SNMP library
  3872. F|PHP|snmp_set_valueretrieval|Specify the method how the SNMP values will be returned
  3873. F|PHP|snmpget|Fetch an SNMP object
  3874. F|PHP|snmpgetnext|Fetch a SNMP object
  3875. F|PHP|snmprealwalk|Return all objects including their respective object ID within the specified one
  3876. F|PHP|snmpset|Set an SNMP object
  3877. F|PHP|snmpwalk|Fetch all the SNMP objects from an agent
  3878. F|PHP|snmpwalkoid|Query for a tree of information about a network entity
  3879. F|PHP|is_soap_fault|Checks if SOAP call was failed
  3880. F|PHP|use_soap_error_handler|Set whether to use the SOAP error handler and return the former value
  3881. F|PHP|socket_accept|Accepts a connection on a socket
  3882. F|PHP|socket_bind|Binds a name to a socket
  3883. F|PHP|socket_clear_error|Clears the error on the socket or the last error code
  3884. F|PHP|socket_close|Closes a socket resource
  3885. F|PHP|socket_connect|Initiates a connection on a socket
  3886. F|PHP|socket_create_listen|Opens a socket on port to accept connections
  3887. F|PHP|socket_create_pair|Creates a pair of indistinguishable sockets and stores them in an array
  3888. F|PHP|socket_create|Create a socket (endpoint for communication)
  3889. F|PHP|socket_get_option|Gets socket options for the socket
  3890. F|PHP|socket_getpeername|Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type
  3891. F|PHP|socket_getsockname|Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type
  3892. F|PHP|socket_last_error|Returns the last error on the socket
  3893. F|PHP|socket_listen|Listens for a connection on a socket
  3894. F|PHP|socket_read|Reads a maximum of length bytes from a socket
  3895. F|PHP|socket_recv|Receives data from a connected socket
  3896. F|PHP|socket_recvfrom|Receives data from a socket whether or not it is connection-oriented
  3897. F|PHP|socket_select|Runs the select() system call on the given arrays of sockets with a specified timeout
  3898. F|PHP|socket_send|Sends data to a connected socket
  3899. F|PHP|socket_sendto|Sends a message to a socket, whether it is connected or not
  3900. F|PHP|socket_set_block|Sets blocking mode on a socket resource
  3901. F|PHP|socket_set_nonblock|Sets nonblocking mode for file descriptor fd
  3902. F|PHP|socket_set_option|Sets socket options for the socket
  3903. F|PHP|socket_shutdown|Shuts down a socket for receiving, sending, or both
  3904. F|PHP|socket_strerror|Return a string describing a socket error
  3905. F|PHP|socket_write|Write to a socket
  3906. F|PHP|class_implements|Return the interfaces which are implemented by the given class
  3907. F|PHP|class_parents|Return the parent classes of the given class
  3908. F|PHP|iterator_count|Count the elements in an iterator
  3909. F|PHP|iterator_to_array|Copy the iterator into an array
  3910. F|PHP|spl_autoload_call|Try all registered __autoload() function to load the requested class
  3911. F|PHP|spl_autoload_extensions|Register and return default file extensions for spl_autoload
  3912. F|PHP|spl_autoload_functions|Return all registered __autoload() functions
  3913. F|PHP|spl_autoload_register|Register given function as __autoload() implementation
  3914. F|PHP|spl_autoload_unregister|Unregister given function as __autoload() implementation
  3915. F|PHP|spl_autoload|Default implementation for __autoload()
  3916. F|PHP|spl_classes|Return available SPL classes
  3917. F|PHP|spl_object_hash|Return hash id for given object
  3918. F|PHP|sqlite_array_query|Execute a query against a given database and returns an array
  3919. F|PHP|sqlite_busy_timeout|Set busy timeout duration, or disable busy handlers
  3920. F|PHP|sqlite_changes|Returns the number of rows that were changed by the most recent SQL statement
  3921. F|PHP|sqlite_close|Closes an open SQLite database
  3922. F|PHP|sqlite_column|Fetches a column from the current row of a result set
  3923. F|PHP|sqlite_create_aggregate|Register an aggregating UDF for use in SQL statements
  3924. F|PHP|sqlite_create_function|Registers a "regular" User Defined Function for use in SQL statements
  3925. F|PHP|sqlite_current|Fetches the current row from a result set as an array
  3926. F|PHP|sqlite_error_string|Returns the textual description of an error code
  3927. F|PHP|sqlite_escape_string|Escapes a string for use as a query parameter
  3928. F|PHP|sqlite_exec|Executes a result-less query against a given database
  3929. F|PHP|sqlite_factory|Opens a SQLite database and returns a SQLiteDatabase object
  3930. F|PHP|sqlite_fetch_all|Fetches all rows from a result set as an array of arrays
  3931. F|PHP|sqlite_fetch_array|Fetches the next row from a result set as an array
  3932. F|PHP|sqlite_fetch_column_types|Return an array of column types from a particular table
  3933. F|PHP|sqlite_fetch_object|Fetches the next row from a result set as an object
  3934. F|PHP|sqlite_fetch_single|Fetches the first column of a result set as a string
  3935. F|PHP|sqlite_fetch_string|Alias of sqlite_fetch_single
  3936. F|PHP|sqlite_field_name|Returns the name of a particular field
  3937. F|PHP|sqlite_has_more|Finds whether or not more rows are available
  3938. F|PHP|sqlite_has_prev|Returns whether or not a previous row is available
  3939. F|PHP|sqlite_key|Returns the current row index
  3940. F|PHP|sqlite_last_error|Returns the error code of the last error for a database
  3941. F|PHP|sqlite_last_insert_rowid|Returns the rowid of the most recently inserted row
  3942. F|PHP|sqlite_libencoding|Returns the encoding of the linked SQLite library
  3943. F|PHP|sqlite_libversion|Returns the version of the linked SQLite library
  3944. F|PHP|sqlite_next|Seek to the next row number
  3945. F|PHP|sqlite_num_fields|Returns the number of fields in a result set
  3946. F|PHP|sqlite_num_rows|Returns the number of rows in a buffered result set
  3947. F|PHP|sqlite_open|Opens a SQLite database and create the database if it does not exist
  3948. F|PHP|sqlite_popen|Opens a persistent handle to an SQLite database and create the database if it does not exist
  3949. F|PHP|sqlite_prev|Seek to the previous row number of a result set
  3950. F|PHP|sqlite_query|Executes a query against a given database and returns a result handle
  3951. F|PHP|sqlite_rewind|Seek to the first row number
  3952. F|PHP|sqlite_seek|Seek to a particular row number of a buffered result set
  3953. F|PHP|sqlite_single_query|Executes a query and returns either an array for one single column or the value of the first row
  3954. F|PHP|sqlite_udf_decode_binary|Decode binary data passed as parameters to an UDF
  3955. F|PHP|sqlite_udf_encode_binary|Encode binary data before returning it from an UDF
  3956. F|PHP|sqlite_unbuffered_query|Execute a query that does not prefetch and buffer all data
  3957. F|PHP|sqlite_valid|Returns whether more rows are available
  3958. F|PHP|ssh2_auth_hostbased_file|Authenticate using a public hostkey
  3959. F|PHP|ssh2_auth_none|Authenticate as "none"
  3960. F|PHP|ssh2_auth_password|Authenticate over SSH using a plain password
  3961. F|PHP|ssh2_auth_pubkey_file|Authenticate using a public key
  3962. F|PHP|ssh2_connect|Connect to an SSH server
  3963. F|PHP|ssh2_exec|Execute a command on a remote server
  3964. F|PHP|ssh2_fetch_stream|Fetch an extended data stream
  3965. F|PHP|ssh2_fingerprint|Retreive fingerprint of remote server
  3966. F|PHP|ssh2_methods_negotiated|Return list of negotiated methods
  3967. F|PHP|ssh2_publickey_add|Add an authorized publickey
  3968. F|PHP|ssh2_publickey_init|Initialize Publickey subsystem
  3969. F|PHP|ssh2_publickey_list|List currently authorized publickeys
  3970. F|PHP|ssh2_publickey_remove|Remove an authorized publickey
  3971. F|PHP|ssh2_scp_recv|Request a file via SCP
  3972. F|PHP|ssh2_scp_send|Send a file via SCP
  3973. F|PHP|ssh2_sftp_lstat|Stat a symbolic link
  3974. F|PHP|ssh2_sftp_mkdir|Create a directory
  3975. F|PHP|ssh2_sftp_readlink|Return the target of a symbolic link
  3976. F|PHP|ssh2_sftp_realpath|Resolve the realpath of a provided path string
  3977. F|PHP|ssh2_sftp_rename|Rename a remote file
  3978. F|PHP|ssh2_sftp_rmdir|Remove a directory
  3979. F|PHP|ssh2_sftp_stat|Stat a file on a remote filesystem
  3980. F|PHP|ssh2_sftp_symlink|Create a symlink
  3981. F|PHP|ssh2_sftp_unlink|Delete a file
  3982. F|PHP|ssh2_sftp|Initialize SFTP subsystem
  3983. F|PHP|ssh2_shell|Request an interactive shell
  3984. F|PHP|ssh2_tunnel|Open a tunnel through a remote server
  3985. F|PHP|stats_absolute_deviation|Returns the absolute deviation of an array of values
  3986. F|PHP|stats_cdf_beta|CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.
  3987. F|PHP|stats_cdf_binomial|Calculates any one parameter of the binomial distribution given values for the others.
  3988. F|PHP|stats_cdf_cauchy|Not documented
  3989. F|PHP|stats_cdf_chisquare|Calculates any one parameter of the chi-square distribution given values for the others.
  3990. F|PHP|stats_cdf_exponential|Not documented
  3991. F|PHP|stats_cdf_f|Calculates any one parameter of the F distribution given values for the others.
  3992. F|PHP|stats_cdf_gamma|Calculates any one parameter of the gamma distribution given values for the others.
  3993. F|PHP|stats_cdf_laplace|Not documented
  3994. F|PHP|stats_cdf_logistic|Not documented
  3995. F|PHP|stats_cdf_negative_binomial|Calculates any one parameter of the negative binomial distribution given values for the others.
  3996. F|PHP|stats_cdf_noncentral_chisquare|Calculates any one parameter of the non-central chi-square distribution given values for the others.
  3997. F|PHP|stats_cdf_noncentral_f|Calculates any one parameter of the Non-central F distribution given values for the others.
  3998. F|PHP|stats_cdf_poisson|Calculates any one parameter of the Poisson distribution given values for the others.
  3999. F|PHP|stats_cdf_t|Calculates any one parameter of the T distribution given values for the others.
  4000. F|PHP|stats_cdf_uniform|Not documented
  4001. F|PHP|stats_cdf_weibull|Not documented
  4002. F|PHP|stats_covariance|Computes the covariance of two data sets
  4003. F|PHP|stats_den_uniform|Not documented
  4004. F|PHP|stats_dens_beta|Not documented
  4005. F|PHP|stats_dens_cauchy|Not documented
  4006. F|PHP|stats_dens_chisquare|Not documented
  4007. F|PHP|stats_dens_exponential|Not documented
  4008. F|PHP|stats_dens_f|Description
  4009. F|PHP|stats_dens_gamma|Not documented
  4010. F|PHP|stats_dens_laplace|Not documented
  4011. F|PHP|stats_dens_logistic|Not documented
  4012. F|PHP|stats_dens_negative_binomial|Not documented
  4013. F|PHP|stats_dens_normal|Not documented
  4014. F|PHP|stats_dens_pmf_binomial|Not documented
  4015. F|PHP|stats_dens_pmf_hypergeometric|Description
  4016. F|PHP|stats_dens_pmf_poisson|Not documented
  4017. F|PHP|stats_dens_t|Not documented
  4018. F|PHP|stats_dens_weibull|Not documented
  4019. F|PHP|stats_harmonic_mean|Returns the harmonic mean of an array of values
  4020. F|PHP|stats_kurtosis|Computes the kurtosis of the data in the array
  4021. F|PHP|stats_rand_gen_beta|Generates beta random deviate
  4022. F|PHP|stats_rand_gen_chisquare|Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.
  4023. F|PHP|stats_rand_gen_exponential|Generates a single random deviate from an exponential distribution with mean "av"
  4024. F|PHP|stats_rand_gen_f|Generates a random deviate
  4025. F|PHP|stats_rand_gen_funiform|Generates uniform float between low (exclusive) and high (exclusive)
  4026. F|PHP|stats_rand_gen_gamma|Generates random deviates from a gamma distribution
  4027. F|PHP|stats_rand_gen_ibinomial_negative|Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).
  4028. F|PHP|stats_rand_gen_ibinomial|Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
  4029. F|PHP|stats_rand_gen_int|Generates random integer between 1 and 2147483562
  4030. F|PHP|stats_rand_gen_ipoisson|Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).
  4031. F|PHP|stats_rand_gen_iuniform|Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
  4032. F|PHP|stats_rand_gen_noncenral_chisquare|Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0
  4033. F|PHP|stats_rand_gen_noncentral_f|Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
  4034. F|PHP|stats_rand_gen_noncentral_t|Generates a single random deviate from a noncentral T distribution
  4035. F|PHP|stats_rand_gen_normal|Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
  4036. F|PHP|stats_rand_gen_t|Generates a single random deviate from a T distribution
  4037. F|PHP|stats_rand_get_seeds|Not documented
  4038. F|PHP|stats_rand_phrase_to_seeds|generate two seeds for the RGN random number generator
  4039. F|PHP|stats_rand_ranf|Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator
  4040. F|PHP|stats_rand_setall|Not documented
  4041. F|PHP|stats_skew|Computes the skewness of the data in the array
  4042. F|PHP|stats_standard_deviation|Returns the standard deviation
  4043. F|PHP|stats_stat_binomial_coef|Not documented
  4044. F|PHP|stats_stat_correlation|Not documented
  4045. F|PHP|stats_stat_gennch|Not documented
  4046. F|PHP|stats_stat_independent_t|Not documented
  4047. F|PHP|stats_stat_innerproduct|Description
  4048. F|PHP|stats_stat_noncentral_t|Calculates any one parameter of the noncentral t distribution give values for the others.
  4049. F|PHP|stats_stat_paired_t|Not documented
  4050. F|PHP|stats_stat_percentile|Not documented
  4051. F|PHP|stats_stat_powersum|Not documented
  4052. F|PHP|stats_variance|Returns the population variance
  4053. F|PHP|stream_bucket_append|Append bucket to brigade
  4054. F|PHP|stream_bucket_make_writeable|Return a bucket object from the brigade for operating on
  4055. F|PHP|stream_bucket_new|Create a new bucket for use on the current stream
  4056. F|PHP|stream_bucket_prepend|Prepend bucket to brigade
  4057. F|PHP|stream_context_create|Create a streams context
  4058. F|PHP|stream_context_get_default|Retreive the default streams context
  4059. F|PHP|stream_context_get_options|Retrieve options for a stream/wrapper/context
  4060. F|PHP|stream_context_set_option|Sets an option for a stream/wrapper/context
  4061. F|PHP|stream_context_set_params|Set parameters for a stream/wrapper/context
  4062. F|PHP|stream_copy_to_stream|Copies data from one stream to another
  4063. F|PHP|stream_encoding|Set character set for stream encoding
  4064. F|PHP|stream_filter_append|Attach a filter to a stream
  4065. F|PHP|stream_filter_prepend|Attach a filter to a stream
  4066. F|PHP|stream_filter_register|Register a stream filter implemented as a PHP class derived from php_user_filter
  4067. F|PHP|stream_filter_remove|Remove a filter from a stream
  4068. F|PHP|stream_get_contents|Reads remainder of a stream into a string
  4069. F|PHP|stream_get_filters|Retrieve list of registered filters
  4070. F|PHP|stream_get_line|Gets line from stream resource up to a given delimiter
  4071. F|PHP|stream_get_meta_data|Retrieves header/meta data from streams/file pointers
  4072. F|PHP|stream_get_transports|Retrieve list of registered socket transports
  4073. F|PHP|stream_get_wrappers|Retrieve list of registered streams
  4074. F|PHP|stream_register_wrapper|Alias of stream_wrapper_register
  4075. F|PHP|stream_resolve_include_path|Determine what file will be opened by calls to fopen with a relative path
  4076. F|PHP|stream_select|Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
  4077. F|PHP|stream_set_blocking|Set blocking/non-blocking mode on a stream
  4078. F|PHP|stream_set_timeout|Set timeout period on a stream
  4079. F|PHP|stream_set_write_buffer|Sets file buffering on the given stream
  4080. F|PHP|stream_socket_accept|Accept a connection on a socket created by stream_socket_server
  4081. F|PHP|stream_socket_client|Open Internet or Unix domain socket connection
  4082. F|PHP|stream_socket_enable_crypto|Turns encryption on/off on an already connected socket
  4083. F|PHP|stream_socket_get_name|Retrieve the name of the local or remote sockets
  4084. F|PHP|stream_socket_pair|Creates a pair of connected, indistinguishable socket streams
  4085. F|PHP|stream_socket_recvfrom|Receives data from a socket, connected or not
  4086. F|PHP|stream_socket_sendto|Sends a message to a socket, whether it is connected or not
  4087. F|PHP|stream_socket_server|Create an Internet or Unix domain server socket
  4088. F|PHP|stream_socket_shutdown|Shutdown a full-duplex connection
  4089. F|PHP|stream_wrapper_register|Register a URL wrapper implemented as a PHP class
  4090. F|PHP|stream_wrapper_restore|Restores a previously unregistered built-in wrapper
  4091. F|PHP|stream_wrapper_unregister|Unregister a URL wrapper
  4092. F|PHP|addcslashes|Quote string with slashes in a C style
  4093. F|PHP|addslashes|Quote string with slashes
  4094. F|PHP|bin2hex|Convert binary data into hexadecimal representation
  4095. F|PHP|chop|Alias of rtrim
  4096. F|PHP|chr|Return a specific character
  4097. F|PHP|chunk_split|Split a string into smaller chunks
  4098. F|PHP|convert_cyr_string|Convert from one Cyrillic character set to another
  4099. F|PHP|convert_uudecode|Decode a uuencoded string
  4100. F|PHP|convert_uuencode|Uuencode a string
  4101. F|PHP|count_chars|Return information about characters used in a string
  4102. F|PHP|crc32|Calculates the crc32 polynomial of a string
  4103. F|PHP|crypt|One-way string encryption (hashing)
  4104. F|PHP|explode|Split a string by string
  4105. F|PHP|fprintf|Write a formatted string to a stream
  4106. F|PHP|get_html_translation_table|Returns the translation table used by htmlspecialchars and htmlentities
  4107. F|PHP|hebrev|Convert logical Hebrew text to visual text
  4108. F|PHP|hebrevc|Convert logical Hebrew text to visual text with newline conversion
  4109. F|PHP|html_entity_decode|Convert all HTML entities to their applicable characters
  4110. F|PHP|htmlentities|Convert all applicable characters to HTML entities
  4111. F|PHP|htmlspecialchars_decode|Convert special HTML entities back to characters
  4112. F|PHP|htmlspecialchars|Convert special characters to HTML entities
  4113. F|PHP|implode|Join array elements with a string
  4114. F|PHP|join|Alias of implode
  4115. F|PHP|levenshtein|Calculate Levenshtein distance between two strings
  4116. F|PHP|localeconv|Get numeric formatting information
  4117. F|PHP|ltrim|Strip whitespace (or other characters) from the beginning of a string
  4118. F|PHP|md5_file|Calculates the md5 hash of a given file
  4119. F|PHP|md5|Calculate the md5 hash of a string
  4120. F|PHP|metaphone|Calculate the metaphone key of a string
  4121. F|PHP|money_format|Formats a number as a currency string
  4122. F|PHP|nl_langinfo|Query language and locale information
  4123. F|PHP|nl2br|Inserts HTML line breaks before all newlines in a string
  4124. F|PHP|number_format|Format a number with grouped thousands
  4125. F|PHP|ord|Return ASCII value of character
  4126. F|PHP|parse_str|Parses the string into variables
  4127. F|PHP|printf|Output a formatted string
  4128. F|PHP|quoted_printable_decode|Convert a quoted-printable string to an 8 bit string
  4129. F|PHP|quotemeta|Quote meta characters
  4130. F|PHP|rtrim|Strip whitespace (or other characters) from the end of a string
  4131. F|PHP|setlocale|Set locale information
  4132. F|PHP|sha1_file|Calculate the sha1 hash of a file
  4133. F|PHP|sha1|Calculate the sha1 hash of a string
  4134. F|PHP|similar_text|Calculate the similarity between two strings
  4135. F|PHP|soundex|Calculate the soundex key of a string
  4136. F|PHP|sprintf|Return a formatted string
  4137. F|PHP|sscanf|Parses input from a string according to a format
  4138. F|PHP|str_getcsv|Parse a CSV string into an array
  4139. F|PHP|str_ireplace|Case-insensitive version of str_replace.
  4140. F|PHP|str_pad|Pad a string to a certain length with another string
  4141. F|PHP|str_repeat|Repeat a string
  4142. F|PHP|str_replace|Replace all occurrences of the search string with the replacement string
  4143. F|PHP|str_rot13|Perform the rot13 transform on a string
  4144. F|PHP|str_shuffle|Randomly shuffles a string
  4145. F|PHP|str_split|Convert a string to an array
  4146. F|PHP|str_word_count|Return information about words used in a string
  4147. F|PHP|strcasecmp|Binary safe case-insensitive string comparison
  4148. F|PHP|strchr|Alias of strstr
  4149. F|PHP|strcmp|Binary safe string comparison
  4150. F|PHP|strcoll|Locale based string comparison
  4151. F|PHP|strcspn|Find length of initial segment not matching mask
  4152. F|PHP|strip_tags|Strip HTML and PHP tags from a string
  4153. F|PHP|stripcslashes|Un-quote string quoted with addcslashes
  4154. F|PHP|stripos|Find position of first occurrence of a case-insensitive string
  4155. F|PHP|stripslashes|Un-quote string quoted with addslashes
  4156. F|PHP|stristr|Case-insensitive strstr
  4157. F|PHP|strlen|Get string length
  4158. F|PHP|strnatcasecmp|Case insensitive string comparisons using a "natural order" algorithm
  4159. F|PHP|strnatcmp|String comparisons using a "natural order" algorithm
  4160. F|PHP|strncasecmp|Binary safe case-insensitive string comparison of the first n characters
  4161. F|PHP|strncmp|Binary safe string comparison of the first n characters
  4162. F|PHP|strpbrk|Search a string for any of a set of characters
  4163. F|PHP|strpos|Find position of first occurrence of a string
  4164. F|PHP|strrchr|Find the last occurrence of a character in a string
  4165. F|PHP|strrev|Reverse a string
  4166. F|PHP|strripos|Find position of last occurrence of a case-insensitive string in a string
  4167. F|PHP|strrpos|Find position of last occurrence of a char in a string
  4168. F|PHP|strspn|Find length of initial segment matching mask
  4169. F|PHP|strstr|Find first occurrence of a string
  4170. F|PHP|strtok|Tokenize string
  4171. F|PHP|strtolower|Make a string lowercase
  4172. F|PHP|strtoupper|Make a string uppercase
  4173. F|PHP|strtr|Translate certain characters
  4174. F|PHP|substr_compare|Binary safe comparison of 2 strings from an offset, up to length characters
  4175. F|PHP|substr_count|Count the number of substring occurrences
  4176. F|PHP|substr_replace|Replace text within a portion of a string
  4177. F|PHP|substr|Return part of a string
  4178. F|PHP|trim|Strip whitespace (or other characters) from the beginning and end of a string
  4179. F|PHP|ucfirst|Make a string's first character uppercase
  4180. F|PHP|ucwords|Uppercase the first character of each word in a string
  4181. F|PHP|vfprintf|Write a formatted string to a stream
  4182. F|PHP|vprintf|Output a formatted string
  4183. F|PHP|vsprintf|Return a formatted string
  4184. F|PHP|wordwrap|Wraps a string to a given number of characters
  4185. F|PHP|swf_actiongeturl|Get a URL from a Shockwave Flash movie
  4186. F|PHP|swf_actiongotoframe|Play a frame and then stop
  4187. F|PHP|swf_actiongotolabel|Display a frame with the specified label
  4188. F|PHP|swf_actionnextframe|Go forward one frame
  4189. F|PHP|swf_actionplay|Start playing the flash movie from the current frame
  4190. F|PHP|swf_actionprevframe|Go backwards one frame
  4191. F|PHP|swf_actionsettarget|Set the context for actions
  4192. F|PHP|swf_actionstop|Stop playing the flash movie at the current frame
  4193. F|PHP|swf_actiontogglequality|Toggle between low and high quality
  4194. F|PHP|swf_actionwaitforframe|Skip actions if a frame has not been loaded
  4195. F|PHP|swf_addbuttonrecord|Controls location, appearance and active area of the current button
  4196. F|PHP|swf_addcolor|Set the global add color to the rgba value specified
  4197. F|PHP|swf_closefile|Close the current Shockwave Flash file
  4198. F|PHP|swf_definebitmap|Define a bitmap
  4199. F|PHP|swf_definefont|Defines a font
  4200. F|PHP|swf_defineline|Define a line
  4201. F|PHP|swf_definepoly|Define a polygon
  4202. F|PHP|swf_definerect|Define a rectangle
  4203. F|PHP|swf_definetext|Define a text string
  4204. F|PHP|swf_endbutton|End the definition of the current button
  4205. F|PHP|swf_enddoaction|End the current action
  4206. F|PHP|swf_endshape|Completes the definition of the current shape
  4207. F|PHP|swf_endsymbol|End the definition of a symbol
  4208. F|PHP|swf_fontsize|Change the font size
  4209. F|PHP|swf_fontslant|Set the font slant
  4210. F|PHP|swf_fonttracking|Set the current font tracking
  4211. F|PHP|swf_getbitmapinfo|Get information about a bitmap
  4212. F|PHP|swf_getfontinfo|Gets font information
  4213. F|PHP|swf_getframe|Get the frame number of the current frame
  4214. F|PHP|swf_labelframe|Label the current frame
  4215. F|PHP|swf_lookat|Define a viewing transformation
  4216. F|PHP|swf_modifyobject|Modify an object
  4217. F|PHP|swf_mulcolor|Sets the global multiply color to the rgba value specified
  4218. F|PHP|swf_nextid|Returns the next free object id
  4219. F|PHP|swf_oncondition|Describe a transition used to trigger an action list
  4220. F|PHP|swf_openfile|Open a new Shockwave Flash file
  4221. F|PHP|swf_ortho2|Defines 2D orthographic mapping of user coordinates onto the current viewport
  4222. F|PHP|swf_ortho|Defines an orthographic mapping of user coordinates onto the current viewport
  4223. F|PHP|swf_perspective|Define a perspective projection transformation
  4224. F|PHP|swf_placeobject|Place an object onto the screen
  4225. F|PHP|swf_polarview|Define the viewer's position with polar coordinates
  4226. F|PHP|swf_popmatrix|Restore a previous transformation matrix
  4227. F|PHP|swf_posround|Enables or Disables the rounding of the translation when objects are placed or moved
  4228. F|PHP|swf_pushmatrix|Push the current transformation matrix back unto the stack
  4229. F|PHP|swf_removeobject|Remove an object
  4230. F|PHP|swf_rotate|Rotate the current transformation
  4231. F|PHP|swf_scale|Scale the current transformation
  4232. F|PHP|swf_setfont|Change the current font
  4233. F|PHP|swf_setframe|Switch to a specified frame
  4234. F|PHP|swf_shapearc|Draw a circular arc
  4235. F|PHP|swf_shapecurveto3|Draw a cubic bezier curve
  4236. F|PHP|swf_shapecurveto|Draw a quadratic bezier curve between two points
  4237. F|PHP|swf_shapefillbitmapclip|Set current fill mode to clipped bitmap
  4238. F|PHP|swf_shapefillbitmaptile|Set current fill mode to tiled bitmap
  4239. F|PHP|swf_shapefilloff|Turns off filling
  4240. F|PHP|swf_shapefillsolid|Set the current fill style to the specified color
  4241. F|PHP|swf_shapelinesolid|Set the current line style
  4242. F|PHP|swf_shapelineto|Draw a line
  4243. F|PHP|swf_shapemoveto|Move the current position
  4244. F|PHP|swf_showframe|Display the current frame
  4245. F|PHP|swf_startbutton|Start the definition of a button
  4246. F|PHP|swf_startdoaction|Start a description of an action list for the current frame
  4247. F|PHP|swf_startshape|Start a complex shape
  4248. F|PHP|swf_startsymbol|Define a symbol
  4249. F|PHP|swf_textwidth|Get the width of a string
  4250. F|PHP|swf_translate|Translate the current transformations
  4251. F|PHP|swf_viewport|Select an area for future drawing
  4252. F|PHP|sybase_affected_rows|Gets number of affected rows in last query
  4253. F|PHP|sybase_close|Closes a Sybase connection
  4254. F|PHP|sybase_connect|Opens a Sybase server connection
  4255. F|PHP|sybase_data_seek|Moves internal row pointer
  4256. F|PHP|sybase_deadlock_retry_count|Sets the deadlock retry count
  4257. F|PHP|sybase_fetch_array|Fetch row as array
  4258. F|PHP|sybase_fetch_assoc|Fetch a result row as an associative array
  4259. F|PHP|sybase_fetch_field|Get field information from a result
  4260. F|PHP|sybase_fetch_object|Fetch a row as an object
  4261. F|PHP|sybase_fetch_row|Get a result row as an enumerated array
  4262. F|PHP|sybase_field_seek|Sets field offset
  4263. F|PHP|sybase_free_result|Frees result memory
  4264. F|PHP|sybase_get_last_message|Returns the last message from the server
  4265. F|PHP|sybase_min_client_severity|Sets minimum client severity
  4266. F|PHP|sybase_min_error_severity|Sets minimum error severity
  4267. F|PHP|sybase_min_message_severity|Sets minimum message severity
  4268. F|PHP|sybase_min_server_severity|Sets minimum server severity
  4269. F|PHP|sybase_num_fields|Gets the number of fields in a result set
  4270. F|PHP|sybase_num_rows|Get number of rows in a result set
  4271. F|PHP|sybase_pconnect|Open persistent Sybase connection
  4272. F|PHP|sybase_query|Sends a Sybase query
  4273. F|PHP|sybase_result|Get result data
  4274. F|PHP|sybase_select_db|Selects a Sybase database
  4275. F|PHP|sybase_set_message_handler|Sets the handler called when a server message is raised
  4276. F|PHP|sybase_unbuffered_query|Send a Sybase query and do not block
  4277. F|PHP|ob_tidyhandler|ob_start callback function to repair the buffer
  4278. F|PHP|tidy_access_count|Returns the Number of Tidy accessibility warnings encountered for specified document
  4279. F|PHP|tidy_clean_repair|Execute configured cleanup and repair operations on parsed markup
  4280. F|PHP|tidy_config_count|Returns the Number of Tidy configuration errors encountered for specified document
  4281. F|PHP|tidy_diagnose|Run configured diagnostics on parsed and repaired markup
  4282. F|PHP|tidy_error_count|Returns the Number of Tidy errors encountered for specified document
  4283. F|PHP|tidy_get_body|Returns a tidyNode Object starting from the tag of the tidy parse tree
  4284. F|PHP|tidy_get_config|Get current Tidy configuration
  4285. F|PHP|tidy_get_error_buffer|Return warnings and errors which occurred parsing the specified document
  4286. F|PHP|tidy_get_head|Returns a tidyNode Object starting from the tag of the tidy parse tree
  4287. F|PHP|tidy_get_html_ver|Get the Detected HTML version for the specified document
  4288. F|PHP|tidy_get_html|Returns a tidyNode Object starting from the tag of the tidy parse tree
  4289. F|PHP|tidy_get_opt_doc|Returns the documentation for the given option name
  4290. F|PHP|tidy_get_output|Return a string representing the parsed tidy markup
  4291. F|PHP|tidy_get_release|Get release date (version) for Tidy library
  4292. F|PHP|tidy_get_root|Returns a tidyNode object representing the root of the tidy parse tree
  4293. F|PHP|tidy_get_status|Get status of specified document
  4294. F|PHP|tidy_getopt|Returns the value of the specified configuration option for the tidy document
  4295. F|PHP|tidy_is_xhtml|Indicates if the document is a XHTML document
  4296. F|PHP|tidy_is_xml|Indicates if the document is a generic (non HTML/XHTML) XML document
  4297. F|PHP|tidy_load_config|Load an ASCII Tidy configuration file with the specified encoding
  4298. F|PHP|tidy_parse_file|Parse markup in file or URI
  4299. F|PHP|tidy_parse_string|Parse a document stored in a string
  4300. F|PHP|tidy_repair_file|Repair a file and return it as a string
  4301. F|PHP|tidy_repair_string|Repair a string using an optionally provided configuration file
  4302. F|PHP|tidy_reset_config|Restore Tidy configuration to default values
  4303. F|PHP|tidy_save_config|Save current settings to named file
  4304. F|PHP|tidy_set_encoding|Set the input/output character encoding for parsing markup
  4305. F|PHP|tidy_setopt|Updates the configuration settings for the specified tidy document
  4306. F|PHP|tidy_warning_count|Returns the Number of Tidy warnings encountered for specified document
  4307. F|PHP|token_get_all|Split given source into PHP tokens
  4308. F|PHP|token_name|Get the symbolic name of a given PHP token
  4309. F|PHP|base64_decode|Decodes data encoded with MIME base64
  4310. F|PHP|base64_encode|Encodes data with MIME base64
  4311. F|PHP|get_headers|Fetches all the headers sent by the server in response to a HTTP request
  4312. F|PHP|get_meta_tags|Extracts all meta tag content attributes from a file and returns an array
  4313. F|PHP|http_build_query|Generate URL-encoded query string
  4314. F|PHP|parse_url|Parse a URL and return its components
  4315. F|PHP|rawurldecode|Decode URL-encoded strings
  4316. F|PHP|rawurlencode|URL-encode according to RFC 1738
  4317. F|PHP|urldecode|Decodes URL-encoded string
  4318. F|PHP|urlencode|URL-encodes string
  4319. F|PHP|debug_zval_dump|Dumps a string representation of an internal zend value to output
  4320. F|PHP|doubleval|Alias of floatval
  4321. F|PHP|floatval|Get float value of a variable
  4322. F|PHP|get_defined_vars|Returns an array of all defined variables
  4323. F|PHP|get_resource_type|Returns the resource type
  4324. F|PHP|gettype|Get the type of a variable
  4325. F|PHP|import_request_variables|Import GET/POST/Cookie variables into the global scope
  4326. F|PHP|intval|Get the integer value of a variable
  4327. F|PHP|is_array|Finds whether a variable is an array
  4328. F|PHP|is_binary|Finds whether a variable is a native binary string
  4329. F|PHP|is_bool|Finds out whether a variable is a boolean
  4330. F|PHP|is_buffer|Finds whether a variable is a native unicode or binary string
  4331. F|PHP|is_callable|Verify that the contents of a variable can be called as a function
  4332. F|PHP|is_double|Alias of is_float
  4333. F|PHP|is_float|Finds whether the type of a variable is float
  4334. F|PHP|is_int|Find whether the type of a variable is integer
  4335. F|PHP|is_integer|Alias of is_int
  4336. F|PHP|is_long|Alias of is_int
  4337. F|PHP|is_null|Finds whether a variable is NULL
  4338. F|PHP|is_numeric|Finds whether a variable is a number or a numeric string
  4339. F|PHP|is_object|Finds whether a variable is an object
  4340. F|PHP|is_real|Alias of is_float
  4341. F|PHP|is_resource|Finds whether a variable is a resource
  4342. F|PHP|is_scalar|Finds whether a variable is a scalar
  4343. F|PHP|is_string|Find whether the type of a variable is string
  4344. F|PHP|is_unicode|Finds whether a variable is a unicode string
  4345. F|PHP|print_r|Prints human-readable information about a variable
  4346. F|PHP|serialize|Generates a storable representation of a value
  4347. F|PHP|settype|Set the type of a variable
  4348. F|PHP|strval|Get string value of a variable
  4349. F|PHP|unserialize|Creates a PHP value from a stored representation
  4350. F|PHP|var_dump|Dumps information about a variable
  4351. F|PHP|var_export|Outputs or returns a parsable string representation of a variable
  4352. F|PHP|pfpro_cleanup|Shuts down the Payflow Pro library
  4353. F|PHP|pfpro_init|Initialises the Payflow Pro library
  4354. F|PHP|pfpro_process_raw|Process a raw transaction with Payflow Pro
  4355. F|PHP|pfpro_process|Process a transaction with Payflow Pro
  4356. F|PHP|pfpro_version|Returns the version of the Payflow Pro software
  4357. F|PHP|wddx_add_vars|Add variables to a WDDX packet with the specified ID
  4358. F|PHP|wddx_deserialize|Alias of wddx_unserialize
  4359. F|PHP|wddx_packet_end|Ends a WDDX packet with the specified ID
  4360. F|PHP|wddx_packet_start|Starts a new WDDX packet with structure inside it
  4361. F|PHP|wddx_serialize_value|Serialize a single value into a WDDX packet
  4362. F|PHP|wddx_serialize_vars|Serialize variables into a WDDX packet
  4363. F|PHP|wddx_unserialize|Unserializes a WDDX packet
  4364. F|PHP|win32_ps_list_procs|List running processes
  4365. F|PHP|win32_ps_stat_mem|Stat memory utilization
  4366. F|PHP|win32_ps_stat_proc|Stat process
  4367. F|PHP|win32_create_service|Creates a new service entry in the SCM database
  4368. F|PHP|win32_delete_service|Deletes a service entry from the SCM database
  4369. F|PHP|win32_get_last_control_message|Returns the last control message that was sent to this service
  4370. F|PHP|win32_query_service_status|Queries the status of a service
  4371. F|PHP|win32_set_service_status|Update the service status
  4372. F|PHP|win32_start_service_ctrl_dispatcher|Registers the script with the SCM, so that it can act as the service with the given name
  4373. F|PHP|win32_start_service|Starts a service
  4374. F|PHP|win32_stop_service|Stops a service
  4375. F|PHP|xattr_get|Get an extended attribute
  4376. F|PHP|xattr_list|Get a list of extended attributes
  4377. F|PHP|xattr_remove|Remove an extended attribute
  4378. F|PHP|xattr_set|Set an extended attribute
  4379. F|PHP|xattr_supported|Check if filesystem supports extended attributes
  4380. F|PHP|xdiff_file_diff_binary|Make binary diff of two files
  4381. F|PHP|xdiff_file_diff|Make unified diff of two files
  4382. F|PHP|xdiff_file_merge3|Merge 3 files into one
  4383. F|PHP|xdiff_file_patch_binary|Patch a file with a binary diff
  4384. F|PHP|xdiff_file_patch|Patch a file with an unified diff
  4385. F|PHP|xdiff_string_diff_binary|Make binary diff of two strings
  4386. F|PHP|xdiff_string_diff|Make unified diff of two strings
  4387. F|PHP|xdiff_string_merge3|Merge 3 strings into one
  4388. F|PHP|xdiff_string_patch_binary|Patch a string with a binary diff
  4389. F|PHP|xdiff_string_patch|Patch a string with an unified diff
  4390. F|PHP|utf8_decode|Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1
  4391. F|PHP|utf8_encode|Encodes an ISO-8859-1 string to UTF-8
  4392. F|PHP|xml_error_string|Get XML parser error string
  4393. F|PHP|xml_get_current_byte_index|Get current byte index for an XML parser
  4394. F|PHP|xml_get_current_column_number|Get current column number for an XML parser
  4395. F|PHP|xml_get_current_line_number|Get current line number for an XML parser
  4396. F|PHP|xml_get_error_code|Get XML parser error code
  4397. F|PHP|xml_parse_into_struct|Parse XML data into an array structure
  4398. F|PHP|xml_parse|Start parsing an XML document
  4399. F|PHP|xml_parser_create_ns|Create an XML parser with namespace support
  4400. F|PHP|xml_parser_create|Create an XML parser
  4401. F|PHP|xml_parser_free|Free an XML parser
  4402. F|PHP|xml_parser_get_option|Get options from an XML parser
  4403. F|PHP|xml_parser_set_option|Set options in an XML parser
  4404. F|PHP|xml_set_character_data_handler|Set up character data handler
  4405. F|PHP|xml_set_default_handler|Set up default handler
  4406. F|PHP|xml_set_element_handler|Set up start and end element handlers
  4407. F|PHP|xml_set_end_namespace_decl_handler|Set up end namespace declaration handler
  4408. F|PHP|xml_set_external_entity_ref_handler|Set up external entity reference handler
  4409. F|PHP|xml_set_notation_decl_handler|Set up notation declaration handler
  4410. F|PHP|xml_set_object|Use XML Parser within an object
  4411. F|PHP|xml_set_processing_instruction_handler|Set up processing instruction (PI) handler
  4412. F|PHP|xml_set_start_namespace_decl_handler|Set up start namespace declaration handler
  4413. F|PHP|xml_set_unparsed_entity_decl_handler|Set up unparsed entity declaration handler
  4414. F|PHP|xslt_backend_info|Returns the information on the compilation settings of the backend
  4415. F|PHP|xslt_backend_name|Returns the name of the backend
  4416. F|PHP|xslt_backend_version|Returns the version number of Sablotron
  4417. F|PHP|xslt_create|Create a new XSLT processor
  4418. F|PHP|xslt_errno|Returns an error number
  4419. F|PHP|xslt_error|Returns an error string
  4420. F|PHP|xslt_free|Free XSLT processor
  4421. F|PHP|xslt_getopt|Get options on a given xsl processor
  4422. F|PHP|xslt_process|Perform an XSLT transformation
  4423. F|PHP|xslt_set_base|Set the base URI for all XSLT transformations
  4424. F|PHP|xslt_set_encoding|Set the encoding for the parsing of XML documents
  4425. F|PHP|xslt_set_error_handler|Set an error handler for a XSLT processor
  4426. F|PHP|xslt_set_log|Set the log file to write log messages to
  4427. F|PHP|xslt_set_object|Sets the object in which to resolve callback functions
  4428. F|PHP|xslt_set_sax_handler|Set SAX handlers for a XSLT processor
  4429. F|PHP|xslt_set_sax_handlers|Set the SAX handlers to be called when the XML document gets processed
  4430. F|PHP|xslt_set_scheme_handler|Set Scheme handlers for a XSLT processor
  4431. F|PHP|xslt_set_scheme_handlers|Set the scheme handlers for the XSLT processor
  4432. F|PHP|xslt_setopt|Set options on a given xsl processor
  4433. F|PHP|yaz_addinfo|Returns additional error information
  4434. F|PHP|yaz_ccl_conf|Configure CCL parser
  4435. F|PHP|yaz_ccl_parse|Invoke CCL Parser
  4436. F|PHP|yaz_close|Close YAZ connection
  4437. F|PHP|yaz_connect|Prepares for a connection to a Z39.50 server
  4438. F|PHP|yaz_database|Specifies the databases within a session
  4439. F|PHP|yaz_element|Specifies Element-Set Name for retrieval
  4440. F|PHP|yaz_errno|Returns error number
  4441. F|PHP|yaz_error|Returns error description
  4442. F|PHP|yaz_es_result|Inspects Extended Services Result
  4443. F|PHP|yaz_es|Prepares for an Extended Service Request
  4444. F|PHP|yaz_get_option|Returns value of option for connection
  4445. F|PHP|yaz_hits|Returns number of hits for last search
  4446. F|PHP|yaz_itemorder|Prepares for Z39.50 Item Order with an ILL-Request package
  4447. F|PHP|yaz_present|Prepares for retrieval (Z39.50 present)
  4448. F|PHP|yaz_range|Specifies a range of records to retrieve
  4449. F|PHP|yaz_record|Returns a record
  4450. F|PHP|yaz_scan_result|Returns Scan Response result
  4451. F|PHP|yaz_scan|Prepares for a scan
  4452. F|PHP|yaz_schema|Specifies schema for retrieval
  4453. F|PHP|yaz_search|Prepares for a search
  4454. F|PHP|yaz_set_option|Sets one or more options for connection
  4455. F|PHP|yaz_sort|Sets sorting criteria
  4456. F|PHP|yaz_syntax|Specifies the preferred record syntax for retrieval
  4457. F|PHP|yaz_wait|Wait for Z39.50 requests to complete
  4458. F|PHP|yp_all|Traverse the map and call a function on each entry
  4459. F|PHP|yp_cat|Return an array containing the entire map
  4460. F|PHP|yp_err_string|Returns the error string associated with the given error code
  4461. F|PHP|yp_errno|Returns the error code of the previous operation
  4462. F|PHP|yp_first|Returns the first key-value pair from the named map
  4463. F|PHP|yp_get_default_domain|Fetches the machine's default NIS domain
  4464. F|PHP|yp_master|Returns the machine name of the master NIS server for a map
  4465. F|PHP|yp_match|Returns the matched line
  4466. F|PHP|yp_next|Returns the next key-value pair in the named map
  4467. F|PHP|yp_order|Returns the order number for a map
  4468. F|PHP|zip_close|Close a ZIP file archive
  4469. F|PHP|zip_entry_close|Close a directory entry
  4470. F|PHP|zip_entry_compressedsize|Retrieve the compressed size of a directory entry
  4471. F|PHP|zip_entry_compressionmethod|Retrieve the compression method of a directory entry
  4472. F|PHP|zip_entry_filesize|Retrieve the actual file size of a directory entry
  4473. F|PHP|zip_entry_name|Retrieve the name of a directory entry
  4474. F|PHP|zip_entry_open|Open a directory entry for reading
  4475. F|PHP|zip_entry_read|Read from an open directory entry
  4476. F|PHP|zip_open|Open a ZIP file archive
  4477. F|PHP|zip_read|Read next entry in a ZIP file archive
  4478. F|PHP|gzclose|Close an open gz-file pointer
  4479. F|PHP|gzcompress|Compress a string
  4480. F|PHP|gzdecode|Decodes a gzip compressed string
  4481. F|PHP|gzdeflate|Deflate a string
  4482. F|PHP|gzencode|Create a gzip compressed string
  4483. F|PHP|gzeof|Test for end-of-file on a gz-file pointer
  4484. F|PHP|gzfile|Read entire gz-file into an array
  4485. F|PHP|gzgetc|Get character from gz-file pointer
  4486. F|PHP|gzgets|Get line from file pointer
  4487. F|PHP|gzgetss|Get line from gz-file pointer and strip HTML tags
  4488. F|PHP|gzinflate|Inflate a deflated string
  4489. F|PHP|gzopen|Open gz-file
  4490. F|PHP|gzpassthru|Output all remaining data on a gz-file pointer
  4491. F|PHP|gzputs|Alias of gzwrite
  4492. F|PHP|gzread|Binary-safe gz-file read
  4493. F|PHP|gzrewind|Rewind the position of a gz-file pointer
  4494. F|PHP|gzseek|Seek on a gz-file pointer
  4495. F|PHP|gztell|Tell gz-file pointer read/write position
  4496. F|PHP|gzuncompress|Uncompress a compressed string
  4497. F|PHP|gzwrite|Binary-safe gz-file write
  4498. F|PHP|readgzfile|Output a gz-file
  4499. F|PHP|zlib_get_coding_type|Returns the coding type used for output compression
  4500. F|PHP|PHP_VERSION
  4501. F|PHP|PHP_OS
  4502. F|PHP|PHP_SAPI
  4503. F|PHP|PHP_EOL
  4504. F|PHP|PHP_INT_MAX
  4505. F|PHP|PHP_INT_SIZE
  4506. F|PHP|DEFAULT_INCLUDE_PATH
  4507. F|PHP|PEAR_INSTALL_DIR
  4508. F|PHP|PEAR_EXTENSION_DIR
  4509. F|PHP|PHP_EXTENSION_DIR
  4510. F|PHP|PHP_PREFIX
  4511. F|PHP|PHP_BINDIR
  4512. F|PHP|PHP_LIBDIR
  4513. F|PHP|PHP_DATADIR
  4514. F|PHP|PHP_SYSCONFDIR
  4515. F|PHP|PHP_LOCALSTATEDIR
  4516. F|PHP|PHP_CONFIG_FILE_PATH
  4517. F|PHP|PHP_CONFIG_FILE_SCAN_DIR
  4518. F|PHP|PHP_SHLIB_SUFFIX
  4519. F|PHP|PHP_OUTPUT_HANDLER_START
  4520. F|PHP|PHP_OUTPUT_HANDLER_CONT
  4521. F|PHP|PHP_OUTPUT_HANDLER_END
  4522. F|PHP|E_ERROR
  4523. F|PHP|E_WARNING
  4524. F|PHP|E_PARSE
  4525. F|PHP|E_NOTICE
  4526. F|PHP|E_CORE_ERROR
  4527. F|PHP|E_CORE_WARNING
  4528. F|PHP|E_COMPILE_ERROR
  4529. F|PHP|E_COMPILE_WARNING
  4530. F|PHP|E_USER_ERROR
  4531. F|PHP|E_USER_WARNING
  4532. F|PHP|E_USER_NOTICE
  4533. F|PHP|E_ALL
  4534. F|PHP|E_STRICT
  4535. F|PHP|__COMPILER_HALT_OFFSET__
  4536. F|PHP|EXTR_OVERWRITE
  4537. F|PHP|EXTR_SKIP
  4538. F|PHP|EXTR_PREFIX_SAME
  4539. F|PHP|EXTR_PREFIX_ALL
  4540. F|PHP|EXTR_PREFIX_INVALID
  4541. F|PHP|EXTR_PREFIX_IF_EXISTS
  4542. F|PHP|EXTR_IF_EXISTS
  4543. F|PHP|SORT_ASC
  4544. F|PHP|SORT_DESC
  4545. F|PHP|SORT_REGULAR
  4546. F|PHP|SORT_NUMERIC
  4547. F|PHP|SORT_STRING
  4548. F|PHP|CASE_LOWER
  4549. F|PHP|CASE_UPPER
  4550. F|PHP|COUNT_NORMAL
  4551. F|PHP|COUNT_RECURSIVE
  4552. F|PHP|ASSERT_ACTIVE
  4553. F|PHP|ASSERT_CALLBACK
  4554. F|PHP|ASSERT_BAIL
  4555. F|PHP|ASSERT_WARNING
  4556. F|PHP|ASSERT_QUIET_EVAL
  4557. #K|PHP|CONNECTION_ABORTED
  4558. #This keyword conflicts with a PHP function name
  4559. F|PHP|CONNECTION_NORMAL
  4560. #K|PHP|CONNECTION_TIMEOUT
  4561. #This keyword conflicts with a PHP function name
  4562. F|PHP|INI_USER
  4563. F|PHP|INI_PERDIR
  4564. F|PHP|INI_SYSTEM
  4565. F|PHP|INI_ALL
  4566. F|PHP|M_E
  4567. F|PHP|M_LOG2E
  4568. F|PHP|M_LOG10E
  4569. F|PHP|M_LN2
  4570. F|PHP|M_LN10
  4571. F|PHP|M_PI
  4572. F|PHP|M_PI_2
  4573. F|PHP|M_PI_4
  4574. F|PHP|M_1_PI
  4575. F|PHP|M_2_PI
  4576. F|PHP|M_2_SQRTPI
  4577. F|PHP|M_SQRT2
  4578. F|PHP|M_SQRT1_2
  4579. F|PHP|CRYPT_SALT_LENGTH
  4580. F|PHP|CRYPT_STD_DES
  4581. F|PHP|CRYPT_EXT_DES
  4582. F|PHP|CRYPT_MD5
  4583. F|PHP|CRYPT_BLOWFISH
  4584. F|PHP|DIRECTORY_SEPARATOR
  4585. F|PHP|SEEK_SET
  4586. F|PHP|SEEK_CUR
  4587. F|PHP|SEEK_END
  4588. F|PHP|LOCK_SH
  4589. F|PHP|LOCK_EX
  4590. F|PHP|LOCK_UN
  4591. F|PHP|LOCK_NB
  4592. F|PHP|HTML_SPECIALCHARS
  4593. F|PHP|HTML_ENTITIES
  4594. F|PHP|ENT_COMPAT
  4595. F|PHP|ENT_QUOTES
  4596. F|PHP|ENT_NOQUOTES
  4597. F|PHP|INFO_GENERAL
  4598. F|PHP|INFO_CREDITS
  4599. F|PHP|INFO_CONFIGURATION
  4600. F|PHP|INFO_MODULES
  4601. F|PHP|INFO_ENVIRONMENT
  4602. F|PHP|INFO_VARIABLES
  4603. F|PHP|INFO_LICENSE
  4604. F|PHP|INFO_ALL
  4605. F|PHP|CREDITS_GROUP
  4606. F|PHP|CREDITS_GENERAL
  4607. F|PHP|CREDITS_SAPI
  4608. F|PHP|CREDITS_MODULES
  4609. F|PHP|CREDITS_DOCS
  4610. F|PHP|CREDITS_FULLPAGE
  4611. F|PHP|CREDITS_QA
  4612. F|PHP|CREDITS_ALL
  4613. F|PHP|STR_PAD_LEFT
  4614. F|PHP|STR_PAD_RIGHT
  4615. F|PHP|STR_PAD_BOTH
  4616. F|PHP|PATHINFO_DIRNAME
  4617. F|PHP|PATHINFO_BASENAME
  4618. F|PHP|PATHINFO_EXTENSION
  4619. F|PHP|PATH_SEPARATOR
  4620. F|PHP|CHAR_MAX
  4621. F|PHP|LC_CTYPE
  4622. F|PHP|LC_NUMERIC
  4623. F|PHP|LC_TIME
  4624. F|PHP|LC_COLLATE
  4625. F|PHP|LC_MONETARY
  4626. F|PHP|LC_ALL
  4627. F|PHP|LC_MESSAGES
  4628. F|PHP|ABDAY_1
  4629. F|PHP|ABDAY_2
  4630. F|PHP|ABDAY_3
  4631. F|PHP|ABDAY_4
  4632. F|PHP|ABDAY_5
  4633. F|PHP|ABDAY_6
  4634. F|PHP|ABDAY_7
  4635. F|PHP|DAY_1
  4636. F|PHP|DAY_2
  4637. F|PHP|DAY_3
  4638. F|PHP|DAY_4
  4639. F|PHP|DAY_5
  4640. F|PHP|DAY_6
  4641. F|PHP|DAY_7
  4642. F|PHP|ABMON_1
  4643. F|PHP|ABMON_2
  4644. F|PHP|ABMON_3
  4645. F|PHP|ABMON_4
  4646. F|PHP|ABMON_5
  4647. F|PHP|ABMON_6
  4648. F|PHP|ABMON_7
  4649. F|PHP|ABMON_8
  4650. F|PHP|ABMON_9
  4651. F|PHP|ABMON_10
  4652. F|PHP|ABMON_11
  4653. F|PHP|ABMON_12
  4654. F|PHP|MON_1
  4655. F|PHP|MON_2
  4656. F|PHP|MON_3
  4657. F|PHP|MON_4
  4658. F|PHP|MON_5
  4659. F|PHP|MON_6
  4660. F|PHP|MON_7
  4661. F|PHP|MON_8
  4662. F|PHP|MON_9
  4663. F|PHP|MON_10
  4664. F|PHP|MON_11
  4665. F|PHP|MON_12
  4666. F|PHP|AM_STR
  4667. F|PHP|PM_STR
  4668. F|PHP|D_T_FMT
  4669. F|PHP|D_FMT
  4670. F|PHP|T_FMT
  4671. F|PHP|T_FMT_AMPM
  4672. F|PHP|ERA
  4673. F|PHP|ERA_YEAR
  4674. F|PHP|ERA_D_T_FMT
  4675. F|PHP|ERA_D_FMT
  4676. F|PHP|ERA_T_FMT
  4677. F|PHP|ALT_DIGITS
  4678. F|PHP|INT_CURR_SYMBOL
  4679. F|PHP|CURRENCY_SYMBOL
  4680. F|PHP|CRNCYSTR
  4681. F|PHP|MON_DECIMAL_POINT
  4682. F|PHP|MON_THOUSANDS_SEP
  4683. F|PHP|MON_GROUPING
  4684. F|PHP|POSITIVE_SIGN
  4685. F|PHP|NEGATIVE_SIGN
  4686. F|PHP|INT_FRAC_DIGITS
  4687. F|PHP|FRAC_DIGITS
  4688. F|PHP|P_CS_PRECEDES
  4689. F|PHP|P_SEP_BY_SPACE
  4690. F|PHP|N_CS_PRECEDES
  4691. F|PHP|N_SEP_BY_SPACE
  4692. F|PHP|P_SIGN_POSN
  4693. F|PHP|N_SIGN_POSN
  4694. F|PHP|DECIMAL_POINT
  4695. F|PHP|RADIXCHAR
  4696. F|PHP|THOUSANDS_SEP
  4697. F|PHP|THOUSEP
  4698. F|PHP|GROUPING
  4699. F|PHP|YESEXPR
  4700. F|PHP|NOEXPR
  4701. F|PHP|YESSTR
  4702. F|PHP|NOSTR
  4703. F|PHP|CODESET
  4704. F|PHP|LOG_EMERG
  4705. F|PHP|LOG_ALERT
  4706. F|PHP|LOG_CRIT
  4707. F|PHP|LOG_ERR
  4708. F|PHP|LOG_WARNING
  4709. F|PHP|LOG_NOTICE
  4710. F|PHP|LOG_INFO
  4711. F|PHP|LOG_DEBUG
  4712. F|PHP|LOG_KERN
  4713. F|PHP|LOG_USER
  4714. F|PHP|LOG_MAIL
  4715. F|PHP|LOG_DAEMON
  4716. F|PHP|LOG_AUTH
  4717. F|PHP|LOG_SYSLOG
  4718. F|PHP|LOG_LPR
  4719. F|PHP|LOG_NEWS
  4720. F|PHP|LOG_UUCP
  4721. F|PHP|LOG_CRON
  4722. F|PHP|LOG_AUTHPRIV
  4723. F|PHP|LOG_LOCAL0
  4724. F|PHP|LOG_LOCAL1
  4725. F|PHP|LOG_LOCAL2
  4726. F|PHP|LOG_LOCAL3
  4727. F|PHP|LOG_LOCAL4
  4728. F|PHP|LOG_LOCAL5
  4729. F|PHP|LOG_LOCAL6
  4730. F|PHP|LOG_LOCAL7
  4731. F|PHP|LOG_PID
  4732. F|PHP|LOG_CONS
  4733. F|PHP|LOG_ODELAY
  4734. F|PHP|LOG_NDELAY
  4735. F|PHP|LOG_NOWAIT
  4736. F|PHP|LOG_PERROR
  4737. F|ADA_LANGUAGE|boolean|standard boolean
  4738. F|ADA_LANGUAGE|character|standard 8-bit Latin-1 character
  4739. F|ADA_LANGUAGE|duration|standard float duration
  4740. F|ADA_LANGUAGE|file_type|standard text_io file type
  4741. F|ADA_LANGUAGE|file_mode|standard text_io file mode
  4742. F|ADA_LANGUAGE|float|standard float
  4743. F|ADA_LANGUAGE|complex|standard complex
  4744. F|ADA_LANGUAGE|integer|standard integer
  4745. F|ADA_LANGUAGE|long_float|standard long float
  4746. F|ADA_LANGUAGE|long_integer|standard long integer
  4747. F|ADA_LANGUAGE|long_long_float|standard long long float
  4748. F|ADA_LANGUAGE|long_long_integer|standard long long integer
  4749. F|ADA_LANGUAGE|unbounded_string|string with no size limit
  4750. F|ADA_LANGUAGE|natural|integer that is 0 or positive
  4751. F|ADA_LANGUAGE|positive|integer that is only positive
  4752. F|ADA_LANGUAGE|short_float|standard short float
  4753. F|ADA_LANGUAGE|short_integer|standard short integer
  4754. F|ADA_LANGUAGE|short_short_float|standard short short float
  4755. F|ADA_LANGUAGE|short_short_integer|standard short short integer
  4756. F|ADA_LANGUAGE|string|a fixed length string
  4757. F|ADA_LANGUAGE|wide_character|ISO/IEC 10646:2003 character set, first 65536 positions
  4758. F|ADA_LANGUAGE|wide_wide_character|ISO/IEC 10646:2003 character set
  4759. F|ADA_LANGUAGE|wide_string|a fixed length string of wide characters
  4760. F|ADA_LANGUAGE|wide_wide_string|a fixed length string of wide wide characters
  4761. F|ADA_LANGUAGE|constraint_error|standard constrain error exception
  4762. F|ADA_LANGUAGE|program_error|standard program error exception
  4763. F|ADA_LANGUAGE|storage_error|standard storage error exception
  4764. F|ADA_LANGUAGE|tasking_error|standard tasking error exception
  4765. F|ADA_LANGUAGE|Ada.assertions.assertion_error|standard tasking error exception
  4766. F|ADA_LANGUAGE|Ada.assertions.assert|assertion error is raised if the condition is false|procedure Assert(Check : in Boolean [; Message : in String]);
  4767. F|ADA_LANGUAGE|Ada.Asynchronous_Task_Control.Hold|procedure Hold(T : in Ada.Task_Identification.Task_Id)
  4768. F|ADA_LANGUAGE|Ada.Asynchronous_Task_Control.Continue|procedure Continue(T : in Ada.Task_Identification.Task_Id)
  4769. F|ADA_LANGUAGE|Ada.Asynchronous_Task_Control.Is_Held|function Is_Held(T : Ada.Task_Identification.Task_Id) return Boolean
  4770. F|ADA_LANGUAGE|Ada.Calendar.Time|
  4771. F|ADA_LANGUAGE|time_error|
  4772. F|ADA_LANGUAGE|Ada.Calendar.Year_Number||Integer range 1901 .. 2399
  4773. F|ADA_LANGUAGE|Ada.Calendar.Month_Number||Integer range 1 .. 12
  4774. F|ADA_LANGUAGE|Ada.Calendar.Day_Number|Integer range 1 .. 31
  4775. F|ADA_LANGUAGE|Ada.Calendar.Day_Duration|Duration range 0.0 .. 86_400.0
  4776. F|ADA_LANGUAGE|Ada.Calendar.Clock|return the current time|function Clock return Time
  4777. F|ADA_LANGUAGE|Ada.Calendar.Year|return the year in the time|function Year (Date : Time) return Year_Number
  4778. F|ADA_LANGUAGE|Ada.Calendar.Month|return the month in the time|function Month (Date : Time) return Month_Number
  4779. F|ADA_LANGUAGE|Ada.Calendar.Day|return the day in the time|function Day (Date : Time) return Day_Number
  4780. F|ADA_LANGUAGE|Ada.Calendar.Seconds|return the seconds in the time|function Seconds(Date : Time) return Day_Duration
  4781. F|ADA_LANGUAGE|Ada.Calendar.Split|break the time into its components|procedure Split (Date : in Time;Year : out Year_Number;Month : out Month_Number; Day : out Day_Number; Seconds : out Day_Duration);
  4782. F|ADA_LANGUAGE|Ada.Calendar.Time_Of|combine components into a time|function Time_Of(Year : Year_Number; Month : Month_Number; Day : Day_Number; Seconds : Day_Duration := 0.0) return Time;
  4783. F|ADA_LANGUAGE|Ada.Calendar.Time_Zones.Time_Offset||range -28*60 .. 28*60
  4784. F|ADA_LANGUAGE|Ada.Calendar.Time_Zones.Unknown_Zone_Error||Unknown_Zone_Error : exception
  4785. F|ADA_LANGUAGE|Ada.Calendar.Time_Zones.UTC_Time_Offset|Returns, as a number of minutes, the difference between the implementation-defined time zone of Calendar, and UTC time, at the time Date|function UTC_Time_Offset (Date : Time := Clock) return Time_Offset
  4786. F|ADA_LANGUAGE|Ada.Calendar.Arithmetic.Day_Count||range -366*(1+Year_Number'Last - Year_Number'First) .. 366*(1+Year_Number'Last - Year_Number'First)
  4787. F|ADA_LANGUAGE|Ada.Calendar.Arithmetic.Leap_Seconds_Count||Integer range -2047 .. 2047
  4788. F|ADA_LANGUAGE|Ada.Calendar.Arithmetic.Difference|Returns the difference between Left and Right. Days is the number of days of difference, Seconds is the remainder seconds of difference excluding leap seconds, and Leap_Seconds is the number of leap seconds|procedure Difference (Left, Right : in Time; Days : out Day_Count; Seconds : out Duration; Leap_Seconds : out Leap_Seconds_Count)
  4789. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Day_Name||type Day_Name is (Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday)
  4790. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Day_of_Week|Returns the day of the week for Time|function Day_of_Week (Date : Time) return Day_Name
  4791. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Hour_Number||Natural range 0 .. 23
  4792. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Minute_Number||Natural range 0 .. 59
  4793. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Second_Number||Natural range 0 .. 59
  4794. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Year|Returns the year for Date, as appropriate for the specified time zone offset|function Year (Date : Time; Time_Zone : Time_Zones.Time_Offset := 0) return Year_Number
  4795. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Month|Returns the month for Date, as appropriate for the specified time zone offset|function Month (Date : Time; Time_Zone : Time_Zones.Time_Offset := 0) return Month_Number
  4796. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Day|Returns the day number for Date, as appropriate for the specified time zone offset|function Day (Date : Time; Time_Zone : Time_Zones.Time_Offset := 0) return Day_Number
  4797. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Hour|Returns the hour for Date, as appropriate for the specified time zone offset|function Hour (Date : Time; Time_Zone : Time_Zones.Time_Offset := 0) return Hour_Number
  4798. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Minute|Returns the minute within the hour for Date, as appropriate for the specified time zone offset|function Minute (Date : Time; Time_Zone : Time_Zones.Time_Offset := 0) return Minute_Number
  4799. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Second|Returns the second within the hour and minute for Date|function Second (Date : Time) return Second_Number
  4800. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Sub_Second|Returns the fraction of second for Date (this has the same accuracy as Day_Duration). The value returned is always less than 1.0|function Sub_Second (Date : Time) return Second_Duration
  4801. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Seconds_Of|Returns a Day_Duration value for the combination of the given Hour, Minute, Second, and Sub_Second|function Seconds_Of (Hour : Hour_Number; Minute : Minute_Number; Second : Second_Number := 0; Sub_Second : Second_Duration := 0.0) return Day_Duration
  4802. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Split|Splits Seconds into Hour, Minute, Second and Sub_Second in such a way that the resulting values all belong to their respective subtypes|procedure Split (Seconds : in Day_Duration; Hour : out Hour_Number; Minute : out Minute_Number; Second : out Second_Number; Sub_Second : out Second_Duration and others
  4803. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Time_Of|If Leap_Second is False, returns a Time built from the date and time values, relative to the specified time zone offset. If Leap_Second is True, returns the Time that represents the time within the leap second that is one second later than the time specified by the other parameter|function Time_Of (Year : Year_Number; Month : Month_Number; Day : Day_Number; Seconds : Day_Duration := 0.0; Leap_Second: Boolean := False; Time_Zone : Time_Zones.Time_Offset := 0) return Time
  4804. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Image|Returns a string form of the Date relative to the given Time_Zone|function Image (Date : Time; Include_Time_Fraction : Boolean := False; Time_Zone : Time_Zones.Time_Offset := 0) return String and others
  4805. F|ADA_LANGUAGE|Ada.Calendar.Formatting.Value|Returns a Time value for the image given as Date, relative to the given time zone|function Value (Date : String; Time_Zone : Time_Zones.Time_Offset := 0) return Time and others
  4806. # Ada definitions not complete
  4807. F|BUSH|boolean|standard boolean
  4808. F|BUSH|character|standard 8-bit Latin-1 character
  4809. F|BUSH|duration|standard float duration
  4810. F|BUSH|file_type|standard text_io file type
  4811. F|BUSH|file_mode|standard text_io file mode
  4812. F|BUSH|float|standard float
  4813. F|BUSH|complex|standard complex
  4814. F|BUSH|integer|standard integer
  4815. F|BUSH|long_float|standard long float
  4816. F|BUSH|long_integer|standard long integer
  4817. F|BUSH|long_long_float|standard long long float
  4818. F|BUSH|long_long_integer|standard long long integer
  4819. F|BUSH|unbounded_string|string with no size limit (same as string in Bush)
  4820. F|BUSH|natural|integer that is 0 or positive
  4821. F|BUSH|positive|integer that is only positive
  4822. F|BUSH|short_float|standard short float
  4823. F|BUSH|short_integer|standard short integer
  4824. F|BUSH|short_short_float|standard short short float
  4825. F|BUSH|short_short_integer|standard short short integer
  4826. F|BUSH|socket_type|a Bush network socket
  4827. F|BUSH|string|a Bush string
  4828. F|BUSH|unversal_numeric|a numeric type that matches any number
  4829. F|BUSH|unversal_string|a string type that matches any string
  4830. F|BUSH|universal_typeless|a type that matches any number or string
  4831. F|BUSH|put_line|Write expression e with an appended line feed (new line) character|put_line( [f,] e )
  4832. F|BUSH|put|Write expression e with optional numeric formatting|put( [f,] e [, p] )
  4833. F|BUSH|new_line|write a line feed (new line)|new_line [(f)]
  4834. F|BUSH|get_line|read a string until the end of line is encountered. The default file is standard_input.|s := get_line [( f )]
  4835. F|BUSH|get|read the first character from a line on standard input and return it as c|get( [f,] c )
  4836. F|BUSH|inkey|Read a character from standard input. Don't write the character.|c := inkey
  4837. F|BUSH|open|Open existing file f as pathname p in file mode m.|open( f, m, p )
  4838. F|BUSH|create|Create a new file or open an existing file for writing. Also, create temp files.|create( f [, m] [, n] )
  4839. F|BUSH|reset|Reopen open file f in optional new file mode m|reset( f [, m] )
  4840. F|BUSH|is_open|Return true if file f is open |is_open( f )
  4841. F|BUSH|end_of_file|Return true if all data has been read from in_mode file f|end_of_file( f )
  4842. F|BUSH|end_of_line|Return true if at the end of line for file f|end_of_line( f )
  4843. F|BUSH|close|Close and save the open file f|close( f )
  4844. F|BUSH|delete|Close and delete the open file f or SQL delete|delete( f )
  4845. F|BUSH|skip_line|Read a line from standard input and discard it|skip_line( [f] )
  4846. F|BUSH|set_input|Redirect standard_input to an open file|set_input( f )
  4847. F|BUSH|set_output|Redirect standard_output to an open file|set_output( f )
  4848. F|BUSH|set_error|Redirect standard_error to an open file|set_error( f )
  4849. F|BUSH|line|Return the number of lines read or written (with put_line, the number of lines explicitly put to that file)|i := line( f )
  4850. F|BUSH|name|Return the pathname of the open file.|s := name( f )
  4851. F|BUSH|mode|Return the mode of the open file|m := mode( f )
  4852. F|BUSH|sound.play|Play a WAV or AU sound file through /dev/dsp. If priority is given, use real-time scheduling to sechedule the playback priority.|sound.play( f [, p] )
  4853. F|BUSH|sound.playcd|Play an audio CD in /dev/cdrom (or an alternative CD device if specified).|sound.playcd [( f )]
  4854. F|BUSH|stopcd|Stop the current audio CD|sound.stopcd
  4855. F|BUSH|source_info.enclosing_entity|Return the name of the script as identified in a procedure block (if any)|s := source_info.enclosing_entity
  4856. F|BUSH|source_info.file|Return the name name of the script file, no path information. It is the basename for the script.|s := source_info.file
  4857. F|BUSH|source_info.line|Return the line number of the line being currently being executed.|p := source_info.line
  4858. F|BUSH|source_info.script_size|Return the size of the compiled script|n := source_info.script_size
  4859. F|BUSH|source_info.source_location|Return the filename and current line number separated by a colon|s := source_info.source_location
  4860. F|BUSH|source_info.symbol_table_size|Return the number of symbols (variables, etc.) defined|n := source_info.symbol_table_size
  4861. F|BUSH|System.System_Name|name of the system...string "SYSTEM_NAME_BUSH"
  4862. F|BUSH|System.Min_Int|smallest integer
  4863. F|BUSH|System.Max_Int|largest integer
  4864. F|BUSH|System.Max_Binary_Modulus|maximum size for a modular type (if power of 2)
  4865. F|BUSH|System.Max_Nonbinary_Modulus|maximum size for a modular type (if not power of 2)
  4866. F|BUSH|System.Max_Base_Digits|maximum decimal precision for a range
  4867. F|BUSH|System.Max_Digits|largest number of digits allowed for a floating-point number
  4868. F|BUSH|System.Max_Mantissa|largest number of binary digits allowed for a fixed-point number
  4869. F|BUSH|System.Fine_Delta|smallest delta allowed for a fixed-point number
  4870. F|BUSH|System.Tick|basic clock period in seconds
  4871. F|BUSH|System.Storage_Unit|number of bits per unit of storage (e.g. 8 bits)
  4872. F|BUSH|System.Word_Size|size of a word in bits (e.g. 32)
  4873. F|BUSH|System.Memory_Size|number of available storage units (e.g. 4 Gig of virtual memory)
  4874. F|BUSH|System.Default_Bit_Order|the "endianness" of your computer (eg. HIGH_ORDER_FIRST)
  4875. F|BUSH|System.Login_Shell|(boolean) true if this is a login shell
  4876. F|BUSH|System.Restricted_Shell|(boolean) true if this is a restricted shell
  4877. F|BUSH|numerics.e
  4878. F|BUSH|numerics.log2_e
  4879. F|BUSH|numerics.log10_e
  4880. F|BUSH|numerics.ln10|log e 10
  4881. F|BUSH|numerics.ln2|log e 2
  4882. F|BUSH|numerics.pi_by_2|pi / 2
  4883. F|BUSH|numerics.pi_by_4|pi / 4
  4884. F|BUSH|numerics.pi_under_1|1 / pi
  4885. F|BUSH|numerics.pi_under_2|2 / pi
  4886. F|BUSH|numerics.sqrt_pi_under_2|2 / sqrt( pi )
  4887. F|BUSH|numerics.sqrt_2|sqrt( 2 )
  4888. F|BUSH|numerics.sqrt_2_under_1|1 / sqrt(2)
  4889. F|BUSH|numerics.arcsin|trig arcsin function|f := numerics.arcsin( e [,cycle] )
  4890. F|BUSH|numerics.arcsinh|trig arcsinh function|f := numerics.arcsinh( e )
  4891. F|BUSH|numerics.arctan|trig arctan function|f := numerics.arctan( x, y [,cycle] )
  4892. F|BUSH|numerics.arctanh|trig arctanh function|f := numerics.arctanh( e )
  4893. F|BUSH|numerics.arccos|trig arccos function |f := numerics.arccos( e [,cycle] )
  4894. F|BUSH|numerics.arccosh|trig arccosh function |f := numerics.arccosh( e )
  4895. F|BUSH|numerics.arccot|trig arccot function|f := numerics.arccot( x, y [,cycle] )
  4896. F|BUSH|numerics.arccoth|trig arccoth function|f := numerics.arccoth( e )
  4897. F|BUSH|numerics.ceiling|truncate decimal part, round up|f := numerics.ceiling( e )
  4898. F|BUSH|numerics.copy_sign|return float x with sign of float y|f := numerics.copy_sign( x, y )
  4899. F|BUSH|numerics.cos|trig cosine function|f := numerics.cos( e [,cycle] )
  4900. F|BUSH|numerics.cosh|trig cosh function|f :=numerics.cosh( x )
  4901. F|BUSH|numerics.cot|trig cotangent function|f := numerics.cot( e [,cycle] )
  4902. F|BUSH|numerics.coth|trig coth function|f := numerics.coth( e )
  4903. F|BUSH|numerics.even|even function|f := numerics.even( x )
  4904. F|BUSH|numerics.exp|exp function|f := numerics.exp( x )
  4905. F|BUSH|numerics.exponent|Ada's exponent attribute|f := numerics.exponent( x )
  4906. F|BUSH|numerics.floor|truncate decimal part, round down|f := numerics.floor( x )
  4907. F|BUSH|numerics.fraction|Ada's fraction attribute|f := numerics.fraction( x )
  4908. F|BUSH|numerics.leading_part|Ada's leading part attribute|f := numerics.leading_part( x, y )
  4909. F|BUSH|numerics.log|log function |f := numerics.log( e [,base] )
  4910. F|BUSH|numerics.machine|Ada's machine attribute|f := numerics.machine( x )
  4911. F|BUSH|numerics.max|return the larger of x and y|f := numerics.max( x, y )
  4912. F|BUSH|numerics.md5|return the message digest 5 fingerprint of string s|r := numerics.md5( s )
  4913. F|BUSH|numerics.min|return the smaller of x and y|f := numerics.min( x, y )
  4914. F|BUSH|numerics.odd|odd function|f := numerics.odd( x )
  4915. F|BUSH|numerics.pos|return the ASCII value (position) of character c|p := numerics.pos( c )
  4916. F|BUSH|numerics.random|generate a random floating-point number between zero and one|f := numerics.random
  4917. F|BUSH|numerics.rnd|generate a random positive number between 1 and p|r := numerics.rnd( p )
  4918. F|BUSH|numerics.rotate_left|rotate expression e up to 64 bits left by natural b bits|i := numerics.rotate_left( e, b )
  4919. F|BUSH|numerics.rotate_right|rotate expression e up to 64 bits right by natural b bits|i := numerics.rotate_right( e, b )
  4920. F|BUSH|numerics.remainder|remainder of a floating point divide of x by y|f := numerics.remainder( x, y )
  4921. F|BUSH|numerics.rounding|truncate decimal part, round to nearest. Round up on .5|f := numerics.rounding( e )
  4922. F|BUSH|numerics.scaling|multiply floating point number by 2 to the power of integer y|f := numerics.scaling( x, y )
  4923. F|BUSH|numerics.serial|return a natural integer, unique to this session.|f := numerics.serial
  4924. F|BUSH|numerics.shift_left|shift expression e up to 64 bits left by natural b bits|i := numerics.shift_left( e, b )
  4925. F|BUSH|numerics.shift_right|shift expression e up to 64 bits right by natural b bits|i := numerics.shift_right( e, b )
  4926. F|BUSH|numerics.shift_right_arithmetic|shift expression e up to 64 bits right by natural b bits, preserving sign|i := numerics.shift_right_arithmetic( e, b )
  4927. F|BUSH|numerics.sin|trig sine function|f := numerics.sin( e [,cycle] )
  4928. F|BUSH|numerics.sinh|trig sinh function|f := numerics.sinh( e )
  4929. F|BUSH|numerics.sqrt|square root of e|f := numerics.sqrt( e )
  4930. F|BUSH|numerics.sturges|Sturge's method: compute a grouping size for data with a low value of l, high value of h, and a sum total of t|f := numerics.sturges( l, h, t )
  4931. F|BUSH|numerics.tan|trig tangent function|f := numerics.tan( e [,cycle] )
  4932. F|BUSH|numerics.tanh|trig tanh function|f :=numerics.tanh( e )
  4933. F|BUSH|numerics.truncation|truncate decimal part|f := numerics.truncation( e )
  4934. F|BUSH|numerics.unbiased_rounding|round to nearest even number if exactly between two integers|f := numerics.unbiased_rounding( e )
  4935. F|BUSH|numerics.value|convert string s to a numeric value (inverse of strings.image)|f := numerics.value( s )
  4936. F|BUSH|strings.count|return the occurrences in string s of substring p|n := strings.count( s, p )
  4937. F|BUSH|strings.csv_field|return the natural cth substring of s delimited by character d (typically a comma)|r := strings.csv_field( s, c [, d] )
  4938. F|BUSH|strings.csv_replace|replace the natural fth substring of s delimited by character d (typically a comma) with string t|r := strings.csv_replace( s, f, t, [, d] )
  4939. F|BUSH|strings.delete|return a string with character positions positive l to natural h deleted|r := strings.delete( s, l, h )
  4940. F|BUSH|strings.element|return the character located at positive position p|c := strings.element( s, p )
  4941. F|BUSH|strings.field|return the natural cth substring of s delimited by character d|r := strings.field( s, c [, d] )
  4942. F|BUSH|strings.glob|return true if string globbing expression e|b := strings.glob( e, s )
  4943. F|BUSH|strings.head|return the first natural c characters of string s|r := strings.head( s, c [, p] )
  4944. F|BUSH|strings.is_alphanumeric|true if the string completely contains alphanumeric chararacters|r := strings.is_alphanumeric( s )
  4945. F|BUSH|strings.is_basic|true if the string completely contains basic Latin-1 letters|r := strings.is_basic( s )
  4946. F|BUSH|strings.is_control|true if the string completely contains control chararacters|r := strings.is_control( s )
  4947. F|BUSH|strings.is_digit|true if the string completely contains numeric digits|r := strings.is_digit( s )
  4948. F|BUSH|strings.is_fixed|true if the string appears to be a fixed point number|r := strings.is_fixed( s )
  4949. F|BUSH|strings.is_graphic|true if the string completely contains printable characters|r := strings.is_graphic( s )
  4950. F|BUSH|strings.is_hexadecimal_digit|true if the string completely contains hexadecimal numeric characters|r := strings.is_hexadecimal_digit( s )
  4951. F|BUSH|strings.is_letter|true if the string completely contains Latin-1 letters|r := strings.is_letter( s )
  4952. F|BUSH|strings.is_lower|true if the string completely contains Latin-1 lower-case letters|r := strings.is_lower( s )
  4953. F|BUSH|strings.is_slashed_date|true if the string appears to be an 8 or 10 character slashed date|r := strings.is_slashed_date( s )
  4954. F|BUSH|strings.is_special|true if the string completely contains special printable characters such as punctuation marks|r := strings.is_special( s )
  4955. F|BUSH|strings.is_typo_of|true if the string s1 is similar to s2|b := strings.is_typo_of( s1, s2 )
  4956. F|BUSH|strings.is_upper|true if the string completely contains Latin-1 upper-case letters|r := strings.is_upper( s )
  4957. F|BUSH|strings.image|convert numeric n to a string (inverse of numerics.value)|r := strings.image( n )
  4958. F|BUSH|strings.index|Return the first position of substring p in string s|n := strings.index( s, p [, d] )
  4959. F|BUSH|strings.index_non_blank|return the first non-blank position in string s|n := strings.index_non_blank( s [,d] )
  4960. F|BUSH|strings.insert|return a string with substring n inserted before position positive b|r := strings.insert( s, b, n )
  4961. F|BUSH|strings.length|return the number of characters in the string|n := strings.length( s )
  4962. F|BUSH|strings.lookup|s contains pairs of substrings delimited by character d. Return the right-hand substring of the pair beginning with left-hand field t|r := strings.lookup( s, t [, d] )
  4963. F|BUSH|strings.match|return true if string matches regular expression with PERL extensions|b := strings.match( e, s )
  4964. F|BUSH|strings.mktemp|make a temporary file name using template p|r := strings.mktemp( p )
  4965. F|BUSH|strings.overwrite|return a string with substring n overwriting positions starting at positive p|r := strings.overwrite( s, p, n )
  4966. F|BUSH|strings.replace|s contains substrings delimited by character d. Replace the fth substring field with new substring t|strings.replace( s, f, t [, d] )
  4967. F|BUSH|strings.replace_slice|return a string with positions positive l to natural h replaced by substring n|r := strings.replace_slice( s, l, h, n )
  4968. F|BUSH|strings.slice|return a substring between the positions positive l and natural h|r := strings.slice( s, l, h )
  4969. F|BUSH|strings.split|split string s into a left substring l and a right substring r at or to the left of character position p. split will attempt to split on the nearest space|strings.split( s, l, r , p )
  4970. F|BUSH|strings.tail|return the last natural c characters of string|r := strings.tail( s, c [, p] )
  4971. F|BUSH|strings.to_basic|convert the string to basic letters (as defined for is_basic)|r := strings.to_basic( s )
  4972. F|BUSH|strings.to_escaped|convert the string to printable character by replacing control characters with "[# n]" where n is the ASCII/Latin-1 position|r := strings.to_escaped( s )
  4973. F|BUSH|strings.to_lower|return the string in lower-case|r := strings.to_lower( s )
  4974. F|BUSH|strings.to_proper|return the string in proper (or mixed or title) case|r := strings.to_proper( s )
  4975. F|BUSH|strings.to_string|convert unbounded string s to string s|s := strings.to_string( u )
  4976. F|BUSH|strings.to_unbounded_string|convert unbounded string s to string s|u := strings.to_unbounded_string( s )
  4977. F|BUSH|strings.to_upper|return the string in upper-case|r := strings.to_upper( s )
  4978. F|BUSH|strings.trim|remove leading and/or trailing spaces from string s|r := strings.trim( s [, e] )
  4979. F|BUSH|strings.val|return the ASCII character with value n (inverse of numerics.pos)|c := strings.val( n )
  4980. F|BUSH|command_line.argument_count|return the number of script arguments (the same as $#). Exclude BUSH option switches|n := command_line.argument_count
  4981. F|BUSH|command_line.argument|return a command line argument (the same as $n where n is a number)|s := command_line.argument( p )
  4982. F|BUSH|command_line.command_name|return the the name of the script or BUSH interpreter (the same as $0)|s := command_line.command_name
  4983. F|BUSH|command_line.environment.environment_count|return the number of variables in the operating system environment|n := command_line.environment.environment_count
  4984. F|BUSH|command_line.environment.environment_value|return an operating system environment value in the form of "VAR=value"|s := command_line.environment.environment_value( p )
  4985. F|BUSH|command_line.set_exit_status|set the status code to be returned by the script to the calling program|command_line.set_exit_status( n )
  4986. F|BUSH|lock_files.lock_file|create a lock file named file in optional directory dir. Retry up to retries (natural) times, waiting for wait (duration) seconds between retries. Default for wait/retries in 1.0 second and almost forever|lock_files.lock_file( [dir,] file, [, wait [, retries] ] )
  4987. F|BUSH|lock_files.unlock_file|delete the lock file name file in optional directory dir|lock_files.unlock_file( [dir,] file )
  4988. F|BUSH|cgi.parsing_errors|True if there were errors parsing|b := cgi.parsing_errors
  4989. F|BUSH|cgi.input_received|True if there were CGI variables passed to the script|b := cgi.input_received
  4990. F|BUSH|cgi.is_index|True if an "IsIndex" request was made|b := cgi.is_index
  4991. F|BUSH|cgi.cgi_method|Identify the CGI standard that was used to communicate with the web server|m := cgi.cgi_method
  4992. F|BUSH|cgi.value|Return the value of a CGI variable (a form field)|s := cgi.value( v, i, b )
  4993. F|BUSH|cgi.key_exists|Return true if a CGI variable (a form field) exists|b := cgi.key_exists( v )
  4994. F|BUSH|cgi.key_count|Return the number of times the variable name (or name of a form field) occurs|n := cgi.key_count( v )
  4995. F|BUSH|cgi.argument_count|Return the total number of variables, including duplicates with the same name. occurs|n := cgi.argument_count
  4996. F|BUSH|cgi.key|Return the name of pth CGI variable|s := cgi.key( p )
  4997. F|BUSH|cgi.key_value|Return the value of the pth CGI variable|n := cgi.key_value( p )
  4998. F|BUSH|cgi.key_value_exists|True if a CGI variable v has value s|b := cgi.key_value_exists( v, s )
  4999. F|BUSH|cgi.put_cgi_header|Write the CGI header to current_output, including two carriage returns|cgi.put_cgi_header( h )
  5000. F|BUSH|cgi.put_html_head|Write a simple HTML header to current_output|cgi.put_html_head( t, m )
  5001. F|BUSH|cgi.put_html_heading|Write a simple HTML <h1> to <h6> heading|cgi.put_html_heading( s, l )
  5002. F|BUSH|cgi.put_html_tail|Complete an HTML document by writing " to current_output|cgi.put_html_tail
  5003. F|BUSH|cgi.put_error_message|Write a short HTML document containing an error message|cgi.put_error_message( s )
  5004. F|BUSH|cgi.put_variables|Display the CGI variables in HTML format. Use for debugging|cgi.put_variables
  5005. F|BUSH|cgi.my_url|Return the URL of the script|s := cgi.my_url
  5006. F|BUSH|cgi.line_count|Count the number of lines is value s, 0 if an empty string|n := cgi.line_count( s )
  5007. F|BUSH|cgi.line_count_of_value|Count the number of lines in the value of variable v, 0 if an empty string|n := cgi.line_count_of_value( v )
  5008. F|BUSH|cgi.line|Return the pth line of string s|l := cgi.line( s, p )
  5009. F|BUSH|cgi.value_of_line|Return the pth line of the value of CGI variable v|l := cgi.value_of_line( v, p )
  5010. F|BUSH|cgi.url_decode|Decode HTML-encoded %HH hexadecimal characters into their corresponding ASCII characters|s := cgi.url_decode( u, b )
  5011. F|BUSH|cgi.url_encode|Encode the string using %HH hexadecimal characters|u := cgi.url_encode( s, b )
  5012. F|BUSH|cgi.html_encode|Encode the string escaping illegal HTML characters|h := cgi.html_encode( s )
  5013. F|BUSH|cgi.set_cookie|Set a cookie's properties. Call this before Put_CGI_Header|cgi.set_cookie( v, s, x, p, d, b )
  5014. F|BUSH|cgi.cookie_value|Get the value of pth instance of cookie c|s := cgi.cookie_value( c [, p] )
  5015. F|BUSH|cgi.cookie_count|Return the number of cookies|n := cgi.cookie_count( c [, p] )
  5016. F|BUSH|calendar.clock|Return the current time|t := calendar.clock
  5017. F|BUSH|calendar.year|Return the year of the given time|y := calendar.year( t )
  5018. F|BUSH|calendar.month|Return the year of the given time|m := calendar.month( t )
  5019. F|BUSH|calendar.day|Return the day of the given time|d := calendar.day( t )
  5020. F|BUSH|calendar.seconds|Return the seconds of the given time|y := calendar.seconds( t )
  5021. F|BUSH|calendar.split|Return the year, month, day and seconds value for the given time|calendar.split( t, y, m, d, s )
  5022. F|BUSH|calendar.time_of|Create a time from year, month, day and seconds values|t := calendar.time_of( y, m, d, s )
  5023. F|BUSH|units.inches2mm|Converts inches to millimeters|r := units.inches2mm( f )
  5024. F|BUSH|units.mm2inches|Converts millimeters to inches|r := units.mm2inches( f )
  5025. F|BUSH|units.feet2cm|Converts feet to centimeters|r := units.feet2cm( f )
  5026. F|BUSH|units.cm2feet|Converts centimeters to feet|r := units.cm2feet( f )
  5027. F|BUSH|units.yards2m|Converts yards to meters|r := units.yards2m( f )
  5028. F|BUSH|units.m2yards|Converts meters to yards|r := units.m2yards( f )
  5029. F|BUSH|units.miles2km|Converts miles to kilometers|r := units.miles2km( f )
  5030. F|BUSH|units.km2miles|Converts kilometers to miles|r := units.km2miles( f )
  5031. F|BUSH|units.ly2pc|Converts lightyears to parsecs|r := units.ly2pc( f )
  5032. F|BUSH|units.pc2ly|Converts parsecs to lightyears|r := units.pc2ly( f )
  5033. F|BUSH|units.sqin2sqcm|Converts square inches to square centimeters|r := units.sqin2sqcm( f )
  5034. F|BUSH|units.sqcm2sqin|Converts square centimeters to square inches|r := units.sqcm2sqin( f )
  5035. F|BUSH|units.sqft2sqm|Converts square feet to square meters|r := units.sqft2sqm( f )
  5036. F|BUSH|units.sqm2sqft|Converts square meters to square feet|r := units.sqm2sqft( f )
  5037. F|BUSH|units.sqyd2sqm|Converts square yards to square meters|r := units.sqyd2sqm( f )
  5038. F|BUSH|units.sqm2sqyd|Converts square meters to square yards|r := units.sqm2sqyd( f )
  5039. F|BUSH|units.acres2hectares|Converts acres to metric hectares|r := units.acres2hectares( f )
  5040. F|BUSH|units.hectares2acres|Converts metric hectares to acres|r := units.hectares2acres( f )
  5041. F|BUSH|units.sqkm2sqmiles|Converts square kilometers to square miles|r := units.sqkm2sqmiles( f )
  5042. F|BUSH|units.sqmiles2sqkm|Converts square miles to square kilometers|r := units.sqmiles2sqkm( f )
  5043. F|BUSH|units.oz2grams|Converts imperial (British) ounces to grams|r := units.oz2grams( f )
  5044. F|BUSH|units.grams2oz|Converts grams to imperial (British) ounces|r := units.grams2oz( f )
  5045. F|BUSH|units.lb2kg|Converts pounds (weight) to kilograms|r := units.lb2kg( f )
  5046. F|BUSH|units.kg2lb|Converts kilograms to pounds (weight)|r := units.kg2lb( f )
  5047. F|BUSH|units.tons2tonnes|Converts tons to metric tonnes|r := units.tons2tonnes( f )
  5048. F|BUSH|units.tonnes2tons|Converts metric tonnes to tons|r := units.tonnes2tons( f )
  5049. F|BUSH|units.floz2ml|Converts imperial (British) fluid ounces to milliliters|r := units.floz2ml( f )
  5050. F|BUSH|units.ml2floz|Converts milliliters to imperial (British) fluid ounces|r := units.ml2floz( f )
  5051. F|BUSH|units.usfloz2ml|Converts U.S. fluid ounces to milliliters|r := units.usfloz2ml( f )
  5052. F|BUSH|units.ml2usfloz|Converts milliliters to U.S. fluid ounces|r := units.ml2usfloz( f )
  5053. F|BUSH|units.usfloz2floz|Converts U.S. fluid ounces to imperial (British) fluid ounces|r := units.usfloz2floz( f )
  5054. F|BUSH|units.floz2usfloz|Converts imperial (British) fluid ounces to U.S. fluid ounces|r := units.floz2usfloz( f )
  5055. F|BUSH|units.pints2l|Converts imperial (British) pints to metric liters|r := units.pints2l( f )
  5056. F|BUSH|units.l2quarts|Converts metric liters to imperial (British) quarts|r := units.l2quarts( f )
  5057. F|BUSH|units.gal2l|Converts imperial (British) gallons to metric liters|r := units.gal2l( f )
  5058. F|BUSH|units.l2gal|Converts metric liters to imperial (British) gallons|r := units.l2gal( f )
  5059. F|BUSH|units.cucm2floz|Converts metric cubic centimeters to imperial (British) fluid ounces|r := units.cucm2floz( f )
  5060. F|BUSH|units.oz2cucm|Converts imperial (British) fluid ounces to cubic centimeters|r := units.oz2cucm( f )
  5061. F|BUSH|units.cucm2usfloz|Converts metric cubic centimeters to U.S. fluid ounces|r := units.cucm2usfloz( f )
  5062. F|BUSH|units.usfloz2cucm|Converts U.S. fluid ounces to cubic centimeters|r := units.usfloz2cucm( f )
  5063. F|BUSH|units.f2c|Converts Fahrenheit temperatures to Celsius|r := units.f2c( f )
  5064. F|BUSH|units.c2f|Converts Celcius temperatures to Fahrenheit|r := units.c2f( f )
  5065. F|BUSH|units.k2c|Converts Kelvin temperatures to Celsius|r := units.k2c( f )
  5066. F|BUSH|units.c2k|Converts Celcius temperatures to Kelvin|r := units.c2k( f )
  5067. F|BUSH|units.bytes2mb|Converts bytes to megabytes|r := units.bytes2mb( f )
  5068. F|BUSH|units.mb2bytes|Converts megabytes to bytes|r := units.mb2bytes( f )
  5069. F|BUSH|arrays.bubble_sort|Bubble sort the array, treating the elements as strings or numbers depending on the element type|i := arrays.bubble_sort( a )
  5070. F|BUSH|arrays.bubble_sort_descending|Bubble sort the array in descending order, treating the elements as strings or numbers depending on the element type|arrays.bubble_sort_descending( a )
  5071. F|BUSH|arrays.first|Return the first (lowest) index of the array|i := arrays.first( a )
  5072. F|BUSH|arrays.heap_sort|Heap sort the array, treating the elements as strings or numbers depending on the element type|arrays.heap_sort( a )
  5073. F|BUSH|arrays.heap_sort_descending|Heap sort the array in descending order, treating the elements as strings or numbers depending on the element type|arrays.heap_sort_descending( a )
  5074. F|BUSH|arrays.last|Return the last (highest) index of the arrays|i := arrays.last( a )
  5075. F|BUSH|arrays.length|Return the number of elements in the array (last index - first index + 1)|n := arrays.length( a )
  5076. F|BUSH|arrays.flip|Reverse the order of the elements in the array, moving the last element to the first position and the first element to the last position|arrays.flip( a )
  5077. F|BUSH|arrays.rotate_left|Move all elements of the array one element toward the first position, moving the first element to the last position|arrays.rotate_left( a )
  5078. F|BUSH|arrays.rotate_right|Move all elements of the array one element toward the last position, moving the last element to the first position|arrays.rotate_right( a )
  5079. F|BUSH|arrays.shift_left|Move all elements of the array one element toward the first element, overwriting the first element|arrays.shift_left( a )
  5080. F|BUSH|arrays.shift_right|Move all elements of the array one element toward the last element, overwriting the last element|arrays.shift_right( a )
  5081. F|BUSH|arrays.shuffle|Randomize the elements of the array|arrays.shuffle( a )
  5082. F|BUSH|files.basename|Return the filename for the path p|b := files.basename( p )
  5083. F|BUSH|files.dirname|Return the directory portion of the path p|b := files.dirname( p )
  5084. F|BUSH|files.exists|Return true if the file at path p exists. The function works on directories and other special files|b := files.exists( p )
  5085. F|BUSH|files.is_absolute_path|Return true if the path p is an absolute path|b := files.is_absolute_path( p )
  5086. F|BUSH|files.is_directory|Return true if the file at path p exists and is a directory|b := files.is_directory( p )
  5087. F|BUSH|files.is_executable|Return true if the file or special file at path p exists and is executable|b := files.is_executable( p )
  5088. F|BUSH|files.is_executable_file|Return true if the file at path p exists, is regular and is executable|b := files.is_executable_file( p )
  5089. F|BUSH|files.is_readable|Return true if the file or special file at path p exists and is readable|b := files.is_readable( p )
  5090. F|BUSH|files.is_readable_file|Return true if the file at path p exists, is regular and is readable|b := files.is_readable_file( p )
  5091. F|BUSH|files.is_regular_file|Return true if the file at path p exists and is a regular file|b := files.is_regular_file( p )
  5092. F|BUSH|files.is_waiting_file|Return true if the file at path p exists, is regular, is_readable and is not empty|b := files.is_waiting_file( p )
  5093. F|BUSH|db.append|Append text to an SQL query|db.append( s [, a] )
  5094. F|BUSH|db.append_line|Start a new line and append line to SQL query s|db.append_line( s )
  5095. F|BUSH|db.append_quoted|Append text to SQL query s and surrounded text with single quotes|db.append_quoted( s )
  5096. F|BUSH|db.begin_work|Start a database transaction, marking the position of a possible rollback|db.begin_work
  5097. F|BUSH|db.clear|Erase the current query|db.clear
  5098. F|BUSH|db.close_db_trace|Stop tracing the database activity and close the trace file|db.close_db_trace
  5099. F|BUSH|db.column_index|Return the position of a query result column. This is the position in the query, not the database table|i := db.column_index( s )
  5100. F|BUSH|db.column_name|Return the name of a query result column. The number is the position in the query, not the database table|s := db.column_name( c )
  5101. F|BUSH|db.columns|Return the number of columns (fields) from the last query|n := db.columns
  5102. F|BUSH|db.commit_work|Complete a database transaction|db.commit_work
  5103. F|BUSH|db.connect( d [, u, p ][, h][, p] )|Connect to database d using username u, path p, hostname h and port p|db.connect( d [, u, p ][, h][, p] )
  5104. F|BUSH|db.databases|Show a list of the databases available with the current connection|db.databases
  5105. F|BUSH|db.disconnect|Close a connection created by connect|db.disconnect
  5106. F|BUSH|db.end_of_query|True if there are no more result (tuple) rows|b := db.end_of_query
  5107. F|BUSH|db.engine_of|Return the identity of the database engine|b := db.engine_of
  5108. F|BUSH|db.error_message|Last error message returned by database server|s := db.error_message
  5109. F|BUSH|db.execute|Run a prepared database query|db.execute
  5110. F|BUSH|db.execute_checked|No documentation|db.execute_checked( [ s ] )
  5111. F|BUSH|db.fetch|Fetch the next query result tuple row, or a specific result row|db.fetch [ (i) ]
  5112. F|BUSH|db.in_abort_state|True if in abort state|s := db.in_abort_state
  5113. F|BUSH|db.is_connected|True if Bush is connected to a database|b := db.is_connected
  5114. F|BUSH|db.is_null|True if column in the fetch result is undefined|b := db.is_null( c )
  5115. F|BUSH|db.is_trace|True if set_trace was true (that is, if debug tracing is enabled)|b := db.is_trace
  5116. F|BUSH|db.list|Show a list of the tables available in the current database|db.list
  5117. F|BUSH|db.notice_message|Last notice message returned by database server|s := db.notice_message
  5118. F|BUSH|db.open_db_trace|Begin tracing the database activity, storing the results at pathname f|db.open_db_trace( f )
  5119. F|BUSH|db.options|Return database options|s := db.options
  5120. F|BUSH|db.prepare|Prepare a SQL statement to execute. If a is included, insert the next statement after the statement named a|db.prepare( s [, a] )
  5121. F|BUSH|db.raise_exceptions|True to raise exceptions on query|db.raise_exceptions( [ b ] )
  5122. F|BUSH|db.report_errors|True to report errors on query|db.report_errors( b )
  5123. F|BUSH|db.reset|Reset the database connection|db.reset
  5124. F|BUSH|db.rewind|Return to the start of a query's results|db.rewind
  5125. F|BUSH|db.rollback_work|Rollback a database transaction, undoing all work since begin_work|db.rollback_work
  5126. F|BUSH|db.schema|Show information about the columns available in a table|db.schema( t )
  5127. F|BUSH|db.set_rollback_on_finalize|Determine if a rollback will be issued when the script ends and the database connection is still open (true) or no|db.set_rollback_on_finalize( b )
  5128. F|BUSH|db.set_trace|Determine if debug tracing is enabled|db.set_trace( b )
  5129. F|BUSH|db.show|Run the prepared query and show the results in a table on standard output|db.show
  5130. F|BUSH|db.tuple|Return the result row (tuple) number from the last fetch|t := db.tuple
  5131. F|BUSH|db.tuples|Return the number of rows (tuples) from the last query|n := db.tuples
  5132. F|BUSH|db.users|Show a list of database users|db.users
  5133. F|BUSH|db.value|Return the column value as a string|s := db.value( c )
  5134. F|BUSH|db.will_rollback_on_finalize|True if set_rollback_on_finalize was true|b := db.will_rollback_on_finalize
  5135. F|BUSH|mysql.append|Append text to an SQL query|mysql.append( s [, a] )
  5136. F|BUSH|mysql.append_line|Start a new line and append line to SQL query s|mysql.append_line( s )
  5137. F|BUSH|mysql.append_quoted|Append text to SQL query s and surrounded text with single quotes|db.append_quoted( s )
  5138. F|BUSH|mysql.begin_work|Start a database transaction, marking the position of a possible rollback|mysql.begin_work
  5139. F|BUSH|mysql.clear|Erase the current query|mysql.clear
  5140. F|BUSH|mysql.close_db_trace|Stop tracing the database activity and close the trace file|mysql.close_db_trace
  5141. F|BUSH|mysql.column_index|Return the position of a query result column. This is the position in the query, not the database table|i := mysql.column_index( s )
  5142. F|BUSH|mysql.column_name|Return the name of a query result column. The number is the position in the query, not the database table|s := mysql.column_name( c )
  5143. F|BUSH|mysql.columns|Return the number of columns (fields) from the last query|n := mysql.columns
  5144. F|BUSH|mysql.commit_work|Complete a database transaction|mysql.commit_work
  5145. F|BUSH|mysql.connect( d [, u, p ][, h][, p] )|Connect to database d using username u, path p, hostname h and port p|mysql.connect( d [, u, p ][, h][, p] )
  5146. F|BUSH|mysql.databases|Show a list of the databases available with the current connection|mysql.databases
  5147. F|BUSH|mysql.disconnect|Close a connection created by connect|mysql.disconnect
  5148. F|BUSH|mysql.end_of_query|True if there are no more result (tuple) rows|b := mysql.end_of_query
  5149. F|BUSH|mysql.engine_of|Return the identity of the database engine|b := mysql.engine_of
  5150. F|BUSH|mysql.error_message|Last error message returned by database server|s := mysql.error_message
  5151. F|BUSH|mysql.execute|Run a prepared database query|mysql.execute
  5152. F|BUSH|mysql.execute_checked|No documentation|mysql.execute_checked( [ s ] )
  5153. F|BUSH|mysql.fetch|Fetch the next query result tuple row, or a specific result row|mysql.fetch [ (i) ]
  5154. F|BUSH|mysql.in_abort_state|True if in abort state|s := mysql.in_abort_state
  5155. F|BUSH|mysql.is_connected|True if Bush is connected to a database|b := mysql.is_connected
  5156. F|BUSH|mysql.is_null|True if column in the fetch result is undefined|b := mysql.is_null( c )
  5157. F|BUSH|mysql.is_trace|True if set_trace was true (that is, if debug tracing is enabled)|b := mysql.is_trace
  5158. F|BUSH|mysql.list|Show a list of the tables available in the current database|mysql.list
  5159. F|BUSH|mysql.notice_message|Last notice message returned by database server|s := mysql.notice_message
  5160. F|BUSH|mysql.open_db_trace|Begin tracing the database activity, storing the results at pathname f|mysql.open_db_trace( f )
  5161. F|BUSH|mysql.options|Return database options|s := mysql.options
  5162. F|BUSH|mysql.prepare|Prepare a SQL statement to execute. If a is included, insert the next statement after the statement named a|mysql.prepare( s [, a] )
  5163. F|BUSH|mysql.raise_exceptions|True to raise exceptions on query|mysql.raise_exceptions( [ b ] )
  5164. F|BUSH|mysql.report_errors|True to report errors on query|mysql.report_errors( b )
  5165. F|BUSH|mysql.reset|Reset the database connection|mysql.reset
  5166. F|BUSH|mysql.rewind|Return to the start of a query's results|mysql.rewind
  5167. F|BUSH|mysql.rollback_work|Rollback a database transaction, undoing all work since begin_work|mysql.rollback_work
  5168. F|BUSH|mysql.schema|Show information about the columns available in a table|mysql.schema( t )
  5169. F|BUSH|mysql.set_rollback_on_finalize|Determine if a rollback will be issued when the script ends and the database connection is still open (true) or no|mysql.set_rollback_on_finalize( b )
  5170. F|BUSH|mysql.set_trace|Determine if debug tracing is enabled|mysql.set_trace( b )
  5171. F|BUSH|mysql.show|Run the prepared query and show the results in a table on standard output|mysql.show
  5172. F|BUSH|mysql.tuple|Return the result row (tuple) number from the last fetch|t := mysql.tuple
  5173. F|BUSH|mysql.tuples|Return the number of rows (tuples) from the last query|n := mysql.tuples
  5174. F|BUSH|mysql.users|Show a list of database users|mysql.users
  5175. F|BUSH|mysql.value|Return the column value as a string|s := mysql.value( c )
  5176. F|BUSH|mysql.will_rollback_on_finalize|True if set_rollback_on_finalize was true|b := mysql.will_rollback_on_finalize
  5177. F|BUSH|stats.average|Calculate the average (mean) value of the array|r := stats.average( a )
  5178. F|BUSH|stats.max|Find the maximum (largest) value of the array|r := stats.max( a )
  5179. F|BUSH|stats.min|Find the minimum (smallest) value of the array|r := stats.min( a )
  5180. F|BUSH|stats.standard_deviation|Calculate the standard deviation of the array elements|r := stats.standard_deviation( a )
  5181. F|BUSH|stats.sum|Calculate the total value of the array by adding all elements|r := stats.sum( a )
  5182. F|BUSH|stats.variance|Calculate the variance of the array elements|r := stats.variance( a )
  5183. F|BUSH|os.system|Run an operating system command in the default shell|os.system( s )
  5184. F|BUSH|os.status|Return the the least operating system exit status|i := os.status
  5185. F|BUSH|directory_operations.dir_separator|Return the directory separator for the operating system|c := directory_operations.dir_separator
  5186. F|BUSH|directory_operations.change_dir|Change the current directory|directory_operations.change_dir( p )
  5187. F|BUSH|directory_operations.make_dir|Create a new directory p|directory_operations.make_dir( p )
  5188. F|BUSH|directory_operations.remove_dir|Delete directory p. Delete recursively if r is true|directory_operations.remove_dir( p [, r] )
  5189. F|BUSH|directory_operations.get_current_dir|Return the current (present) working directory|p := directory_operations.get_current_dir
  5190. F|BUSH|directory_operations.dir_name|Return the directory portion of the pathname p|s := directory_operations.dir_name( p )
  5191. F|BUSH|directory_operations.base_name|Return the full file name portion of the pathname p. If suffix f exists, it is removed|s := directory_operations.base_name( p [, f] )
  5192. F|BUSH|directory_operations.file_extension|Return the file suffix portion of the pathname p|s := directory_operations.file_extension( p )
  5193. F|BUSH|directory_operations.file_name|Return the file name without an extension from the pathname p|s := directory_operations.file_name( p )
  5194. F|BUSH|directory_operations.format_pathname|Convert a pathname to an operating system|s := directory_operations.format_pathname( p [,t] )
  5195. F|BUSH|directory_operations.expand_path|Expand variables in a pathname, substituting environment variables|s := directory_operations.expand_path( p [,t] )
  5196. F|BUSH|cd|change directory|cd d or cd -
  5197. F|BUSH|pwd|present working directory|pwd
  5198. F|BUSH|step|on breakout, run one instruction and stop|step
  5199. F|BUSH|typset|change the type of a variable, declaring it if necessary|typset var [is type]
  5200. F|JAVA|charAt|Returns the character at the specified index|char charAt(int index)
  5201. F|JAVA|compareTo|Compares this String to another string lexicographically|int compareTo(Object o) or int compareTo(String anotherString)
  5202. F|JAVA|compareToIgnoreCase|Compares two strings lexicographically, ignoring case considerations|int compareToIgnoreCase(String str)
  5203. F|JAVA|concat|Concatenates the specified string to the end of this string|String concat(String str)
  5204. F|JAVA|copyValue|Returns a String that is equivalent to the specified character array|static String copyValueOf(char[] data) or static String copyValueOf(char[] data, int offset, int count)
  5205. F|JAVA|endsWith|Tests if this string ends with the specified suffix|boolean endsWith(String suffix)
  5206. F|JAVA|equals|Compares this string to the specified object|boolean equals(Object anObject)
  5207. F|JAVA|equalsIgnoreCase|Compares this String to another String, ignoring case considerations|boolean equalsIgnoreCase(String anotherString)
  5208. F|JAVA|getBytes|Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array|byte[] getBytes() or byte[] getBytes(String enc)
  5209. F|JAVA|hashCode|Returns a hashcode for this string|int hashCode()
  5210. F|JAVA|indexOf|Returns the index within this string of the first occurrence of the specified character|int indexOf(int ch) or int indexOf(int ch, int fromIndex) or int indexOf(String str) or int indexOf(String str, int fromIndex)
  5211. F|JAVA|intern|Returns a canonical representation for the string object|String intern()
  5212. F|JAVA|lastIndexOf|Returns the index within this string of the last occurrence of the specified character|int lastIndexOf(int ch) or int lastIndexOf(int ch, int fromIndex) or int lastIndexOf(String str) or int lastIndexOf(String str, int fromIndex)
  5213. F|JAVA|length|Returns the length of this string|String replace(char oldChar, char newChar)
  5214. F|JAVA|regionMatches|Tests if two string regions are equal|boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len)|boolean regionMatches(int toffset, String other, int ooffset, int len)
  5215. F|JAVA|replace|Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar|String replace(char oldChar, char newChar)
  5216. F|JAVA|startsWith|Tests if this string starts with the specified prefix|boolean startsWith(String prefix) or boolean startsWith(String prefix, int toffset)
  5217. F|JAVA|substring|Returns a new string that is a substring of this string|String substring(int beginIndex, int endIndex)
  5218. F|JAVA|toCharArray|Converts this string to a new character array|char[] toCharArray()
  5219. F|JAVA|toLowerCase|Converts all of the characters in this String to lower case using the rules of the given Locale|String toLowerCase() or String toLowerCase(Locale locale)
  5220. F|JAVA|toString|This object (which is already a string!) is itself returned|String toString()
  5221. F|JAVA|toUpperCase|Converts all of the characters in this String to upper case using the rules of the given locale|String toUpperCase() or String toUpperCase(Locale locale)
  5222. F|JAVA|trim|Removes white space from both ends of this string|String trim()
  5223. F|JAVA|valueOf|Returns the string representation of the char argument|static String valueOf(type thing)
  5224. F|JAVA|clone|Creates and returns a copy of this object|protected Object clone()
  5225. F|JAVA|equals|Indicates whether some other object is "equal to" this one|boolean equals(Object obj)
  5226. F|JAVA|finalize|Called by the garbage collector on an object when garbage collection determines that there are no more references to the object|protected void finalize()
  5227. F|JAVA|getClass|Returns the runtime class of an object|Class getClass()
  5228. F|JAVA|hashCode|Returns a hash code value for the object|int hashCode()
  5229. F|JAVA|notify|Wakes up a single thread that is waiting on this object's monitor|void notify()
  5230. F|JAVA|notifyAll|Wakes up all threads that are waiting on this object's monitor|void notifyAll()
  5231. F|JAVA|toString|Returns a string representation of the object|String toString()
  5232. F|JAVA|wait|Causes current thread to wait until another thread invokes the notify() method or the notifyAll() method for this object|void wait() or void wait(long timeout) or void wait(long timeout, int nanos)
  5233. # Java not finished
  5234. F|SHELL|CDPATH|colon-separated list of directories used as a search path for the cd builtin command
  5235. F|SHELL|HOME|the current user's home directory
  5236. F|SHELL|IFS|a list of characters that separate fields; used when the shell splits words as part of expansion
  5237. F|SHELL|MAIL|informs the user of the arrival of mail in the specified file
  5238. F|SHELL|MAILPATH|a colon-separated list of filenames which the shell periodically checks for new mail
  5239. F|SHELL|OPTARG|the value of the last option argument processed by the getopts builtin
  5240. F|SHELL|OPTIND|the index of the last option argument processed by the getopts builtin
  5241. F|SHELL|PATH|a colon-separated list of directories in which the shell looks for commands
  5242. F|SHELL|PS1|the primary prompt string
  5243. F|SHELL|PS2|the secondary prompt string
  5244. F|SHELL|BASH|the full pathname used to execute the current instance (Bash)
  5245. F|SHELL|BASH_ENV|the name of a startup file to read before executing the script (Bash)
  5246. F|SHELL|BASH_VERSION|the version number of the current instance of Bash
  5247. F|SHELL|BASH_VERSINFO|version information for this instance of Bash
  5248. F|SHELL|COLUMNS|the terminal width when printing selection lists in Bash
  5249. F|SHELL|COMP_CWORD|an index into ${COMP_WORDS} of the word containing the current cursor position (Bash)
  5250. F|SHELL|COMP_LINE|the current command line (Bash)
  5251. F|SHELL|COMP_POINT|the index of the current cursor position relative to the beginning of the current command (Bash)
  5252. F|SHELL|COMP_WORDS|an array variable consisting of the individual words in the current command line (Bash)
  5253. F|SHELL|COMPREPLY|the possible completions generated by a shell function invoked by the programmable completion facility (Bash)
  5254. F|SHELL|DIRSTACK|an array variable containing the current contents of the directory stack (Bash)
  5255. F|SHELL|EUID|the numeric effective user id of the current user (Bash)
  5256. F|SHELL|FCEDIT|the editor used as a default by the `-e' option to the fc builtin command (Bash)
  5257. F|SHELL|FIGNORE|a colon-separated list of suffixes to ignore when performing filename completion (Bash)
  5258. F|SHELL|FUNCNAME|the name of any currently-executing shell function (Bash)
  5259. F|SHELL|GLOBIGNORE|a colon-separated list of patterns defining the set of filenames to be ignored by filename expansion (Bash)
  5260. F|SHELL|GROUPS|an array variable containing the list of groups of which the current user is a member (Bash)
  5261. F|SHELL|histchars|up to three characters which control history expansion, quick substitution, and tokenization (Bash)
  5262. F|SHELL|HISTCMD|the history number, or index in the history list, of the current command (Bash)
  5263. F|SHELL|HISTCONTROL|command history options (Bash)
  5264. F|SHELL|HISTFILESIZE|the maximum number of lines contained in the history file (Bash)
  5265. F|SHELL|HISTIGNORE|a colon-separated list of patterns used to decide which command lines should be saved on the history list (Bash)
  5266. F|SHELL|HISTSIZE|the maximum number of commands to remember on the history list (Bash)
  5267. F|SHELL|HOSTFILE|contains the name of a file in the same format as `/etc/hosts' that should be read when the shell needs to complete a hostname (Bash)
  5268. F|SHELL|HOSTNAME|the name of the current host (Bash)
  5269. F|SHELL|IGNOREEOF|controls the action of the shell on receipt of an EOF character as the sole input (Bash)
  5270. F|SHELL|INPUTRC|the name of the Readline initialization file (Bash)
  5271. F|SHELL|LANG|used to determine the locale category for any category not specifically selected with a variable starting with LC_ (Bash)
  5272. F|SHELL|LC_ALL|this variable overrides the value of LANG and any other LC_ variable specifying a locale category (Bash)
  5273. F|SHELL|LC_MESSAGES|this variable determines the locale used to translate double-quoted strings preceded by a $ (Bash)
  5274. F|SHELL|LC_NUMERIC|this variable determines the locale category used for number formatting (Bash)
  5275. F|SHELL|LINENO|the line number in the script or shell function currently executing (Bash)
  5276. F|SHELL|LINES|used by the select builtin command to determine the column length for printing selection lists (Bash)
  5277. F|SHELL|MACHTYPE|a string that fully describes the system type on which Bash is executing
  5278. F|SHELL|MAILCHECK|how often (in seconds) that the shell should check for mail in the files specified in the MAILPATH or MAIL variables (Bash)
  5279. F|SHELL|OLDPWD|the previous working directory as set by the cd builtin (Bash)
  5280. F|SHELL|OPTERR|if set to the value 1, Bash displays error messages generated by the getopts builtin command
  5281. F|SHELL|OSTYPE|a string describing the operating system Bash is running on
  5282. F|SHELL|PIPESTATUS|a list of exit status values from the processes in the most-recently-executed foreground pipeline (Bash)
  5283. F|SHELL|POSIXLY_CORRECT|enables POSIX mode (Bash)
  5284. F|SHELL|PPID|the process ID of the shell's parent process (Bash)
  5285. F|SHELL|PROMPT_COMMAND|a command to execute before the printing of each primary prompt (Bash)
  5286. F|SHELL|PS3|the prompt for the select command (Bash)
  5287. F|SHELL|PS4|the value is the prompt printed before the command line is echoed when the `-x' option is set (Bash)
  5288. F|SHELL|PWD|the current working directory as set by the cd builtin (Bash)
  5289. F|SHELL|RANDOM|Each time this parameter is referenced, a random integer between 0 and 32767 is generated. Assigning a value to this variable seeds the random number generator (Bash)
  5290. F|SHELL|REPLY|the default variable for the read builtin (Bash)
  5291. F|SHELL|SECONDS|the number of seconds since the shell was started (Bash)
  5292. F|SHELL|SHELLOPTS|a colon-separated list of enabled shell options (Bash)
  5293. F|SHELL|SHLVL|incremented by one each time a new instance of Bash is started (Bash)
  5294. F|SHELL|TIMEFORMAT|how the timing information for pipelines prefixed with the time reserved word should be displayed (Bash)
  5295. F|SHELL|TMOUT|the default timeout for the read builtin (Bash)
  5296. F|SHELL|UID|the numeric real user id of the current user (Bash)