PageRenderTime 75ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/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

Large files files are truncated, but you can click here to view the full file

  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_conne

Large files files are truncated, but you can click here to view the full file