home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp231_en.exe / php.stx < prev    next >
Text File  |  2007-03-10  |  20KB  |  1,486 lines

  1. #TITLE=PHP
  2. ; PHP syntax file written by ES-Computing. 2004-02-06
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#@
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=y
  9. #LINECOMMENT=//
  10. #LINECOMMENT2=#
  11. #COMMENTON=/*
  12. #COMMENTOFF=*/
  13. #ESCAPE=\
  14. #CASE=n
  15. #PREFIX3=$
  16. #HTML_EMBEDDED=y
  17. #SCRIPT_BEGIN=<?
  18. #SCRIPT_END=?>
  19. #SKIP_QUOTE=y
  20. #HEREDOC=<<<EOF
  21. #NUMBER_PATTERN=cpp
  22.  
  23. #KEYWORD=Reserved words
  24. $
  25. @
  26. ;Literals
  27. true
  28. false
  29. NULL
  30. ;PHP Keywords
  31. __CLASS__
  32. __FILE__
  33. __FUNCTION__
  34. __LINE__
  35. __METHOD__
  36. abstract
  37. and
  38. array
  39. as
  40. break
  41. case
  42. catch
  43. cfunction
  44. class
  45. clone
  46. const
  47. continue
  48. declare
  49. default
  50. die
  51. do
  52. echo
  53. else
  54. elseif
  55. empty
  56. enddeclare
  57. endfor
  58. endforeach
  59. endif
  60. endswitch
  61. endwhile
  62. eval
  63. exception
  64. exit
  65. extends
  66. final
  67. for
  68. foreach
  69. function
  70. global
  71. if
  72. implements
  73. include
  74. include_once
  75. interface
  76. isset
  77. list
  78. new
  79. old_function
  80. or
  81. php_user_filter
  82. print
  83. private
  84. protected
  85. public
  86. require
  87. require_once
  88. return
  89. static
  90. switch
  91. this
  92. throw
  93. try
  94. unset
  95. use
  96. var
  97. while
  98. xor
  99.  
  100. ;Predefined constants
  101. ABDAY_1
  102. ABDAY_2
  103. ABDAY_3
  104. ABDAY_4
  105. ABDAY_5
  106. ABDAY_6
  107. ABDAY_7
  108. ABMON_1
  109. ABMON_10
  110. ABMON_11
  111. ABMON_12
  112. ABMON_2
  113. ABMON_3
  114. ABMON_4
  115. ABMON_5
  116. ABMON_6
  117. ABMON_7
  118. ABMON_8
  119. ABMON_9
  120. ALT_DIGITS
  121. AM_STR
  122. ASSERT_ACTIVE
  123. ASSERT_BAIL
  124. ASSERT_CALLBACK
  125. ASSERT_QUIET_EVAL
  126. ASSERT_WARNING
  127. CASE_LOWER
  128. CASE_UPPER
  129. CHAR_MAX
  130. CODESET
  131. CONNECTION_ABORTED
  132. CONNECTION_NORMAL
  133. CONNECTION_TIMEOUT
  134. COUNT_NORMAL
  135. COUNT_RECURSIVE
  136. CREDITS_ALL
  137. CREDITS_DOCS
  138. CREDITS_FULLPAGE
  139. CREDITS_GENERAL
  140. CREDITS_GROUP
  141. CREDITS_MODULES
  142. CREDITS_QA
  143. CREDITS_SAPI
  144. CRNCYSTR
  145. CRYPT_BLOWFISH
  146. CRYPT_EXT_DES
  147. CRYPT_MD5
  148. CRYPT_SALT_LENGTH
  149. CRYPT_STD_DES
  150. CURRENCY_SYMBOL
  151. DAY_1
  152. DAY_2
  153. DAY_3
  154. DAY_4
  155. DAY_5
  156. DAY_6
  157. DAY_7
  158. DECIMAL_POINT
  159. DEFAULT_INCLUDE_PATH
  160. DIRECTORY_SEPARATOR
  161. D_FMT
  162. D_T_FMT
  163. ENT_COMPAT
  164. ENT_NOQUOTES
  165. ENT_QUOTES
  166. ERA
  167. ERA_D_FMT
  168. ERA_D_T_FMT
  169. ERA_T_FMT
  170. ERA_YEAR
  171. EXTR_IF_EXISTS
  172. EXTR_OVERWRITE
  173. EXTR_PREFIX_ALL
  174. EXTR_PREFIX_IF_EXISTS
  175. EXTR_PREFIX_INVALID
  176. EXTR_PREFIX_SAME
  177. EXTR_SKIP
  178. E_ALL
  179. E_COMPILE_ERROR
  180. E_COMPILE_WARNING
  181. E_CORE_ERROR
  182. E_CORE_WARNING
  183. E_ERROR
  184. E_NOTICE
  185. E_PARSE
  186. E_STRICT
  187. E_USER_ERROR
  188. E_USER_NOTICE
  189. E_USER_WARNING
  190. E_WARNING
  191. FRAC_DIGITS
  192. GROUPING
  193. HTML_ENTITIES
  194. HTML_SPECIALCHARS
  195. INFO_ALL
  196. INFO_CONFIGURATION
  197. INFO_CREDITS
  198. INFO_ENVIRONMENT
  199. INFO_GENERAL
  200. INFO_LICENSE
  201. INFO_MODULES
  202. INFO_VARIABLES
  203. INI_ALL
  204. INI_PERDIR
  205. INI_SYSTEM
  206. INI_USER
  207. INT_CURR_SYMBOL
  208. INT_FRAC_DIGITS
  209. LC_ALL
  210. LC_COLLATE
  211. LC_CTYPE
  212. LC_MESSAGES
  213. LC_MONETARY
  214. LC_NUMERIC
  215. LC_TIME
  216. LOCK_EX
  217. LOCK_NB
  218. LOCK_SH
  219. LOCK_UN
  220. LOG_ALERT
  221. LOG_AUTH
  222. LOG_AUTHPRIV
  223. LOG_CONS
  224. LOG_CRIT
  225. LOG_CRON
  226. LOG_DAEMON
  227. LOG_DEBUG
  228. LOG_EMERG
  229. LOG_ERR
  230. LOG_INFO
  231. LOG_KERN
  232. LOG_LOCAL0
  233. LOG_LOCAL1
  234. LOG_LOCAL2
  235. LOG_LOCAL3
  236. LOG_LOCAL4
  237. LOG_LOCAL5
  238. LOG_LOCAL6
  239. LOG_LOCAL7
  240. LOG_LPR
  241. LOG_MAIL
  242. LOG_NDELAY
  243. LOG_NEWS
  244. LOG_NOTICE
  245. LOG_NOWAIT
  246. LOG_ODELAY
  247. LOG_PERROR
  248. LOG_PID
  249. LOG_SYSLOG
  250. LOG_USER
  251. LOG_UUCP
  252. LOG_WARNING
  253. MON_1
  254. MON_10
  255. MON_11
  256. MON_12
  257. MON_2
  258. MON_3
  259. MON_4
  260. MON_5
  261. MON_6
  262. MON_7
  263. MON_8
  264. MON_9
  265. MON_DECIMAL_POINT
  266. MON_GROUPING
  267. MON_THOUSANDS_SEP
  268. M_1_PI
  269. M_2_PI
  270. M_2_SQRTPI
  271. M_E
  272. M_LN10
  273. M_LN2
  274. M_LOG10E
  275. M_LOG2E
  276. M_PI
  277. M_PI_2
  278. M_PI_4
  279. M_SQRT1_2
  280. M_SQRT2
  281. NEGATIVE_SIGN
  282. NOEXPR
  283. NOSTR
  284. N_CS_PRECEDES
  285. N_SEP_BY_SPACE
  286. N_SIGN_POSN
  287. PATHINFO_BASENAME
  288. PATHINFO_DIRNAME
  289. PATHINFO_EXTENSION
  290. PATH_SEPARATOR
  291. PEAR_EXTENSION_DIR
  292. PEAR_INSTALL_DIR
  293. PHP_BINDIR
  294. PHP_CONFIG_FILE_PATH
  295. PHP_CONFIG_FILE_SCAN_DIR
  296. PHP_DATADIR
  297. PHP_EOL
  298. PHP_EXTENSION_DIR
  299. PHP_INT_MAX
  300. PHP_INT_SIZE
  301. PHP_LIBDIR
  302. PHP_LOCALSTATEDIR
  303. PHP_OS
  304. PHP_OUTPUT_HANDLER_CONT
  305. PHP_OUTPUT_HANDLER_END
  306. PHP_OUTPUT_HANDLER_START
  307. PHP_PREFIX
  308. PHP_SAPI
  309. PHP_SHLIB_SUFFIX
  310. PHP_SYSCONFDIR
  311. PHP_VERSION
  312. PM_STR
  313. POSITIVE_SIGN
  314. P_CS_PRECEDES
  315. P_SEP_BY_SPACE
  316. P_SIGN_POSN
  317. RADIXCHAR
  318. SEEK_CUR
  319. SEEK_END
  320. SEEK_SET
  321. SORT_ASC
  322. SORT_DESC
  323. SORT_NUMERIC
  324. SORT_REGULAR
  325. SORT_STRING
  326. STR_PAD_BOTH
  327. STR_PAD_LEFT
  328. STR_PAD_RIGHT
  329. THOUSANDS_SEP
  330. THOUSEP
  331. T_FMT
  332. T_FMT_AMPM
  333. YESEXPR
  334. YESSTR
  335. __COMPILER_HALT_OFFSET__
  336.  
  337. #KEYWORD=PHP core functions
  338. ;NET Functions
  339.  
  340. ;Apache-specific Functions
  341. apache_child_terminate
  342. apache_get_modules
  343. apache_get_version
  344. apache_getenv
  345. apache_lookup_uri
  346. apache_note
  347. apache_request_headers
  348. apache_reset_timeout
  349. apache_response_headers
  350. apache_setenv
  351. ascii2ebcdic
  352. ebcdic2ascii
  353. getallheaders
  354. virtual
  355.  
  356. ;Alternative PHP Cache
  357.  
  358. ;Advanced PHP debugger
  359.  
  360. ;Array Functions
  361. array_change_key_case
  362. array_chunk
  363. array_combine
  364. array_count_values
  365. array_diff_assoc
  366. array_diff_key
  367. array_diff_uassoc
  368. array_diff_ukey
  369. array_diff
  370. array_fill
  371. array_filter
  372. array_flip
  373. array_intersect_assoc
  374. array_intersect_key
  375. array_intersect_uassoc
  376. array_intersect_ukey
  377. array_intersect
  378. array_key_exists
  379. array_keys
  380. array_map
  381. array_merge_recursive
  382. array_merge
  383. array_multisort
  384. array_pad
  385. array_pop
  386. array_product
  387. array_push
  388. array_rand
  389. array_reduce
  390. array_reverse
  391. array_search
  392. array_shift
  393. array_slice
  394. array_splice
  395. array_sum
  396. array_udiff_assoc
  397. array_udiff_uassoc
  398. array_udiff
  399. array_uintersect_assoc
  400. array_uintersect_uassoc
  401. array_uintersect
  402. array_unique
  403. array_unshift
  404. array_values
  405. array_walk_recursive
  406. array_walk
  407. array
  408. arsort
  409. asort
  410. compact
  411. count
  412. current
  413. each
  414. end
  415. extract
  416. in_array
  417. key
  418. krsort
  419. ksort
  420. list
  421. natcasesort
  422. natsort
  423. next
  424. pos
  425. prev
  426. range
  427. reset
  428. rsort
  429. shuffle
  430. sizeof
  431. sort
  432. uasort
  433. uksort
  434. usort
  435.  
  436. ;Aspell functions (depreciated)
  437.  
  438. ;BCMath Arbitrary Precision Mathematics Functions
  439.  
  440. ;PHP bytecode Compiler
  441.  
  442. ;Bzip2 Compression Functions
  443.  
  444. ;Calendar functions
  445.  
  446. ;CCVS API Functions (removed as of 4.3.0)
  447.  
  448. ;Class/Object Functions
  449. call_user_method_array
  450. call_user_method
  451. class_exists
  452. get_class_methods
  453. get_class_vars
  454. get_class
  455. get_declared_classes
  456. get_declared_interfaces
  457. get_object_vars
  458. get_parent_class
  459. interface_exists
  460. is_a
  461. is_subclass_of
  462. method_exists
  463. property_exists
  464.  
  465. ;Classkit Functions
  466.  
  467. ;ClibPDF functions
  468.  
  469. ;COM and .Net (Windows)
  470. COM
  471. DOTNET
  472. VARIANT
  473. com_addref
  474. com_create_guid
  475. com_event_sink
  476. com_get_active_object
  477. com_get
  478. com_invoke
  479. com_isenum
  480. com_load_typelib
  481. com_load
  482. com_message_pump
  483. com_print_typeinfo
  484. com_propget
  485. com_propput
  486. com_propset
  487. com_release
  488. com_set
  489. variant_abs
  490. variant_add
  491. variant_and
  492. variant_cast
  493. variant_cat
  494. variant_cmp
  495. variant_date_from_timestamp
  496. variant_date_to_timestamp
  497. variant_div
  498. variant_eqv
  499. variant_fix
  500. variant_get_type
  501. variant_idiv
  502. variant_imp
  503. variant_int
  504. variant_mod
  505. variant_mul
  506. variant_neg
  507. variant_not
  508. variant_or
  509. variant_pow
  510. variant_round
  511. variant_set_type
  512. variant_set
  513. variant_sub
  514. variant_xor
  515.  
  516. ;Crack functions
  517.  
  518. ;Character type functions
  519. ctype_alnum
  520. ctype_alpha
  521. ctype_cntrl
  522. ctype_digit
  523. ctype_graph
  524. ctype_lower
  525. ctype_print
  526. ctype_punct
  527. ctype_space
  528. ctype_upper
  529. ctype_xdigit
  530.  
  531. ;CURL, Client URL Library Functions
  532.  
  533. ;Cybercash payment functions (removed as of PHP 4.3.0)
  534.  
  535. ;Credit Mutuel CyberMUT functions
  536.  
  537. ;Cyrus IMAP administration functions (not documented)
  538.  
  539. ;Date and Time functions
  540. checkdate
  541. date_default_timezone_get
  542. date_default_timezone_set
  543. date_sunrise
  544. date_sunset
  545. date
  546. getdate
  547. gettimeofday
  548. gmdate
  549. gmmktime
  550. gmstrftime
  551. idate
  552. localtime
  553. microtime
  554. mktime
  555. strftime
  556. strptime
  557. strtotime
  558. time
  559.  
  560. ;DB++ Functions
  561.  
  562. ;Database (dbm-style) abstraction layer functions
  563.  
  564. ;dBase functions
  565.  
  566. ;DBM Functions (depreciated)
  567.  
  568. ;dbx functions
  569.  
  570. ;Direct IO functions
  571.  
  572. ;Directory functions
  573. chdir
  574. chroot
  575. dir
  576. closedir
  577. getcwd
  578. opendir
  579. readdir
  580. rewinddir
  581. scandir
  582.  
  583. ;DOM functions
  584. dom_import_simplexml
  585. DOMAttr
  586. DOMCharacterData
  587. DOMComment
  588. DOMDocument
  589. DOMElement
  590. DOMEntityReference
  591. DOMImplementation
  592. DOMNamedNodeMap
  593. DOMNode
  594. DOMNodelist
  595. DOMProcessingInstruction
  596. DOMText
  597. DOMXPath
  598.  
  599. ;DOM XML Functions
  600.  
  601. ;Error Handling and Logging Functions
  602. debug_backtrace
  603. debug_print_backtrace
  604. error_log
  605. error_reporting
  606. restore_error_handler
  607. restore_exception_handler
  608. set_error_handler
  609. set_exception_handler
  610. trigger_error
  611. user_error
  612.  
  613. ;Exif Functions
  614.  
  615. ;Expect Functions
  616.  
  617. ;File alteration monitor functions
  618.  
  619. ;FrontBase Functions
  620.  
  621. ;Forms Data Format functions
  622.  
  623. ;filePro functions
  624.  
  625. ;Filesystem functions
  626. basename
  627. chgrp
  628. chmod
  629. chown
  630. clearstatcache
  631. copy
  632. delete
  633. dirname
  634. disk_free_space
  635. disk_total_space
  636. diskfreespace
  637. fclose
  638. feof
  639. fflush
  640. fgetc
  641. fgetcsv
  642. fgets
  643. fgetss
  644. file_exists
  645. file_get_contents
  646. file_put_contents
  647. file
  648. fileatime
  649. filectime
  650. filegroup
  651. fileinode
  652. filemtime
  653. fileowner
  654. fileperms
  655. filesize
  656. filetype
  657. flock
  658. fnmatch
  659. fopen
  660. fpassthru
  661. fputcsv
  662. fputs
  663. fread
  664. fscanf
  665. fseek
  666. fstat
  667. ftell
  668. ftruncate
  669. fwrite
  670. glob
  671. is_dir
  672. is_executable
  673. is_file
  674. is_link
  675. is_readable
  676. is_uploaded_file
  677. is_writable
  678. is_writeable
  679. link
  680. linkinfo
  681. lstat
  682. mkdir
  683. move_uploaded_file
  684. parse_ini_file
  685. pathinfo
  686. pclose
  687. popen
  688. readfile
  689. readlink
  690. realpath
  691. rename
  692. rewind
  693. rmdir
  694. set_file_buffer
  695. stat
  696. symlink
  697. tempnam
  698. tmpfile
  699. touch
  700. umask
  701. unlink
  702.  
  703. ;Firebird/InterBase Functions
  704.  
  705. ;Firebird/Interbase Functions (PDO_FIREBIRD)
  706.  
  707. ;FriBiDi functions
  708.  
  709. ;FrontBase Functions
  710.  
  711. ;FTP functions
  712.  
  713. ;Function Handling functions
  714. call_user_func_array
  715. call_user_func
  716. create_function
  717. func_get_arg
  718. func_get_args
  719. func_num_args
  720. function_exists
  721. get_defined_functions
  722. register_shutdown_function
  723. register_tick_function
  724. unregister_tick_function
  725.  
  726. ;GNU Gettext
  727.  
  728. ;GMP functions
  729.  
  730. ;gnupg Functions
  731.  
  732. ;Net_Gopher
  733.  
  734. ;hash Functions
  735. hash_algos
  736. hash_file
  737. hash_final
  738. hash_hmac_file
  739. hash_hmac
  740. hash_init
  741. hash_update_file
  742. hash_update_stream
  743. hash_update
  744. hash
  745.  
  746. ;HTTP functions
  747. header
  748. headers_list
  749. headers_sent
  750. setcookie
  751. setrawcookie
  752.  
  753. ;Hyperwave functions
  754.  
  755. ;Hyperwave API functions
  756.  
  757. ;IBM DB2, Cloudscape and Apache Derby Functions
  758.  
  759. ;ICAP Functions [deprecated]
  760.  
  761. ;iconv functions
  762.  
  763. ;ID3 Functions
  764.  
  765. ;IIS Administration Functions
  766. iis_add_server
  767. iis_get_dir_security
  768. iis_get_script_map
  769. iis_get_server_by_comment
  770. iis_get_server_by_path
  771. iis_get_server_rights
  772. iis_get_service_state
  773. iis_remove_server
  774. iis_set_app_settings
  775. iis_set_dir_security
  776. iis_set_script_map
  777. iis_set_server_rights
  778. iis_start_server
  779. iis_start_service
  780. iis_stop_server
  781. iis_stop_service
  782.  
  783. ;Image functions
  784.  
  785. ;IMAP, POP3 and NNTP functions
  786.  
  787. ;Informix functions
  788.  
  789. ;Informix Functions (PDO_INFORMIX)
  790.  
  791. ;Ingres II functions
  792.  
  793. ;IRC Gateway Functions
  794.  
  795. ;PHP / Java Integration
  796.  
  797. ;KADM5
  798.  
  799. ;LDAP functions
  800.  
  801. ;libxml Functions
  802.  
  803. ;Lotus Notes Functions
  804.  
  805. ;LZF Functions
  806.  
  807. ;Mail functions
  808. ezmlm_hash
  809. mail
  810.  
  811. ;mailparse functions
  812.  
  813. ;Mathematical Functions
  814. abs
  815. acos
  816. acosh
  817. asin
  818. asinh
  819. atan2
  820. atan
  821. atanh
  822. base_convert
  823. bindec
  824. ceil
  825. cos
  826. cosh
  827. decbin
  828. dechex
  829. decoct
  830. deg2rad
  831. exp
  832. expm1
  833. floor
  834. fmod
  835. getrandmax
  836. hexdec
  837. hypot
  838. is_finite
  839. is_infinite
  840. is_nan
  841. lcg_value
  842. log10
  843. log1p
  844. log
  845. max
  846. min
  847. mt_getrandmax
  848. mt_rand
  849. mt_srand
  850. octdec
  851. pi
  852. pow
  853. rad2deg
  854. rand
  855. round
  856. sin
  857. sinh
  858. sqrt
  859. srand
  860. tan
  861. tanh
  862.  
  863. ;MaxDB PHP Extension
  864.  
  865. ;MCAL Functions
  866.  
  867. ;Mcrypt Encryption Functions
  868.  
  869. ;MCVE (Monetra) Payment Functions
  870.  
  871. ;Memcache Functions
  872.  
  873. ;Mhash Functions
  874.  
  875. ;Mimetype Functions
  876.  
  877. ;Ming functions for Flash
  878.  
  879. ;Miscellaneous Functions
  880. connection_aborted
  881. connection_status
  882. connection_timeout
  883. constant
  884. define
  885. defined
  886. die
  887. eval
  888. exit
  889. get_browser
  890. __halt_compiler
  891. highlight_file
  892. highlight_string
  893. ignore_user_abort
  894. pack
  895. php_check_syntax
  896. php_strip_whitespace
  897. show_source
  898. sleep
  899. sys_getloadavg
  900. time_nanosleep
  901. time_sleep_until
  902. uniqid
  903. unpack
  904. usleep
  905.  
  906. ;mnoGoSearch Functions
  907.  
  908. ;Microsoft SQL Server Functions
  909.  
  910. ;Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
  911.  
  912. ;Mohawk Software Session Handler Functions
  913.  
  914. ;mSQL Functions
  915.  
  916. ;Multibyte String Functions
  917.  
  918. ;muscat Functions
  919.  
  920. ;MySQL functions
  921.  
  922. ;MySQL Functions (PDO_MYSQL)
  923.  
  924. ;MySQL Improved Extension
  925.  
  926. ;Ncurses terminal screen control functions
  927.  
  928. ;Network Functions
  929. checkdnsrr
  930. closelog
  931. debugger_off
  932. debugger_on
  933. define_syslog_variables
  934. dns_check_record
  935. dns_get_mx
  936. dns_get_record
  937. fsockopen
  938. gethostbyaddr
  939. gethostbyname
  940. gethostbynamel
  941. getmxrr
  942. getprotobyname
  943. getprotobynumber
  944. getservbyname
  945. getservbyport
  946. inet_ntop
  947. inet_pton
  948. ip2long
  949. long2ip
  950. openlog
  951. pfsockopen
  952. socket_get_status
  953. socket_set_blocking
  954. socket_set_timeout
  955. syslog
  956.  
  957. ;Newt Functions
  958.  
  959. ;NSAPI-specific Functions
  960. nsapi_request_headers
  961. nsapi_response_headers
  962. nsapi_virtual
  963.  
  964. ;Object Aggregation/Composition Functions
  965.  
  966. ;Object property and method call overloading
  967.  
  968. ;Oracle functions
  969.  
  970. ;ODBC Functions (Unified)
  971.  
  972. ;ODBC and DB2 Functions (PDO_ODBC)
  973.  
  974. ;oggvorbis
  975.  
  976. ;OpenAL Audio Bindings
  977.  
  978. ;OpenSSL functions
  979.  
  980. ;Oracle Functions [deprecated]
  981.  
  982. ;Oracle Functions (PDO_OCI)
  983.  
  984. ;Output Control Functions
  985. flush
  986. ob_clean
  987. ob_end_clean
  988. ob_end_flush
  989. ob_flush
  990. ob_get_clean
  991. ob_get_contents
  992. ob_get_flush
  993. ob_get_length
  994. ob_get_level
  995. ob_get_status
  996. ob_gzhandler
  997. ob_implicit_flush
  998. ob_list_handlers
  999. ob_start
  1000. output_add_rewrite_var
  1001. output_reset_rewrite_vars
  1002.  
  1003. ;Ovrimos SQL functions
  1004.  
  1005. ;Paradox File Access
  1006.  
  1007. ;Parsekit Functions
  1008.  
  1009. ;Process Control Functions
  1010.  
  1011. ;Regular Expression Functions (Perl-Compatible)
  1012. Pattern Modifiers
  1013. Pattern Syntax
  1014. preg_grep
  1015. preg_match_all
  1016. preg_match
  1017. preg_quote
  1018. preg_replace_callback
  1019. preg_replace
  1020. preg_split
  1021.  
  1022. ;PDF functions
  1023.  
  1024. ;PDO Functions
  1025.  
  1026. ;PHP Options&Information
  1027. assert_options
  1028. assert
  1029. dl
  1030. extension_loaded
  1031. get_cfg_var
  1032. get_current_user
  1033. get_defined_constants
  1034. get_extension_funcs
  1035. get_include_path
  1036. get_included_files
  1037. get_loaded_extensions
  1038. get_magic_quotes_gpc
  1039. get_magic_quotes_runtime
  1040. get_required_files
  1041. getenv
  1042. getlastmod
  1043. getmygid
  1044. getmyinode
  1045. getmypid
  1046. getmyuid
  1047. getopt
  1048. getrusage
  1049. ini_alter
  1050. ini_get_all
  1051. ini_get
  1052. ini_restore
  1053. ini_set
  1054. main
  1055. memory_get_usage
  1056. php_ini_scanned_files
  1057. php_logo_guid
  1058. php_sapi_name
  1059. php_uname
  1060. phpcredits
  1061. phpinfo
  1062. phpversion
  1063. putenv
  1064. restore_include_path
  1065. set_include_path
  1066. set_magic_quotes_runtime
  1067. set_time_limit
  1068. version_compare
  1069. zend_logo_guid
  1070. zend_version
  1071.  
  1072. ;POSIX functions
  1073. posix_access
  1074. posix_ctermid
  1075. posix_get_last_error
  1076. posix_getcwd
  1077. posix_getegid
  1078. posix_geteuid
  1079. posix_getgid
  1080. posix_getgrgid
  1081. posix_getgrnam
  1082. posix_getgroups
  1083. posix_getlogin
  1084. posix_getpgid
  1085. posix_getpgrp
  1086. posix_getpid
  1087. posix_getppid
  1088. posix_getpwnam
  1089. posix_getpwuid
  1090. posix_getrlimit
  1091. posix_getsid
  1092. posix_getuid
  1093. posix_isatty
  1094. posix_kill
  1095. posix_mkfifo
  1096. posix_mknod
  1097. posix_setegid
  1098. posix_seteuid
  1099. posix_setgid
  1100. posix_setpgid
  1101. posix_setsid
  1102. posix_setuid
  1103. posix_strerror
  1104. posix_times
  1105. posix_ttyname
  1106. posix_uname
  1107.  
  1108. ;Regular Expression Functions (POSIX Extended)
  1109.  
  1110. ;PostgreSQL functions
  1111.  
  1112. ;PostgreSQL Functions (PDO_PGSQL)
  1113.  
  1114. ;Printer functions
  1115.  
  1116. ;Program Execution functions
  1117. escapeshellarg
  1118. escapeshellcmd
  1119. exec
  1120. passthru
  1121. proc_close
  1122. proc_get_status
  1123. proc_nice
  1124. proc_open
  1125. proc_terminate
  1126. shell_exec
  1127. system
  1128.  
  1129. ;PostScript document creation
  1130.  
  1131. ;Pspell Functions
  1132.  
  1133. ;qtdom Functions
  1134.  
  1135. ;Radius
  1136.  
  1137. ;Rar Functions
  1138.  
  1139. ;GNU Readline
  1140.  
  1141. ;GNU Recode functions
  1142.  
  1143. ;RPM Header Reading Functions
  1144.  
  1145. ;runkit Functions
  1146.  
  1147. ;Satellite CORBA client extension [deprecated]
  1148.  
  1149. ;SDO Functions
  1150.  
  1151. ;SDO XML Data Access Service Functions
  1152.  
  1153. ;SDO Relational Data Access Service Functions
  1154.  
  1155. ;Semaphore, Shared Memory and IPC Functions
  1156.  
  1157. ;SESAM Database Functions
  1158.  
  1159. ;PostgreSQL Session Save Handler
  1160.  
  1161. ;Session Handling Functions
  1162. session_cache_expire
  1163. session_cache_limiter
  1164. session_commit
  1165. session_decode
  1166. session_destroy
  1167. session_encode
  1168. session_get_cookie_params
  1169. session_id
  1170. session_is_registered
  1171. session_module_name
  1172. session_name
  1173. session_regenerate_id
  1174. session_register
  1175. session_save_path
  1176. session_set_cookie_params
  1177. session_set_save_handler
  1178. session_start
  1179. session_unregister
  1180. session_unset
  1181. session_write_close
  1182.  
  1183. ;Shared Memory Functions
  1184.  
  1185. ;SimpleXML functions
  1186. simplexml_import_dom
  1187. simplexml_load_file
  1188. simplexml_load_string
  1189. SimpleXMLElement
  1190.  
  1191. ;SNMP Functions
  1192.  
  1193. ;SOAP Functions
  1194.  
  1195. ;Socket Functions
  1196.  
  1197. ;Standard PHP Library (SPL) Functions
  1198. ArrayIterator
  1199. ArrayObject
  1200. CachingIterator
  1201. CachingRecursiveIterator
  1202. class_implements
  1203. class_parents
  1204. DirectoryIterator
  1205. FilterIterator
  1206. iterator_count
  1207. iterator_to_array
  1208. LimitIterator
  1209. ParentIterator
  1210. RecursiveDirectoryIterator
  1211. RecursiveIteratorIterator
  1212. SimpleXMLIterator
  1213. spl_classes
  1214.  
  1215. ;SQLite Functions
  1216.  
  1217. ;SQLite Functions (PDO_SQLITE)
  1218.  
  1219. ;Secure Shell2 Functions
  1220.  
  1221. ;Statistics Functions
  1222.  
  1223. ;Stream Functions
  1224. stream_bucket_append
  1225. stream_bucket_make_writeable
  1226. stream_bucket_new
  1227. stream_bucket_prepend
  1228. stream_context_create
  1229. stream_context_get_default
  1230. stream_context_get_options
  1231. stream_context_set_option
  1232. stream_context_set_params
  1233. stream_copy_to_stream
  1234. stream_filter_append
  1235. stream_filter_prepend
  1236. stream_filter_register
  1237. stream_filter_remove
  1238. stream_get_contents
  1239. stream_get_filters
  1240. stream_get_line
  1241. stream_get_meta_data
  1242. stream_get_transports
  1243. stream_get_wrappers
  1244. stream_register_wrapper
  1245. stream_select
  1246. stream_set_blocking
  1247. stream_set_timeout
  1248. stream_set_write_buffer
  1249. stream_socket_accept
  1250. stream_socket_client
  1251. stream_socket_enable_crypto
  1252. stream_socket_get_name
  1253. stream_socket_pair
  1254. stream_socket_recvfrom
  1255. stream_socket_sendto
  1256. stream_socket_server
  1257. stream_wrapper_register
  1258. stream_wrapper_restore
  1259. stream_wrapper_unregister
  1260.  
  1261. ;String Functions
  1262. addcslashes
  1263. addslashes
  1264. bin2hex
  1265. chop
  1266. chr
  1267. chunk_split
  1268. convert_cyr_string
  1269. convert_uudecode
  1270. convert_uuencode
  1271. count_chars
  1272. crc32
  1273. crypt
  1274. echo
  1275. explode
  1276. fprintf
  1277. get_html_translation_table
  1278. hebrev
  1279. hebrevc
  1280. html_entity_decode
  1281. htmlentities
  1282. htmlspecialchars_decode
  1283. htmlspecialchars
  1284. implode
  1285. join
  1286. levenshtein
  1287. localeconv
  1288. ltrim
  1289. md5_file
  1290. md5
  1291. metaphone
  1292. money_format
  1293. nl_langinfo
  1294. nl2br
  1295. number_format
  1296. ord
  1297. parse_str
  1298. print
  1299. printf
  1300. quoted_printable_decode
  1301. quotemeta
  1302. rtrim
  1303. setlocale
  1304. sha1_file
  1305. sha1
  1306. similar_text
  1307. soundex
  1308. sprintf
  1309. sscanf
  1310. str_ireplace
  1311. str_pad
  1312. str_repeat
  1313. str_replace
  1314. str_rot13
  1315. str_shuffle
  1316. str_split
  1317. str_word_count
  1318. strcasecmp
  1319. strchr
  1320. strcmp
  1321. strcoll
  1322. strcspn
  1323. strip_tags
  1324. stripcslashes
  1325. stripos
  1326. stripslashes
  1327. stristr
  1328. strlen
  1329. strnatcasecmp
  1330. strnatcmp
  1331. strncasecmp
  1332. strncmp
  1333. strpbrk
  1334. strpos
  1335. strrchr
  1336. strrev
  1337. strripos
  1338. strrpos
  1339. strspn
  1340. strstr
  1341. strtok
  1342. strtolower
  1343. strtoupper
  1344. strtr
  1345. substr_compare
  1346. substr_count
  1347. substr_replace
  1348. substr
  1349. trim
  1350. ucfirst
  1351. ucwords
  1352. vfprintf
  1353. vprintf
  1354. vsprintf
  1355. wordwrap
  1356.  
  1357. ;Shockwave Flash Functions
  1358.  
  1359. ;Sybase Functions
  1360.  
  1361. ;TCP Wrappers Functions
  1362.  
  1363. ;Tidy Functions
  1364.  
  1365. ;Tokenizer Functions
  1366. token_get_all
  1367. token_name
  1368.  
  1369. ;Unicode Functions
  1370.  
  1371. ;URL Functions
  1372. base64_decode
  1373. base64_encode
  1374. get_headers
  1375. get_meta_tags
  1376. http_build_query
  1377. parse_url
  1378. rawurldecode
  1379. rawurlencode
  1380. urldecode
  1381. urlencode
  1382.  
  1383. ;Variable Handling Functions
  1384. debug_zval_dump
  1385. doubleval
  1386. empty
  1387. floatval
  1388. get_defined_vars
  1389. get_resource_type
  1390. gettype
  1391. import_request_variables
  1392. intval
  1393. is_array
  1394. is_bool
  1395. is_callable
  1396. is_double
  1397. is_float
  1398. is_int
  1399. is_integer
  1400. is_long
  1401. is_null
  1402. is_numeric
  1403. is_object
  1404. is_real
  1405. is_resource
  1406. is_scalar
  1407. is_string
  1408. isset
  1409. print_r
  1410. serialize
  1411. settype
  1412. strval
  1413. unserialize
  1414. unset
  1415. var_dump
  1416. var_export
  1417.  
  1418. ;Verisign Payflow Pro Functions
  1419.  
  1420. ;vpopmail Functions
  1421.  
  1422. ;W32api Functions
  1423. w32api_deftype
  1424. w32api_init_dtype
  1425. w32api_invoke_function
  1426. w32api_register_function
  1427. w32api_set_call_method
  1428.  
  1429. ;WDDX Functions
  1430.  
  1431. ;win32ps Functions
  1432.  
  1433. ;win32service Functions
  1434.  
  1435. ;xattr Functions
  1436.  
  1437. ;xdiff Functions
  1438.  
  1439. ;XML Parser Functions
  1440. utf8_decode
  1441. utf8_encode
  1442. xml_error_string
  1443. xml_get_current_byte_index
  1444. xml_get_current_column_number
  1445. xml_get_current_line_number
  1446. xml_get_error_code
  1447. xml_parse_into_struct
  1448. xml_parse
  1449. xml_parser_create_ns
  1450. xml_parser_create
  1451. xml_parser_free
  1452. xml_parser_get_option
  1453. xml_parser_set_option
  1454. xml_set_character_data_handler
  1455. xml_set_default_handler
  1456. xml_set_element_handler
  1457. xml_set_end_namespace_decl_handler
  1458. xml_set_external_entity_ref_handler
  1459. xml_set_notation_decl_handler
  1460. xml_set_object
  1461. xml_set_processing_instruction_handler
  1462. xml_set_start_namespace_decl_handler
  1463. xml_set_unparsed_entity_decl_handler
  1464.  
  1465. ;XML-RPC Functions
  1466.  
  1467. ;XMLReader functions
  1468. XMLReader
  1469.  
  1470. ;xmlwriter Functions
  1471.  
  1472. ;XSL functions
  1473.  
  1474. ;XSLT Functions
  1475.  
  1476. ;YAZ Functions
  1477.  
  1478. ;YP/NIS Functions
  1479.  
  1480. ;Zip File Functions (Read Only Access)
  1481.  
  1482. ;Zlib Compression Functions
  1483.  
  1484. #KEYWORD=Variables
  1485. #
  1486.