carbonize

PHP Functions

Dec 20th, 2012
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 376.13 KB | None | 0 0
  1. number abs (mixed $number) (PHP 4, PHP 5)
  2. float acos (float $arg) (PHP 4, PHP 5)
  3. float acosh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  4. string addcslashes (string $str, string $charlist) (PHP 4, PHP 5)
  5. string addslashes (string $str) (PHP 4, PHP 5)
  6. array aggregate_info (object $object) (PHP 4 >= 4.3.0)
  7. void aggregate_methods_by_list (object $object, string $class_name, array $methods_list [, bool $exclude=false]) (PHP 4 >= 4.2.0)
  8. void aggregate_methods_by_regexp (object $object, string $class_name, string $regexp [, bool $exclude=false]) (PHP 4 >= 4.2.0)
  9. void aggregate_methods (object $object, string $class_name) (PHP 4 >= 4.2.0)
  10. void aggregate_properties_by_list (object $object, string $class_name, array $properties_list [, bool $exclude=false]) (PHP 4 >= 4.2.0)
  11. void aggregate_properties_by_regexp (object $object, string $class_name, string $regexp [, bool $exclude=false]) (PHP 4 >= 4.2.0)
  12. void aggregate_properties (object $object, string $class_name) (PHP 4 >= 4.2.0)
  13. void aggregate (object $object, string $class_name) (PHP 4 >= 4.2.0)
  14. ) (PHP 4 >= 4.2.0 and < 4.3.0)
  15. bool apache_child_terminate (void) (PHP 4 >= 4.0.5, PHP 5)
  16. array apache_get_modules (void) (PHP 4 >= 4.3.2, PHP 5)
  17. string apache_get_version (void) (PHP 4 >= 4.3.2, PHP 5)
  18. string apache_getenv (string $variable [, bool $walk_to_top=false]) (PHP 4 >= 4.3.0, PHP 5)
  19. object apache_lookup_uri (string $filename) (PHP 4, PHP 5)
  20. string apache_note (string $note_name [, string $note_value=""]) (PHP 4, PHP 5)
  21. array apache_request_headers (void) (PHP 4 >= 4.3.0, PHP 5)
  22. bool apache_reset_timeout (void) (PHP 5 >= 5.1.0)
  23. array apache_response_headers (void) (PHP 4 >= 4.3.0, PHP 5)
  24. bool apache_setenv (string $variable, string $value [, bool $walk_to_top=false]) (PHP 4 >= 4.2.0, PHP 5)
  25. bool apc_add (string $key [, mixed $var [, int $ttl=0]]) (PECL apc >= 3.0.13)
  26. string apc_bin_dump ( [array $files [, array $user_vars]]) (PECL apc >= 3.1.4)
  27. int apc_bin_dumpfile (array $files, array $user_vars, string $filename [, int $flags=0 [, resource $context]]) (PECL apc >= 3.1.4)
  28. bool apc_bin_load (string $data [, int $flags=0]) (PECL apc >= 3.1.4)
  29. bool apc_bin_loadfile (string $filename [, resource $context [, int $flags]]) (PECL apc >= 3.1.4)
  30. array apc_cache_info ( [string $cache_type [, bool $limited=false]]) (PECL apc >= 2.0.0)
  31. bool apc_cas (string $key, int $old, int $new) (PECL apc >= 3.1.1)
  32. bool apc_clear_cache ( [string $cache_type]) (PECL apc >= 2.0.0)
  33. mixed apc_compile_file (string $filename [, bool $atomic=true]) (PECL apc >= 3.0.13)
  34. int apc_dec (string $key [, int $step=1 [, bool& $success]]) (PECL apc >= 3.1.1)
  35. bool apc_define_constants (string $key, array $constants [, bool $case_sensitive=true]) (PECL apc >= 3.0.0)
  36. mixed apc_delete_file (mixed $keys) (PECL apc >= 3.1.1)
  37. mixed apc_delete (string $key) (PECL apc >= 3.0.0)
  38. mixed apc_exists (mixed $keys) (PECL apc >= 3.1.4)
  39. mixed apc_fetch (mixed $key [, bool& $success]) (PECL apc >= 3.0.0)
  40. int apc_inc (string $key [, int $step=1 [, bool& $success]]) (PECL apc >= 3.1.1)
  41. bool apc_load_constants (string $key [, bool $case_sensitive=true]) (PECL apc >= 3.0.0)
  42. array apc_sma_info ( [bool $limited=false]) (PECL apc >= 2.0.0)
  43. bool apc_store (string $key, mixed $var [, int $ttl=0]) (PECL apc >= 3.0.0)
  44. bool apd_breakpoint (int $debug_level) (PECL apd >= 0.2)
  45. array apd_callstack (void) (PECL apd 0.2-0.4)
  46. void apd_clunk (string $warning [, string $delimiter]) (PECL apd 0.2-0.4)
  47. bool apd_continue (int $debug_level) (PECL apd >= 0.2)
  48. void apd_croak (string $warning [, string $delimiter]) (PECL apd 0.2-0.4)
  49. void apd_dump_function_table (void) (Unknown)
  50. array apd_dump_persistent_resources (void) (PECL apd 0.2-0.4)
  51. array apd_dump_regular_resources (void) (PECL apd 0.2-0.4)
  52. bool apd_echo (string $output) (PECL apd >= 0.2)
  53. array apd_get_active_symbols (void) (PECL apd 0.2)
  54. string apd_set_pprof_trace ( [string $dump_directory [, string $fragment="pprof"]]) (PECL apd >= 0.2)
  55. bool apd_set_session_trace_socket (string $tcp_server, int $socket_type, int $port, int $debug_level) (PECL apd >= 0.2)
  56. void apd_set_session_trace (int $debug_level [, string $dump_directory]) (PECL apd 0.2-0.4)
  57. void apd_set_session (int $debug_level) (PECL apd 0.2-0.4)
  58. array array_change_key_case (array $input [, int $case=CASE_LOWER]) (PHP 4 >= 4.2.0, PHP 5)
  59. array array_chunk (array $input, int $size [, bool $preserve_keys=false]) (PHP 4 >= 4.2.0, PHP 5)
  60. array array_combine (array $keys, array $values) (PHP 5)
  61. array array_count_values (array $input) (PHP 4, PHP 5)
  62. array array_diff_assoc (array $array1, array $array2 [, array $...]) (PHP 4 >= 4.3.0, PHP 5)
  63. array array_diff_key (array $array1, array $array2 [, array $...]) (PHP 5 >= 5.1.0)
  64. array array_diff_uassoc (array $array1, array $array2 [, array $...], callable $key_compare_func) (PHP 5)
  65. array array_diff_ukey (array $array1, array $array2 [, array $...], callable $key_compare_func) (PHP 5 >= 5.1.0)
  66. array array_diff (array $array1, array $array2 [, array $...]) (PHP 4 >= 4.0.1, PHP 5)
  67. array array_fill_keys (array $keys, mixed $value) (PHP 5 >= 5.2.0)
  68. array array_fill (int $start_index, int $num, mixed $value) (PHP 4 >= 4.2.0, PHP 5)
  69. array array_filter (array $input [, callable $callback=""]) (PHP 4 >= 4.0.6, PHP 5)
  70. array array_flip (array $trans) (PHP 4, PHP 5)
  71. array array_intersect_assoc (array $array1, array $array2 [, array $...]) (PHP 4 >= 4.3.0, PHP 5)
  72. array array_intersect_key (array $array1, array $array2 [, array $...]) (PHP 5 >= 5.1.0)
  73. array array_intersect_uassoc (array $array1, array $array2 [, array $...], callable $key_compare_func) (PHP 5)
  74. array array_intersect_ukey (array $array1, array $array2 [, array $...], callable $key_compare_func) (PHP 5 >= 5.1.0)
  75. array array_intersect (array $array1, array $array2 [, array $...]) (PHP 4 >= 4.0.1, PHP 5)
  76. bool array_key_exists (mixed $key, array $search) (PHP 4 >= 4.0.7, PHP 5)
  77. array array_keys (array $input [, mixed $search_value= NULL [, bool $strict=false]]) (PHP 4, PHP 5)
  78. array array_map (callable $callback, array $arr1 [, array $...]) (PHP 4 >= 4.0.6, PHP 5)
  79. array array_merge_recursive (array $array1 [, array $...]) (PHP 4 >= 4.0.1, PHP 5)
  80. array array_merge (array $array1 [, array $...]) (PHP 4, PHP 5)
  81. bool array_multisort (array& $arr [, mixed $arg=SORT_ASC [, mixed $arg=SORT_REGULAR [, mixed $...]]]) (PHP 4, PHP 5)
  82. array array_pad (array $input, int $pad_size, mixed $pad_value) (PHP 4, PHP 5)
  83. mixed array_pop (array& $array) (PHP 4, PHP 5)
  84. number array_product (array $array) (PHP 5 >= 5.1.0)
  85. int array_push (array& $array, mixed $var [, mixed $...]) (PHP 4, PHP 5)
  86. mixed array_rand (array $input [, int $num_req=1]) (PHP 4, PHP 5)
  87. mixed array_reduce (array $input, callable $function [, mixed $initial= NULL]) (PHP 4 >= 4.0.5, PHP 5)
  88. array array_replace_recursive (array $array, array $array1 [, array $...]) (PHP 5 >= 5.3.0)
  89. array array_replace (array $array, array $array1 [, array $...]) (PHP 5 >= 5.3.0)
  90. array array_reverse (array $array [, bool $preserve_keys=false]) (PHP 4, PHP 5)
  91. mixed array_search (mixed $needle, array $haystack [, bool $strict=false]) (PHP 4 >= 4.0.5, PHP 5)
  92. mixed array_shift (array& $array) (PHP 4, PHP 5)
  93. array array_slice (array $array, int $offset [, int $length= NULL [, bool $preserve_keys=false]]) (PHP 4, PHP 5)
  94. array array_splice (array& $input, int $offset [, int $length=0 [, mixed $replacement]]) (PHP 4, PHP 5)
  95. number array_sum (array $array) (PHP 4 >= 4.0.4, PHP 5)
  96. array array_udiff_assoc (array $array1, array $array2 [, array $...], callable $data_compare_func) (PHP 5)
  97. array array_udiff_uassoc (array $array1, array $array2 [, array $...], callable $data_compare_func, callable $key_compare_func) (PHP 5)
  98. array array_udiff (array $array1, array $array2 [, array $...], callable $data_compare_func) (PHP 5)
  99. array array_uintersect_assoc (array $array1, array $array2 [, array $...], callable $data_compare_func) (PHP 5)
  100. array array_uintersect_uassoc (array $array1, array $array2 [, array $...], callable $data_compare_func, callable $key_compare_func) (PHP 5)
  101. array array_uintersect (array $array1, array $array2 [, array $...], callable $data_compare_func) (PHP 5)
  102. array array_unique (array $array [, int $sort_flags=SORT_STRING]) (PHP 4 >= 4.0.1, PHP 5)
  103. int array_unshift (array& $array, mixed $var [, mixed $...]) (PHP 4, PHP 5)
  104. array array_values (array $input) (PHP 4, PHP 5)
  105. bool array_walk_recursive (array& $input, callable $funcname [, mixed $userdata= NULL]) (PHP 5)
  106. bool array_walk (array& $array, callable $funcname [, mixed $userdata= NULL]) (PHP 4, PHP 5)
  107. array array ( [mixed $...]) (PHP 4, PHP 5)
  108. bool arsort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  109. float asin (float $arg) (PHP 4, PHP 5)
  110. float asinh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  111. bool asort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  112. mixed assert_options (int $what [, mixed $value]) (PHP 4, PHP 5)
  113. bool assert (mixed $assertion [, string $description]) (PHP 4, PHP 5)
  114. float atan (float $arg) (PHP 4, PHP 5)
  115. float atan2 (float $y, float $x) (PHP 4, PHP 5)
  116. float atanh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  117. void __autoload (string $class) (No version information available, might only be in SVN)
  118. string base_convert (string $number, int $frombase, int $tobase) (PHP 4, PHP 5)
  119. string base64_decode (string $data [, bool $strict=false]) (PHP 4, PHP 5)
  120. string base64_encode (string $data) (PHP 4, PHP 5)
  121. string basename (string $path [, string $suffix]) (PHP 4, PHP 5)
  122. bool bbcode_add_element (resource $bbcode_container, string $tag_name, array $tag_rules) (PECL bbcode >= 0.9.0)
  123. bool bbcode_add_smiley (resource $bbcode_container, string $smiley, string $replace_by) (PECL bbcode >= 0.10.2)
  124. resource bbcode_create ( [array $bbcode_initial_tags]) (PECL bbcode >= 0.9.0)
  125. bool bbcode_destroy (resource $bbcode_container) (PECL bbcode >= 0.9.0)
  126. string bbcode_parse (resource $bbcode_container, string $to_parse) (PECL bbcode >= 0.9.0)
  127. bool bbcode_set_arg_parser (resource $bbcode_container, resource $bbcode_arg_parser) (PECL bbcode >= 0.10.2)
  128. bool bbcode_set_flags (resource $bbcode_container, int $flags [, int $mode=BBCODE_SET_FLAGS_SET]) (PECL bbcode >= 0.10.2)
  129. string bcadd (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  130. int bccomp (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  131. string bcdiv (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  132. string bcmod (string $left_operand, string $modulus) (PHP 4, PHP 5)
  133. string bcmul (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  134. bool bcompiler_load_exe (string $filename) (PECL bcompiler >= 0.4)
  135. bool bcompiler_load (string $filename) (PECL bcompiler >= 0.4)
  136. bool bcompiler_parse_class (string $class, string $callback) (PECL bcompiler >= 0.4)
  137. bool bcompiler_read (resource $filehandle) (PECL bcompiler >= 0.4)
  138. bool bcompiler_write_class (resource $filehandle, string $className [, string $extends]) (PECL bcompiler >= 0.4)
  139. bool bcompiler_write_constant (resource $filehandle, string $constantName) (PECL bcompiler >= 0.5)
  140. bool bcompiler_write_exe_footer (resource $filehandle, int $startpos) (PECL bcompiler >= 0.4)
  141. bool bcompiler_write_file (resource $filehandle, string $filename) (PECL bcompiler >= 0.6)
  142. bool bcompiler_write_footer (resource $filehandle) (PECL bcompiler >= 0.4)
  143. bool bcompiler_write_function (resource $filehandle, string $functionName) (PECL bcompiler >= 0.5)
  144. bool bcompiler_write_functions_from_file (resource $filehandle, string $fileName) (PECL bcompiler >= 0.5)
  145. bool bcompiler_write_header (resource $filehandle [, string $write_ver]) (PECL bcompiler >= 0.3)
  146. bool bcompiler_write_included_filename (resource $filehandle, string $filename) (PECL bcompiler >= 0.5)
  147. string bcpow (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  148. string bcpowmod (string $left_operand, string $right_operand, string $modulus [, int $scale]) (PHP 5)
  149. bool bcscale (int $scale) (PHP 4, PHP 5)
  150. string bcsqrt (string $operand [, int $scale]) (PHP 4, PHP 5)
  151. string bcsub (string $left_operand, string $right_operand [, int $scale]) (PHP 4, PHP 5)
  152. string bin2hex (string $str) (PHP 4, PHP 5)
  153. string bind_textdomain_codeset (string $domain, string $codeset) (PHP 4 >= 4.2.0, PHP 5)
  154. number bindec (string $binary_string) (PHP 4, PHP 5)
  155. string bindtextdomain (string $domain, string $directory) (PHP 4, PHP 5)
  156. boolean boolval (mixed $var) (PHP 5 >= 5.5.0)
  157. array bson_decode (string $bson) (PECL mongo >=1.0.1)
  158. string bson_encode (mixed $anything) (PECL mongo >=1.0.1)
  159. int bzclose (resource $bz) (PHP 4 >= 4.0.4, PHP 5)
  160. mixed bzcompress (string $source [, int $blocksize=4 [, int $workfactor=0]]) (PHP 4 >= 4.0.4, PHP 5)
  161. mixed bzdecompress (string $source [, int $small=0]) (PHP 4 >= 4.0.4, PHP 5)
  162. int bzerrno (resource $bz) (PHP 4 >= 4.0.4, PHP 5)
  163. array bzerror (resource $bz) (PHP 4 >= 4.0.4, PHP 5)
  164. string bzerrstr (resource $bz) (PHP 4 >= 4.0.4, PHP 5)
  165. int bzflush (resource $bz) (PHP 4 >= 4.0.4, PHP 5)
  166. resource bzopen (string $filename, string $mode) (PHP 4 >= 4.0.4, PHP 5)
  167. string bzread (resource $bz [, int $length=1024]) (PHP 4 >= 4.0.4, PHP 5)
  168. int bzwrite (resource $bz, string $data [, int $length]) (PHP 4 >= 4.0.4, PHP 5)
  169. CairoContext cairo_create (CairoSurface $surface) (PECL cairo >= 0.1.0)
  170. int cairo_font_face_get_type (CairoFontFace $fontface) (PECL cairo >= 0.1.0)
  171. intcairo_font_face_status (CairoFontFace $fontface) (PECL cairo >= 0.1.0)
  172. CairoFontOptions cairo_font_options_create (void) (PECL cairo >= 0.1.0)
  173. bool cairo_font_options_equal (CairoFontOptions $options, CairoFontOptions $other) (PECL cairo >= 0.1.0)
  174. int cairo_font_options_get_antialias (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  175. int cairo_font_options_get_hint_metrics (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  176. int cairo_font_options_get_hint_style (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  177. int cairo_font_options_get_subpixel_order (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  178. int cairo_font_options_hash (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  179. void cairo_font_options_merge (CairoFontOptions $options, CairoFontOptions $other) (PECL cairo >= 0.1.0)
  180. void cairo_font_options_set_antialias (CairoFontOptions $options, int $antialias) (PECL cairo >= 0.1.0)
  181. void cairo_font_options_set_hint_metrics (CairoFontOptions $options, int $hint_metrics) (PECL cairo >= 0.1.0)
  182. void cairo_font_options_set_hint_style (CairoFontOptions $options, int $hint_style) (PECL cairo >= 0.1.0)
  183. void cairo_font_options_set_subpixel_order (CairoFontOptions $options, int $subpixel_order) (PECL cairo >= 0.1.0)
  184. int cairo_font_options_status (CairoFontOptions $options) (PECL cairo >= 0.1.0)
  185. int cairo_format_stride_for_width (int $format, int $width) (PECL cairo >= 0.1.0)
  186. CairoImageSurface cairo_image_surface_create_for_data (string $data, int $format, int $width, int $height [, int $stride=-1]) (PECL cairo >= 0.1.0)
  187. CairoImageSurface cairo_image_surface_create_from_png (string $file) (PECL cairo >= 0.1.0)
  188. CairoImageSurface cairo_image_surface_create (int $format, int $width, int $height) (PECL cairo >= 0.1.0)
  189. string cairo_image_surface_get_data (CairoImageSurface $surface) (PECL cairo >= 0.1.0)
  190. int cairo_image_surface_get_format (CairoImageSurface $surface) (PECL cairo >= 0.1.0)
  191. int cairo_image_surface_get_height (CairoImageSurface $surface) (PECL cairo >= 0.1.0)
  192. int cairo_image_surface_get_stride (CairoImageSurface $surface) (PECL cairo >= 0.1.0)
  193. int cairo_image_surface_get_width (CairoImageSurface $surface) (PECL cairo >= 0.1.0)
  194. ) (PECL cairo >= 0.1.0)
  195. ) (PECL cairo >= 0.1.0)
  196. void cairo_matrix_invert (CairoMatrix $matrix) (PECL cairo >= 0.1.0)
  197. CairoMatrix cairo_matrix_multiply (CairoMatrix $matrix1, CairoMatrix $matrix2) (PECL cairo >= 0.1.0)
  198. void cairo_matrix_rotate (CairoMatrix $matrix, float $radians) (PECL cairo >= 0.1.0)
  199. array cairo_matrix_transform_distance (CairoMatrix $matrix, float $dx, float $dy) (PECL cairo >= 0.1.0)
  200. array cairo_matrix_transform_point (CairoMatrix $matrix, float $dx, float $dy) (PECL cairo >= 0.1.0)
  201. void cairo_matrix_translate (CairoMatrix $matrix, float $tx, float $ty) (PECL cairo >= 0.1.0)
  202. void cairo_pattern_add_color_stop_rgb (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue) (PECL cairo >= 0.1.0)
  203. void cairo_pattern_add_color_stop_rgba (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue, float $alpha) (PECL cairo >= 0.1.0)
  204. CairoPattern cairo_pattern_create_for_surface (CairoSurface $surface) (PECL cairo >= 0.1.0)
  205. CairoPattern cairo_pattern_create_linear (float $x0, float $y0, float $x1, float $y1) (PECL cairo >= 0.1.0)
  206. CairoPattern cairo_pattern_create_radial (float $x0, float $y0, float $r0, float $x1, float $y1, float $r1) (PECL cairo >= 0.1.0)
  207. CairoPattern cairo_pattern_create_rgb (float $red, float $green, float $blue) (PECL cairo >= 0.1.0)
  208. CairoPattern cairo_pattern_create_rgba (float $red, float $green, float $blue, float $alpha) (PECL cairo >= 0.1.0)
  209. int cairo_pattern_get_color_stop_count (CairoGradientPattern $pattern) (PECL cairo >= 0.1.0)
  210. array cairo_pattern_get_color_stop_rgba (CairoGradientPattern $pattern, int $index) (PECL cairo >= 0.1.0)
  211. int cairo_pattern_get_extend (string $pattern) (PECL cairo >= 0.1.0)
  212. int cairo_pattern_get_filter (CairoSurfacePattern $pattern) (PECL cairo >= 0.1.0)
  213. array cairo_pattern_get_linear_points (CairoLinearGradient $pattern) (PECL cairo >= 0.1.0)
  214. CairoMatrix cairo_pattern_get_matrix (CairoPattern $pattern) (PECL cairo >= 0.1.0)
  215. array cairo_pattern_get_radial_circles (CairoRadialGradient $pattern) (PECL cairo >= 0.1.0)
  216. array cairo_pattern_get_rgba (CairoSolidPattern $pattern) (PECL cairo >= 0.1.0)
  217. CairoSurface cairo_pattern_get_surface (CairoSurfacePattern $pattern) (PECL cairo >= 0.1.0)
  218. int cairo_pattern_get_type (CairoPattern $pattern) (PECL cairo >= 0.1.0)
  219. void cairo_pattern_set_extend (string $pattern, string $extend) (PECL cairo >= 0.1.0)
  220. void cairo_pattern_set_filter (CairoSurfacePattern $pattern, int $filter) (PECL cairo >= 0.1.0)
  221. void cairo_pattern_set_matrix (CairoPattern $pattern, CairoMatrix $matrix) (PECL cairo >= 0.1.0)
  222. int cairo_pattern_status (CairoPattern $pattern) (PECL cairo >= 0.1.0)
  223. CairoPdfSurface cairo_pdf_surface_create (string $file, float $width, float $height) (PECL cairo >= 0.1.0)
  224. void cairo_pdf_surface_set_size (CairoPdfSurface $surface, float $width, float $height) (PECL cairo >= 0.1.0)
  225. array cairo_ps_get_levels (void) (PECL cairo >= 0.1.0)
  226. string cairo_ps_level_to_string (int $level) (PECL cairo >= 0.1.0)
  227. CairoPsSurface cairo_ps_surface_create (string $file, float $width, float $height) (PECL cairo >= 0.1.0)
  228. void cairo_ps_surface_dsc_begin_page_setup (CairoPsSurface $surface) (PECL cairo >= 0.1.0)
  229. void cairo_ps_surface_dsc_begin_setup (CairoPsSurface $surface) (PECL cairo >= 0.1.0)
  230. void cairo_ps_surface_dsc_comment (CairoPsSurface $surface, string $comment) (PECL cairo >= 0.1.0)
  231. bool cairo_ps_surface_get_eps (CairoPsSurface $surface) (PECL cairo >= 0.1.0)
  232. void cairo_ps_surface_restrict_to_level (CairoPsSurface $surface, int $level) (PECL cairo >= 0.1.0)
  233. void cairo_ps_surface_set_eps (CairoPsSurface $surface, bool $level) (PECL cairo >= 0.1.0)
  234. void cairo_ps_surface_set_size (CairoPsSurface $surface, float $width, float $height) (PECL cairo >= 0.1.0)
  235. CairoScaledFont cairo_scaled_font_create (CairoFontFace $fontface, CairoMatrix $matrix, CairoMatrix $ctm, CairoFontOptions $fontoptions) (PECL cairo >= 0.1.0)
  236. array cairo_scaled_font_extents (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  237. CairoMatrix cairo_scaled_font_get_ctm (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  238. CairoFontFace cairo_scaled_font_get_font_face (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  239. CairoFontOptions cairo_scaled_font_get_font_matrix (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  240. CairoFontOptions cairo_scaled_font_get_font_options (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  241. CairoMatrix cairo_scaled_font_get_scale_matrix (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  242. int cairo_scaled_font_get_type (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  243. array cairo_scaled_font_glyph_extents (CairoScaledFont $scaledfont, array $glyphs) (PECL cairo >= 0.1.0)
  244. int cairo_scaled_font_status (CairoScaledFont $scaledfont) (PECL cairo >= 0.1.0)
  245. array cairo_scaled_font_text_extents (CairoScaledFont $scaledfont, string $text) (PECL cairo >= 0.1.0)
  246. void cairo_surface_copy_page (CairoSurface $surface) (PECL cairo >= 0.1.0)
  247. CairoSurface cairo_surface_create_similar (CairoSurface $surface, int $content, float $width, float $height) (PECL cairo >= 0.1.0)
  248. void cairo_surface_finish (CairoSurface $surface) (PECL cairo >= 0.1.0)
  249. void cairo_surface_flush (CairoSurface $surface) (PECL cairo >= 0.1.0)
  250. int cairo_surface_get_content (CairoSurface $surface) (PECL cairo >= 0.1.0)
  251. array cairo_surface_get_device_offset (CairoSurface $surface) (PECL cairo >= 0.1.0)
  252. CairoFontOptions cairo_surface_get_font_options (CairoSurface $surface) (PECL cairo >= 0.1.0)
  253. int cairo_surface_get_type (CairoSurface $surface) (PECL cairo >= 0.1.0)
  254. void cairo_surface_mark_dirty_rectangle (CairoSurface $surface, float $x, float $y, float $width, float $height) (PECL cairo >= 0.1.0)
  255. void cairo_surface_mark_dirty (CairoSurface $surface) (PECL cairo >= 0.1.0)
  256. void cairo_surface_set_device_offset (CairoSurface $surface, float $x, float $y) (PECL cairo >= 0.1.0)
  257. void cairo_surface_set_fallback_resolution (CairoSurface $surface, float $x, float $y) (PECL cairo >= 0.1.0)
  258. void cairo_surface_show_page (CairoSurface $surface) (PECL cairo >= 0.1.0)
  259. int cairo_surface_status (CairoSurface $surface) (PECL cairo >= 0.1.0)
  260. void cairo_surface_write_to_png (CairoSurface $surface, resource $stream) (PECL cairo >= 0.1.0)
  261. CairoSvgSurface cairo_svg_surface_create (string $file, float $width, float $height) (PECL cairo >= 0.1.0)
  262. void cairo_svg_surface_restrict_to_version (CairoSvgSurface $surface, int $version) (PECL cairo >= 0.1.0)
  263. string cairo_svg_version_to_string (int $version) (PECL cairo >= 0.1.0)
  264. int cal_days_in_month (int $calendar, int $month, int $year) (PHP 4 >= 4.1.0, PHP 5)
  265. array cal_from_jd (int $jd, int $calendar) (PHP 4 >= 4.1.0, PHP 5)
  266. array cal_info ( [int $calendar=-1]) (PHP 4 >= 4.1.0, PHP 5)
  267. int cal_to_jd (int $calendar, int $month, int $day, int $year) (PHP 4 >= 4.1.0, PHP 5)
  268. string calcul_hmac (string $clent, string $siretcode, string $price, string $reference, string $validity, string $taxation, string $devise, string $language) (PECL spplus >= 1.0.0)
  269. string calculhmac (string $clent, string $data) (PECL spplus >= 1.0.0)
  270. mixed call_user_func_array (callable $callback, array $param_arr) (PHP 4 >= 4.0.4, PHP 5)
  271. mixed call_user_func (callable $callback [, mixed $parameter [, mixed $...]]) (PHP 4, PHP 5)
  272. mixed call_user_method_array (string $method_name, object& $obj, array $params) (PHP 4 >= 4.0.5, PHP 5)
  273. mixed call_user_method (string $method_name, object& $obj [, mixed $parameter [, mixed $...]]) (PHP 4, PHP 5)
  274. float ceil (float $value) (PHP 4, PHP 5)
  275. bool chdb_create (string $pathname, array $data) (PECL chdb >= 0.1.0)
  276. bool chdir (string $directory) (PHP 4, PHP 5)
  277. bool checkdate (int $month, int $day, int $year) (PHP 4, PHP 5)
  278. bool checkdnsrr (string $host [, string $type="MX"]) (PHP 4, PHP 5)
  279. bool chgrp (string $filename, mixed $group) (PHP 4, PHP 5)
  280. bool chmod (string $filename, int $mode) (PHP 4, PHP 5)
  281. ) (PHP 4, PHP 5)
  282. bool chown (string $filename, mixed $user) (PHP 4, PHP 5)
  283. string chr (int $ascii) (PHP 4, PHP 5)
  284. bool chroot (string $directory) (PHP 4 >= 4.0.5, PHP 5)
  285. string chunk_split (string $body [, int $chunklen=76 [, string $end="\r\n"]]) (PHP 4, PHP 5)
  286. bool class_alias (string $original, string $alias [, bool $autoload= TRUE]) (PHP 5 >= 5.3.0)
  287. bool class_exists (string $class_name [, bool $autoload=true]) (PHP 4, PHP 5)
  288. array class_implements (mixed $class [, bool $autoload=true]) (PHP 5 >= 5.1.0)
  289. array class_parents (mixed $class [, bool $autoload=true]) (PHP 5 >= 5.1.0)
  290. array class_uses (mixed $class [, bool $autoload=true]) (PHP 5 >= 5.4.0)
  291. array classkit_import (string $filename) (PECL classkit >= 0.3)
  292. bool classkit_method_add (string $classname, string $methodname, string $args, string $code [, int $flags=CLASSKIT_ACC_PUBLIC]) (PECL classkit >= 0.1)
  293. bool classkit_method_copy (string $dClass, string $dMethod, string $sClass [, string $sMethod]) (PECL classkit >= 0.2)
  294. bool classkit_method_redefine (string $classname, string $methodname, string $args, string $code [, int $flags=CLASSKIT_ACC_PUBLIC]) (PECL classkit >= 0.1)
  295. bool classkit_method_remove (string $classname, string $methodname) (PECL classkit >= 0.1)
  296. bool classkit_method_rename (string $classname, string $methodname, string $newname) (PECL classkit >= 0.1)
  297. void clearstatcache ( [bool $clear_realpath_cache=false [, string $filename]]) (PHP 4, PHP 5)
  298. void closedir ( [resource $dir_handle]) (PHP 4, PHP 5)
  299. bool closelog (void) (PHP 4, PHP 5)
  300. void com_addref (void) (PHP 4 >= 4.1.0)
  301. string com_create_guid (void) (PHP 5)
  302. bool com_event_sink (variant $comobject, object $sinkobject [, mixed $sinkinterface]) (PHP 4 >= 4.2.0, PHP 5)
  303. variant com_get_active_object (string $progid [, int $code_page]) (PHP 5)
  304. ) (PHP 4)
  305. mixed com_invoke (resource $com_object, string $function_name [, mixed $function_parameters]) (PHP 4)
  306. bool com_isenum (variant $com_module) (PHP 4 >= 4.1.0)
  307. bool com_load_typelib (string $typelib_name [, bool $case_insensitive=true]) (PHP 4 >= 4.1.0, PHP 5)
  308. ) (PHP 4)
  309. bool com_message_pump ( [int $timeoutms=0]) (PHP 4 >= 4.2.0, PHP 5)
  310. bool com_print_typeinfo (object $comobject [, string $dispinterface [, bool $wantsink=false]]) (PHP 4 >= 4.2.0, PHP 5)
  311. ) (PHP 4)
  312. ) (PHP 4)
  313. ) (PHP 4)
  314. void com_release (void) (PHP 4 >= 4.1.0)
  315. ) (PHP 4)
  316. array compact (mixed $varname [, mixed $...]) (PHP 4, PHP 5)
  317. int connection_aborted (void) (PHP 4, PHP 5)
  318. int connection_status (void) (PHP 4, PHP 5)
  319. int connection_timeout (void) (PHP 4 <= 4.0.4)
  320. mixed constant (string $name) (PHP 4 >= 4.0.4, PHP 5)
  321. string convert_cyr_string (string $str, string $from, string $to) (PHP 4, PHP 5)
  322. string convert_uudecode (string $data) (PHP 5)
  323. string convert_uuencode (string $data) (PHP 5)
  324. bool copy (string $source, string $dest [, resource $context]) (PHP 4, PHP 5)
  325. float cos (float $arg) (PHP 4, PHP 5)
  326. float cosh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  327. mixed count_chars (string $string [, int $mode=0]) (PHP 4, PHP 5)
  328. int count (mixed $var [, int $mode=COUNT_NORMAL]) (PHP 4, PHP 5)
  329. bool crack_check (resource $dictionary, string $password) (PECL crack >= 0.1)
  330. bool crack_closedict ( [resource $dictionary]) (PECL crack >= 0.1)
  331. string crack_getlastmessage (void) (PECL crack >= 0.1)
  332. resource crack_opendict (string $dictionary) (PECL crack >= 0.1)
  333. int crc32 (string $str) (PHP 4 >= 4.0.1, PHP 5)
  334. string create_function (string $args, string $code) (PHP 4 >= 4.0.1, PHP 5)
  335. string crypt (string $str [, string $salt]) (PHP 4, PHP 5)
  336. bool ctype_alnum (string $text) (PHP 4 >= 4.0.4, PHP 5)
  337. bool ctype_alpha (string $text) (PHP 4 >= 4.0.4, PHP 5)
  338. bool ctype_cntrl (string $text) (PHP 4 >= 4.0.4, PHP 5)
  339. bool ctype_digit (string $text) (PHP 4 >= 4.0.4, PHP 5)
  340. bool ctype_graph (string $text) (PHP 4 >= 4.0.4, PHP 5)
  341. bool ctype_lower (string $text) (PHP 4 >= 4.0.4, PHP 5)
  342. bool ctype_print (string $text) (PHP 4 >= 4.0.4, PHP 5)
  343. bool ctype_punct (string $text) (PHP 4 >= 4.0.4, PHP 5)
  344. bool ctype_space (string $text) (PHP 4 >= 4.0.4, PHP 5)
  345. bool ctype_upper (string $text) (PHP 4 >= 4.0.4, PHP 5)
  346. bool ctype_xdigit (string $text) (PHP 4 >= 4.0.4, PHP 5)
  347. int cubrid_affected_rows ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  348. bool cubrid_bind (resource $req_identifier, int $bind_index, mixed $bind_value [, string $bind_value_type]) (PECL CUBRID >= 8.3.0)
  349. string cubrid_client_encoding ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.1)
  350. bool cubrid_close_prepare (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  351. bool cubrid_close_request (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  352. bool cubrid_close ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.1)
  353. array cubrid_col_get (resource $conn_identifier, string $oid, string $attr_name) (PECL CUBRID >= 8.3.0)
  354. int cubrid_col_size (resource $conn_identifier, string $oid, string $attr_name) (PECL CUBRID >= 8.3.0)
  355. array cubrid_column_names (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  356. array cubrid_column_types (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  357. bool cubrid_commit (resource $conn_identifier) (PECL CUBRID >= 8.3.0)
  358. resource cubrid_connect_with_url (string $conn_url [, string $userid [, string $passwd [, bool $new_link=false]]]) (PECL CUBRID >= 8.3.1)
  359. resource cubrid_connect (string $host, int $port, string $dbname [, string $userid [, string $passwd [, bool $new_link=false]]]) (PECL CUBRID >= 8.3.1)
  360. string cubrid_current_oid (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  361. bool cubrid_data_seek (resource $result, int $row_number) (PECL CUBRID >= 8.3.0)
  362. string cubrid_db_name (array $result, int $index) (PECL CUBRID >= 8.3.1)
  363. bool cubrid_disconnect ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  364. bool cubrid_drop (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  365. int cubrid_errno ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.1)
  366. int cubrid_error_code_facility (void) (PECL CUBRID >= 8.3.0)
  367. int cubrid_error_code (void) (PECL CUBRID >= 8.3.0)
  368. string cubrid_error_msg (void) (PECL CUBRID >= 8.3.0)
  369. string cubrid_error ( [resource $connection]) (PECL CUBRID >= 8.3.1)
  370. resource cubrid_execute (resource $conn_identifier, string $sql [, int $option]) (PECL CUBRID >= 8.3.0)
  371. array cubrid_fetch_array (resource $result [, int $type=CUBRID_BOTH]) (PECL CUBRID >=8.3.0)
  372. array cubrid_fetch_assoc (resource $result [, int $type]) (PECL CUBRID >= 8.3.0)
  373. object cubrid_fetch_field (resource $result [, int $field_offset=0]) (PECL CUBRID >= 8.3.1)
  374. array cubrid_fetch_lengths (resource $result) (PECL CUBRID >= 8.3.0)
  375. object cubrid_fetch_object (resource $result [, string $class_name [, array $params [, int $type]]]) (PECL CUBRID >= 8.3.0)
  376. array cubrid_fetch_row (resource $result [, int $type]) (PECL CUBRID >= 8.3.0)
  377. mixed cubrid_fetch (resource $result [, int $type=CUBRID_BOTH]) (PECL CUBRID >= 8.3.0)
  378. string cubrid_field_flags (resource $result, int $field_offset) (PECL CUBRID >= 8.3.0)
  379. int cubrid_field_len (resource $result, int $field_offset) (PECL CUBRID >= 8.3.0)
  380. string cubrid_field_name (resource $result, int $field_offset) (PECL CUBRID >= 8.3.0)
  381. bool cubrid_field_seek (resource $result [, int $field_offset=0]) (PECL CUBRID >= 8.3.0)
  382. string cubrid_field_table (resource $result, int $field_offset) (PECL CUBRID >= 8.3.0)
  383. string cubrid_field_type (resource $result, int $field_offset) (PECL CUBRID >= 8.3.0)
  384. bool cubrid_free_result (resource $req_identifier) (PECL CUBRID >= 8.3.0)
  385. bool cubrid_get_autocommit (resource $conn_identifier) (PECL CUBRID >= 8.4.0)
  386. string cubrid_get_charset (resource $conn_identifier) (PECL CUBRID >= 8.3.0)
  387. string cubrid_get_class_name (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  388. string cubrid_get_client_info (void) (PECL CUBRID >= 8.3.0)
  389. array cubrid_get_db_parameter (resource $conn_identifier) (PECL CUBRID >= 8.3.0)
  390. int cubrid_get_query_timeout (resource $req_identifier) (PECL CUBRID >= 8.4.1)
  391. string cubrid_get_server_info (resource $conn_identifier) (PECL CUBRID >= 8.3.0)
  392. mixed cubrid_get (resource $conn_identifier, string $oid [, mixed $attr]) (PECL CUBRID >= 8.3.0)
  393. string cubrid_insert_id ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  394. int cubrid_is_instance (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  395. array cubrid_list_dbs ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  396. int cubrid_load_from_glo (resource $conn_identifier, string $oid, string $file_name) (PECL CUBRID >= 8.3.0)
  397. bool cubrid_lob_close (array $lob_identifier_array) (PECL CUBRID >= 8.3.1)
  398. bool cubrid_lob_export (resource $conn_identifier, resource $lob_identifier, string $path_name) (PECL CUBRID >= 8.3.1)
  399. array cubrid_lob_get (resource $conn_identifier, string $sql) (PECL CUBRID >= 8.3.1)
  400. bool cubrid_lob_send (resource $conn_identifier, resource $lob_identifier) (PECL CUBRID >= 8.3.1)
  401. string cubrid_lob_size (resource $lob_identifier) (PECL CUBRID >= 8.3.1)
  402. bool cubrid_lob2_bind (resource $req_identifier, int $bind_index, mixed $bind_value [, string $bind_value_type]) (PECL CUBRID >= 8.4.1)
  403. bool cubrid_lob2_close (resource $lob_identifier) (PECL CUBRID >= 8.4.1)
  404. bool cubrid_lob2_export (resource $lob_identifier, string $file_name) (PECL CUBRID >= 8.4.1)
  405. bool cubrid_lob2_import (resource $lob_identifier, string $file_name) (PECL CUBRID >= 8.4.1)
  406. resource cubrid_lob2_new ( [resource $conn_identifier [, string $type="BLOB"]]) (PECL CUBRID >= 8.4.1)
  407. string cubrid_lob2_read (resource $lob_identifier, int $len) (PECL CUBRID >= 8.4.1)
  408. bool cubrid_lob2_seek (resource $lob_identifier, int $offset [, int $origin=CUBRID_CURSOR_CURRENT]) (PECL CUBRID >= 8.4.1)
  409. bool cubrid_lob2_seek64 (resource $lob_identifier, string $offset [, int $origin=CUBRID_CURSOR_CURRENT]) (PECL CUBRID >= 8.4.1)
  410. int cubrid_lob2_size (resource $lob_identifier) (PECL CUBRID >= 8.4.1)
  411. string cubrid_lob2_size64 (resource $lob_identifier) (PECL CUBRID >= 8.4.1)
  412. int cubrid_lob2_tell (resource $lob_identifier) (PECL CUBRID >= 8.4.1)
  413. string cubrid_lob2_tell64 (resource $lob_identifier) (PECL CUBRID >= 8.4.1)
  414. bool cubrid_lob2_write (resource $lob_identifier, string $buf) (PECL CUBRID >= 8.4.1)
  415. bool cubrid_lock_read (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  416. bool cubrid_lock_write (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  417. int cubrid_move_cursor (resource $req_identifier, int $offset [, int $origin=CUBRID_CURSOR_CURRENT]) (PECL CUBRID >= 8.3.0)
  418. string cubrid_new_glo (resource $conn_identifier, string $class_name, string $file_name) (PECL CUBRID >= 8.3.0)
  419. bool cubrid_next_result (resource $result) (PECL CUBRID >= 8.4.0)
  420. int cubrid_num_cols (resource $result) (PECL CUBRID >= 8.3.0)
  421. int cubrid_num_fields (resource $result) (PECL CUBRID >= 8.3.0)
  422. int cubrid_num_rows (resource $result) (PECL CUBRID >= 8.3.0)
  423. resource cubrid_pconnect_with_url (string $conn_url [, string $userid [, string $passwd]]) (PECL CUBRID >= 8.3.1)
  424. resource cubrid_pconnect (string $host, int $port, string $dbname [, string $userid [, string $passwd]]) (PECL CUBRID >= 8.3.1)
  425. bool cubrid_ping ( [resource $conn_identifier]) (PECL CUBRID >= 8.3.1)
  426. resource cubrid_prepare (resource $conn_identifier, string $prepare_stmt [, int $option=0]) (PECL CUBRID >= 8.3.0)
  427. int cubrid_put (resource $conn_identifier, string $oid [, string $attr], mixed $value) (PECL CUBRID >= 8.3.0)
  428. resource cubrid_query (string $query [, resource $conn_identifier]) (PECL CUBRID >= 8.3.1)
  429. string cubrid_real_escape_string (string $unescaped_string [, resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  430. string cubrid_result (resource $result, int $row [, mixed $field=0]) (PECL CUBRID >= 8.3.0)
  431. bool cubrid_rollback (resource $conn_identifier) (PECL CUBRID >= 8.3.0)
  432. int cubrid_save_to_glo (resource $conn_identifier, string $oid, string $file_name) (PECL CUBRID >= 8.3.0)
  433. array cubrid_schema (resource $conn_identifier, int $schema_type [, string $class_name [, string $attr_name]]) (PECL CUBRID >= 8.3.0)
  434. int cubrid_send_glo (resource $conn_identifier, string $oid) (PECL CUBRID >= 8.3.0)
  435. bool cubrid_seq_drop (resource $conn_identifier, string $oid, string $attr_name, int $index) (PECL CUBRID >= 8.3.0)
  436. bool cubrid_seq_insert (resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element) (PECL CUBRID >= 8.3.0)
  437. bool cubrid_seq_put (resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element) (PECL CUBRID >= 8.3.0)
  438. bool cubrid_set_add (resource $conn_identifier, string $oid, string $attr_name, string $set_element) (PECL CUBRID >= 8.3.0)
  439. bool cubrid_set_autocommit (resource $conn_identifier, bool $mode) (PECL CUBRID >= 8.4.0)
  440. bool cubrid_set_db_parameter (resource $conn_identifier, int $param_type, int $param_value) (PECL CUBRID >= 8.4.0)
  441. bool cubrid_set_drop (resource $conn_identifier, string $oid, string $attr_name, string $set_element) (PECL CUBRID >= 8.3.0)
  442. bool cubrid_set_query_timeout (resource $req_identifier, int $timeout) (PECL CUBRID >= 8.4.1)
  443. resource cubrid_unbuffered_query (string $query [, resource $conn_identifier]) (PECL CUBRID >= 8.3.0)
  444. string cubrid_version (void) (PECL CUBRID >= 8.3.0)
  445. void curl_close (resource $ch) (PHP 4 >= 4.0.2, PHP 5)
  446. resource curl_copy_handle (resource $ch) (PHP 5)
  447. int curl_errno (resource $ch) (PHP 4 >= 4.0.3, PHP 5)
  448. string curl_error (resource $ch) (PHP 4 >= 4.0.3, PHP 5)
  449. mixed curl_exec (resource $ch) (PHP 4 >= 4.0.2, PHP 5)
  450. mixed curl_getinfo (resource $ch [, int $opt=0]) (PHP 4 >= 4.0.4, PHP 5)
  451. resource curl_init ( [string $url= NULL]) (PHP 4 >= 4.0.2, PHP 5)
  452. int curl_multi_add_handle (resource $mh, resource $ch) (PHP 5)
  453. void curl_multi_close (resource $mh) (PHP 5)
  454. int curl_multi_exec (resource $mh, int& $still_running) (PHP 5)
  455. string curl_multi_getcontent (resource $ch) (PHP 5)
  456. array curl_multi_info_read (resource $mh [, int& $msgs_in_queue= NULL]) (PHP 5)
  457. resource curl_multi_init (void) (PHP 5)
  458. int curl_multi_remove_handle (resource $mh, resource $ch) (PHP 5)
  459. int curl_multi_select (resource $mh [, float $timeout=1.0]) (PHP 5)
  460. bool curl_setopt_array (resource $ch, array $options) (PHP 5 >= 5.1.3)
  461. bool curl_setopt (resource $ch, int $option, mixed $value) (PHP 4 >= 4.0.2, PHP 5)
  462. array curl_version ( [int $age=CURLVERSION_NOW]) (PHP 4 >= 4.0.2, PHP 5)
  463. mixed current (array& $array) (PHP 4, PHP 5)
  464. void cyrus_authenticate (resource $connection [, string $mechlist [, string $service [, string $user [, int $minssf [, int $maxssf [, string $authname [, string $password]]]]]]]) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  465. bool cyrus_bind (resource $connection, array $callbacks) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  466. bool cyrus_close (resource $connection) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  467. resource cyrus_connect ( [string $host [, string $port [, int $flags]]]) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  468. array cyrus_query (resource $connection, string $query) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  469. bool cyrus_unbind (resource $connection, string $trigger_name) (PHP 4 >= 4.1.0, PECL cyrus 1.0)
  470. ) (PHP 5 >= 5.3.0)
  471. ) (PHP 5 >= 5.3.0)
  472. ) (PHP 5 >= 5.2.0)
  473. ) (PHP 5 >= 5.2.0)
  474. string date_default_timezone_get (void) (PHP 5 >= 5.1.0)
  475. bool date_default_timezone_set (string $timezone_identifier) (PHP 5 >= 5.1.0)
  476. ) (PHP 5 >= 5.3.0)
  477. ) (PHP 5 >= 5.2.0)
  478. ) (PHP 5 >= 5.3.0)
  479. ) (PHP 5 >= 5.3.0)
  480. ) (PHP 5 >= 5.3.0)
  481. ) (PHP 5 >= 5.2.0)
  482. ) (PHP 5 >= 5.2.0)
  483. ) (PHP 5 >= 5.2.0)
  484. array date_parse_from_format (string $format, string $date) (PHP 5 >= 5.3.0)
  485. array date_parse (string $date) (PHP 5 >= 5.2.0)
  486. ) (PHP 5 >= 5.3.0)
  487. array date_sun_info (int $time, float $latitude, float $longitude) (PHP 5 >= 5.1.2)
  488. mixed date_sunrise (int $timestamp [, int $format=SUNFUNCS_RET_STRING [, float $latitude=ini_get ("date.default_latitude") [, float $longitude=ini_get ("date.default_longitude") [, float $zenith=ini_get ("date.sunrise_zenith") [, float $gmt_offset=0]]]]]) (PHP 5)
  489. mixed date_sunset (int $timestamp [, int $format=SUNFUNCS_RET_STRING [, float $latitude=ini_get ("date.default_latitude") [, float $longitude=ini_get ("date.default_longitude") [, float $zenith=ini_get ("date.sunset_zenith") [, float $gmt_offset=0]]]]]) (PHP 5)
  490. ) (PHP 5 >= 5.2.0)
  491. ) (PHP 5 >= 5.3.0)
  492. ) (PHP 5 >= 5.3.0)
  493. ) (PHP 5 >= 5.2.0)
  494. ) (PHP 5 >= 5.2.0)
  495. string date (string $format [, int $timestamp=time ()]) (PHP 4, PHP 5)
  496. mixed db2_autocommit (resource $connection [, bool $value]) (PECL ibm_db2 >= 1.0.0)
  497. bool db2_bind_param (resource $stmt, int $parameter-number, string $variable-name [, int $parameter-type [, int $data-type=0 [, int $precision=-1 [, int $scale=0]]]]) (PECL ibm_db2 >= 1.0.0)
  498. object db2_client_info (resource $connection) (PECL ibm_db2 >= 1.1.1)
  499. bool db2_close (resource $connection) (PECL ibm_db2 >= 1.0.0)
  500. resource db2_column_privileges (resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name]]]]) (PECL ibm_db2 >= 1.0.0)
  501. resource db2_columns (resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name]]]]) (PECL ibm_db2 >= 1.0.0)
  502. bool db2_commit (resource $connection) (PECL ibm_db2 >= 1.0.0)
  503. string db2_conn_error ( [resource $connection]) (PECL ibm_db2 >= 1.0.0)
  504. string db2_conn_errormsg ( [resource $connection]) (PECL ibm_db2 >= 1.0.0)
  505. resource db2_connect (string $database, string $username, string $password [, array $options]) (PECL ibm_db2 >= 1.0.0)
  506. int db2_cursor_type (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  507. string db2_escape_string (string $string_literal) (PECL ibm_db2 >= 1.6.0)
  508. resource db2_exec (resource $connection, string $statement [, array $options]) (PECL ibm_db2 >= 1.0.0)
  509. bool db2_execute (resource $stmt [, array $parameters]) (PECL ibm_db2 >= 1.0.0)
  510. array db2_fetch_array (resource $stmt [, int $row_number=-1]) (PECL ibm_db2 >= 1.0.1)
  511. array db2_fetch_assoc (resource $stmt [, int $row_number=-1]) (PECL ibm_db2 >= 1.0.0)
  512. array db2_fetch_both (resource $stmt [, int $row_number=-1]) (PECL ibm_db2 >= 1.0.0)
  513. object db2_fetch_object (resource $stmt [, int $row_number=-1]) (PECL ibm_db2 >= 1.0.0)
  514. bool db2_fetch_row (resource $stmt [, int $row_number]) (PECL ibm_db2 >= 1.0.0)
  515. int db2_field_display_size (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  516. string db2_field_name (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  517. int db2_field_num (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  518. int db2_field_precision (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  519. int db2_field_scale (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  520. string db2_field_type (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  521. int db2_field_width (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  522. resource db2_foreign_keys (resource $connection, string $qualifier, string $schema, string $table-name) (PECL ibm_db2 >= 1.0.0)
  523. bool db2_free_result (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  524. bool db2_free_stmt (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  525. string db2_get_option (resource $resource, string $option) (PECL ibm_db2 >= 1.6.0)
  526. string db2_last_insert_id (resource $resource) (PECL ibm_db2 >= 1.7.1)
  527. string db2_lob_read (resource $stmt, int $colnum, int $length) (PECL ibm_db2 >= 1.6.0)
  528. resource db2_next_result (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  529. int db2_num_fields (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  530. int db2_num_rows (resource $stmt) (PECL ibm_db2 >= 1.0.0)
  531. bool db2_pclose (resource $resource) (PECL ibm_db2 >= 1.8.0)
  532. resource db2_pconnect (string $database, string $username, string $password [, array $options]) (PECL ibm_db2 >= 1.0.0)
  533. resource db2_prepare (resource $connection, string $statement [, array $options]) (PECL ibm_db2 >= 1.0.0)
  534. resource db2_primary_keys (resource $connection, string $qualifier, string $schema, string $table-name) (PECL ibm_db2 >= 1.0.0)
  535. resource db2_procedure_columns (resource $connection, string $qualifier, string $schema, string $procedure, string $parameter) (PECL ibm_db2 >= 1.0.0)
  536. resource db2_procedures (resource $connection, string $qualifier, string $schema, string $procedure) (PECL ibm_db2 >= 1.0.0)
  537. mixed db2_result (resource $stmt, mixed $column) (PECL ibm_db2 >= 1.0.0)
  538. bool db2_rollback (resource $connection) (PECL ibm_db2 >= 1.0.0)
  539. object db2_server_info (resource $connection) (PECL ibm_db2 >= 1.1.1)
  540. bool db2_set_option (resource $resource, array $options, int $type) (PECL ibm_db2 >= 1.0.0)
  541. resource db2_special_columns (resource $connection, string $qualifier, string $schema, string $table_name, int $scope) (PECL ibm_db2 >= 1.0.0)
  542. resource db2_statistics (resource $connection, string $qualifier, string $schema, string $table-name, bool $unique) (PECL ibm_db2 >= 1.0.0)
  543. string db2_stmt_error ( [resource $stmt]) (PECL ibm_db2 >= 1.0.0)
  544. string db2_stmt_errormsg ( [resource $stmt]) (PECL ibm_db2 >= 1.0.0)
  545. resource db2_table_privileges (resource $connection [, string $qualifier [, string $schema [, string $table_name]]]) (PECL ibm_db2 >= 1.0.0)
  546. resource db2_tables (resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $table-type]]]]) (PECL ibm_db2 >= 1.0.0)
  547. void dba_close (resource $handle) (PHP 4, PHP 5)
  548. bool dba_delete (string $key, resource $handle) (PHP 4, PHP 5)
  549. bool dba_exists (string $key, resource $handle) (PHP 4, PHP 5)
  550. string dba_fetch (string $key, resource $handle) (PHP 4, PHP 5)
  551. string dba_firstkey (resource $handle) (PHP 4, PHP 5)
  552. array dba_handlers ( [bool $full_info=false]) (PHP 4 >= 4.3.0, PHP 5)
  553. bool dba_insert (string $key, string $value, resource $handle) (PHP 4, PHP 5)
  554. mixed dba_key_split (mixed $key) (PHP 5)
  555. array dba_list (void) (PHP 4 >= 4.3.0, PHP 5)
  556. string dba_nextkey (resource $handle) (PHP 4, PHP 5)
  557. resource dba_open (string $path, string $mode [, string $handler [, mixed $...]]) (PHP 4, PHP 5)
  558. bool dba_optimize (resource $handle) (PHP 4, PHP 5)
  559. resource dba_popen (string $path, string $mode [, string $handler [, mixed $...]]) (PHP 4, PHP 5)
  560. bool dba_replace (string $key, string $value, resource $handle) (PHP 4, PHP 5)
  561. bool dba_sync (resource $handle) (PHP 4, PHP 5)
  562. bool dbase_add_record (int $dbase_identifier, array $record) (PHP 4, PHP 5)
  563. bool dbase_close (int $dbase_identifier) (PHP 4, PHP 5)
  564. int dbase_create (string $filename, array $fields) (PHP 4, PHP 5)
  565. bool dbase_delete_record (int $dbase_identifier, int $record_number) (PHP 4, PHP 5)
  566. array dbase_get_header_info (int $dbase_identifier) (PHP 5)
  567. array dbase_get_record_with_names (int $dbase_identifier, int $record_number) (PHP 4, PHP 5)
  568. array dbase_get_record (int $dbase_identifier, int $record_number) (PHP 4, PHP 5)
  569. int dbase_numfields (int $dbase_identifier) (PHP 4, PHP 5)
  570. int dbase_numrecords (int $dbase_identifier) (PHP 4, PHP 5)
  571. int dbase_open (string $filename, int $mode) (PHP 4, PHP 5)
  572. bool dbase_pack (int $dbase_identifier) (PHP 4, PHP 5)
  573. bool dbase_replace_record (int $dbase_identifier, array $record, int $record_number) (PHP 4, PHP 5)
  574. int dbplus_add (resource $relation, array $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  575. resource dbplus_aql (string $query [, string $server [, string $dbpath]]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  576. string dbplus_chdir ( [string $newdir]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  577. mixed dbplus_close (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  578. int dbplus_curr (resource $relation, array& $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  579. string dbplus_errcode ( [int $errno]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  580. int dbplus_errno (void) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  581. int dbplus_find (resource $relation, array $constraints, mixed $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  582. int dbplus_first (resource $relation, array& $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  583. int dbplus_flush (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  584. int dbplus_freealllocks (void) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  585. int dbplus_freelock (resource $relation, string $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  586. int dbplus_freerlocks (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  587. int dbplus_getlock (resource $relation, string $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  588. int dbplus_getunique (resource $relation, int $uniqueid) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  589. int dbplus_info (resource $relation, string $key, array& $result) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  590. int dbplus_last (resource $relation, array& $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  591. int dbplus_lockrel (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  592. int dbplus_next (resource $relation, array& $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  593. resource dbplus_open (string $name) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  594. int dbplus_prev (resource $relation, array& $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  595. int dbplus_rchperm (resource $relation, int $mask, string $user, string $group) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  596. resource dbplus_rcreate (string $name, mixed $domlist [, bool $overwrite]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  597. mixed dbplus_rcrtexact (string $name, resource $relation [, bool $overwrite]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  598. mixed dbplus_rcrtlike (string $name, resource $relation [, int $overwrite]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  599. array dbplus_resolve (string $relation_name) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  600. int dbplus_restorepos (resource $relation, array $tuple) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  601. mixed dbplus_rkeys (resource $relation, mixed $domlist) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  602. resource dbplus_ropen (string $name) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  603. resource dbplus_rquery (string $query [, string $dbpath]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  604. int dbplus_rrename (resource $relation, string $name) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  605. mixed dbplus_rsecindex (resource $relation, mixed $domlist, int $type) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  606. int dbplus_runlink (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  607. int dbplus_rzap (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  608. int dbplus_savepos (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  609. int dbplus_setindex (resource $relation, string $idx_name) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  610. int dbplus_setindexbynumber (resource $relation, int $idx_number) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  611. resource dbplus_sql (string $query [, string $server [, string $dbpath]]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  612. string dbplus_tcl (int $sid, string $script) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  613. int dbplus_tremove (resource $relation, array $tuple [, array& $current]) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  614. int dbplus_undo (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  615. int dbplus_undoprepare (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  616. int dbplus_unlockrel (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  617. int dbplus_unselect (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  618. int dbplus_update (resource $relation, array $old, array $new) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  619. int dbplus_xlockrel (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  620. int dbplus_xunlockrel (resource $relation) (PHP 4 <= 4.1.0, PECL dbplus >= 0.9)
  621. int dbx_close (object $link_identifier) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  622. int dbx_compare (array $row_a, array $row_b, string $column_key [, int $flags=DBX_CMP_ASC|DBX_CMP_NATIVE]) (PHP 4 >= 4.1.0, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  623. object dbx_connect (mixed $module, string $host, string $database, string $username, string $password [, int $persistent]) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  624. string dbx_error (object $link_identifier) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  625. string dbx_escape_string (object $link_identifier, string $text) (PHP 4 >= 4.3.0, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  626. mixed dbx_fetch_row (object $result_identifier) (PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  627. mixed dbx_query (object $link_identifier, string $sql_statement [, int $flags]) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  628. bool dbx_sort (object $result, string $user_compare_function) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0)
  629. string dcgettext (string $domain, string $message, int $category) (PHP 4, PHP 5)
  630. string dcngettext (string $domain, string $msgid1, string $msgid2, int $n, int $category) (PHP 4 >= 4.2.0, PHP 5)
  631. void deaggregate (object $object [, string $class_name]) (PHP 4 >= 4.2.0)
  632. array debug_backtrace ( [int $options=DEBUG_BACKTRACE_PROVIDE_OBJECT [, int $limit=0]]) (PHP 4 >= 4.3.0, PHP 5)
  633. void debug_print_backtrace ( [int $options=0 [, int $limit=0]]) (PHP 5)
  634. void debug_zval_dump (mixed $variable) (PHP 4 >= 4.2.0, PHP 5)
  635. string decbin (int $number) (PHP 4, PHP 5)
  636. string dechex (int $number) (PHP 4, PHP 5)
  637. string decoct (int $number) (PHP 4, PHP 5)
  638. void define_syslog_variables (void) (PHP 4, PHP 5 < 5.4.0)
  639. bool define (string $name, mixed $value [, bool $case_insensitive=false]) (PHP 4, PHP 5)
  640. bool defined (string $name) (PHP 4, PHP 5)
  641. float deg2rad (float $number) (PHP 4, PHP 5)
  642. void delete (void) See unlink or unset copy dirname Filesystem Functions PHP Manual delete delete — See unlink() or unset()
  643. string dgettext (string $domain, string $message) (PHP 4, PHP 5)
  644. ) (PHP 4, PHP 5)
  645. void dio_close (resource $fd) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  646. mixed dio_fcntl (resource $fd, int $cmd [, mixed $args]) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  647. resource dio_open (string $filename, int $flags [, int $mode=0]) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  648. string dio_read (resource $fd [, int $len=1024]) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  649. int dio_seek (resource $fd, int $pos [, int $whence=SEEK_SET]) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  650. array dio_stat (resource $fd) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  651. bool dio_tcsetattr (resource $fd, array $options) (PHP 4 >= 4.3.0, PHP 5 <= 5.0.5)
  652. bool dio_truncate (resource $fd, int $offset) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  653. int dio_write (resource $fd, string $data [, int $len=0]) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)
  654. Directory dir (string $directory [, resource $context]) (PHP 4, PHP 5)
  655. string dirname (string $path) (PHP 4, PHP 5)
  656. float disk_free_space (string $directory) (PHP 4 >= 4.1.0, PHP 5)
  657. float disk_total_space (string $directory) (PHP 4 >= 4.1.0, PHP 5)
  658. ) (PHP 4, PHP 5)
  659. bool dl (string $library) (PHP 4, PHP 5)
  660. string dngettext (string $domain, string $msgid1, string $msgid2, int $n) (PHP 4 >= 4.2.0, PHP 5)
  661. ) (PHP 5)
  662. ) (PHP 5)
  663. array dns_get_record (string $hostname [, int $type=DNS_ANY [, array& $authns [, array& $addtl]]]) (PHP 5)
  664. DOMElement dom_import_simplexml (SimpleXMLElement $node) (PHP 5)
  665. int dotnet_load (string $assembly_name [, string $datatype_name [, int $codepage]]) (PHP 4)
  666. ) (PHP 4, PHP 5)
  667. array each (array& $array) (PHP 4, PHP 5)
  668. int easter_date ( [int $year]) (PHP 4, PHP 5)
  669. int easter_days ( [int $year [, int $method=CAL_EASTER_DEFAULT]]) (PHP 4, PHP 5)
  670. void echo (string $arg1 [, string $...]) (PHP 4, PHP 5)
  671. resource eio_busy (int $delay [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  672. void eio_cancel (resource $req) (PECL eio >= 0.0.1dev)
  673. resource eio_chmod (string $path, int $mode [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  674. resource eio_chown (string $path, int $uid [, int $gid=-1 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]]) (PECL eio >= 0.0.1dev)
  675. resource eio_close (mixed $fd [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  676. resource eio_custom (callable $execute, int $pri, callable $callback [, mixed $data=NULL]) (PECL eio >= 0.0.1dev)
  677. resource eio_dup2 (mixed $fd, mixed $fd2 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  678. bool eio_event_loop (void) (PECL eio >= 0.0.1dev)
  679. resource eio_fallocate (mixed $fd, int $mode, int $offset, int $length [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  680. resource eio_fchmod (mixed $fd, int $mode [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  681. resource eio_fchown (mixed $fd, int $uid [, int $gid=-1 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]]) (PECL eio >= 0.0.1dev)
  682. resource eio_fdatasync (mixed $fd [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  683. resource eio_fstat (mixed $fd, int $pri, callable $callback [, mixed $data]) (PECL eio >= 0.0.1dev)
  684. resource eio_fstatvfs (mixed $fd, int $pri, callable $callback [, mixed $data]) (PECL eio >= 0.0.1dev)
  685. resource eio_fsync (mixed $fd [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  686. resource eio_ftruncate (mixed $fd [, int $offset=0 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]]) (PECL eio >= 0.0.1dev)
  687. resource eio_futime (mixed $fd, float $atime, float $mtime [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  688. mixed eio_get_event_stream (void) (PECL eio >= 0.3.1b)
  689. string eio_get_last_error (resource $req) (PECL eio >= 1.0.0)
  690. void eio_grp_add (resource $grp, resource $req) (PECL eio >= 0.0.1dev)
  691. void eio_grp_cancel (resource $grp) (PECL eio >= 0.0.1dev)
  692. void eio_grp_limit (resource $grp, int $limit) (PECL eio >= 0.0.1dev)
  693. resource eio_grp (callable $callback [, string $data=NULL]) (PECL eio >= 0.0.1dev)
  694. void eio_init (void) (PECL eio = 1.0.0)
  695. resource eio_link (string $path, string $new_path [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  696. resource eio_lstat (string $path, int $pri, callable $callback [, mixed $data=NULL]) (PECL eio >= 0.0.1dev)
  697. resource eio_mkdir (string $path, int $mode [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  698. resource eio_mknod (string $path, int $mode, int $dev [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  699. resource eio_nop ( [int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  700. int eio_npending (void) (PECL eio >= 0.0.1dev)
  701. int eio_nready (void) (PECL eio >= 0.0.1dev)
  702. int eio_nreqs (void) (PECL eio >= 0.0.1dev)
  703. int eio_nthreads (void) (PECL eio >= 0.0.1dev)
  704. resource eio_open (string $path, int $flags, int $mode, int $pri, callable $callback [, mixed $data=NULL]) (PECL eio >= 0.0.1dev)
  705. int eio_poll (void) (PECL eio >= 0.0.1dev)
  706. resource eio_read (mixed $fd, int $length, int $offset, int $pri, callable $callback [, mixed $data=NULL]) (PECL eio >= 0.0.1dev)
  707. resource eio_readahead (mixed $fd, int $offset, int $length [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  708. resource eio_readdir (string $path, int $flags, int $pri, callable $callback [, string $data=NULL]) (PECL eio >= 0.0.1dev)
  709. resource eio_readlink (string $path, int $pri, callable $callback [, string $data=NULL]) (PECL eio >= 0.0.1dev)
  710. resource eio_realpath (string $path, int $pri, callable $callback [, string $data=NULL]) (PECL eio >= 0.0.1dev)
  711. resource eio_rename (string $path, string $new_path [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  712. resource eio_rmdir (string $path [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  713. resource eio_seek (mixed $fd, int $offset, int $whence [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.5.0b)
  714. resource eio_sendfile (mixed $out_fd, mixed $in_fd, int $offset, int $length [, int $pri [, callable $callback [, string $data]]]) (PECL eio >= 0.0.1dev)
  715. void eio_set_max_idle (int $nthreads) (PECL eio >= 0.0.1dev)
  716. void eio_set_max_parallel (int $nthreads) (PECL eio >= 0.0.1dev)
  717. void eio_set_max_poll_reqs (int $nreqs) (PECL eio >= 0.0.1dev)
  718. void eio_set_max_poll_time (float $nseconds) (PECL eio >= 0.0.1dev)
  719. void eio_set_min_parallel (string $nthreads) (PECL eio >= 0.0.1dev)
  720. resource eio_stat (string $path, int $pri, callable $callback [, mixed $data=NULL]) (PECL eio >= 0.0.1dev)
  721. resource eio_statvfs (string $path, int $pri, callable $callback [, mixed $data]) (PECL eio >= 0.0.1dev)
  722. resource eio_symlink (string $path, string $new_path [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  723. resource eio_sync_file_range (mixed $fd, int $offset, int $nbytes, int $flags [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  724. resource eio_sync ( [int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  725. resource eio_syncfs (mixed $fd [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  726. resource eio_truncate (string $path [, int $offset=0 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]]) (PECL eio >= 0.0.1dev)
  727. resource eio_unlink (string $path [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  728. resource eio_utime (string $path, float $atime, float $mtime [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]) (PECL eio >= 0.0.1dev)
  729. resource eio_write (mixed $fd, string $str [, int $length=0 [, int $offset=0 [, int $pri=EIO_PRI_DEFAULT [, callable $callback=NULL [, mixed $data=NULL]]]]]) (PECL eio >= 0.0.1dev)
  730. bool empty (mixed $var) (PHP 4, PHP 5)
  731. array enchant_broker_describe (resource $broker) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0)
  732. bool enchant_broker_dict_exists (resource $broker, string $tag) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  733. bool enchant_broker_free_dict (resource $dict) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  734. bool enchant_broker_free (resource $broker) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  735. string enchant_broker_get_error (resource $broker) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  736. resource enchant_broker_init (void) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  737. mixed enchant_broker_list_dicts (resource $broker) (PHP 5 >= 5.3.0, PECL enchant >= 1.0.1)
  738. resource enchant_broker_request_dict (resource $broker, string $tag) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  739. resource enchant_broker_request_pwl_dict (resource $broker, string $filename) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  740. bool enchant_broker_set_ordering (resource $broker, string $tag, string $ordering) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  741. void enchant_dict_add_to_personal (resource $dict, string $word) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  742. void enchant_dict_add_to_session (resource $dict, string $word) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  743. bool enchant_dict_check (resource $dict, string $word) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  744. mixed enchant_dict_describe (resource $dict) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  745. string enchant_dict_get_error (resource $dict) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  746. bool enchant_dict_is_in_session (resource $dict, string $word) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  747. bool enchant_dict_quick_check (resource $dict, string $word [, array& $suggestions]) (PHP 5 >= 5.3.0, PECL enchant:0.2.0-1.0.1)
  748. void enchant_dict_store_replacement (resource $dict, string $mis, string $cor) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  749. array enchant_dict_suggest (resource $dict, string $word) (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )
  750. mixed end (array& $array) (PHP 4, PHP 5)
  751. string ereg_replace (string $pattern, string $replacement, string $string) (PHP 4, PHP 5)
  752. int ereg (string $pattern, string $string [, array& $regs]) (PHP 4, PHP 5)
  753. string eregi_replace (string $pattern, string $replacement, string $string) (PHP 4, PHP 5)
  754. int eregi (string $pattern, string $string [, array& $regs]) (PHP 4, PHP 5)
  755. array error_get_last (void) (PHP 5 >= 5.2.0)
  756. bool error_log (string $message [, int $message_type=0 [, string $destination [, string $extra_headers]]]) (PHP 4, PHP 5)
  757. int error_reporting ( [int $level]) (PHP 4, PHP 5)
  758. string escapeshellarg (string $arg) (PHP 4 >= 4.0.3, PHP 5)
  759. string escapeshellcmd (string $command) (PHP 4, PHP 5)
  760. mixed eval (string $code) (PHP 4, PHP 5)
  761. bool event_add (resource $event [, int $timeout=-1]) (PECL libevent >= 0.0.1)
  762. void event_base_free (resource $event_base) (PECL libevent >= 0.0.1)
  763. int event_base_loop (resource $event_base [, int $flags=0]) (PECL libevent >= 0.0.1)
  764. bool event_base_loopbreak (resource $event_base) (PECL libevent >= 0.0.1)
  765. bool event_base_loopexit (resource $event_base [, int $timeout=-1]) (PECL libevent >= 0.0.1)
  766. resource event_base_new (void) (PECL libevent >= 0.0.1)
  767. bool event_base_priority_init (resource $event_base, int $npriorities) (PECL libevent >= 0.0.2)
  768. bool event_base_set (resource $event, resource $event_base) (PECL libevent >= 0.0.1)
  769. bool event_buffer_base_set (resource $bevent, resource $event_base) (PECL libevent >= 0.0.1)
  770. bool event_buffer_disable (resource $bevent, int $events) (PECL libevent >= 0.0.1)
  771. bool event_buffer_enable (resource $bevent, int $events) (PECL libevent >= 0.0.1)
  772. void event_buffer_fd_set (resource $bevent, resource $fd) (PECL libevent >= 0.0.1)
  773. void event_buffer_free (resource $bevent) (PECL libevent >= 0.0.1)
  774. resource event_buffer_new (resource $stream, mixed $readcb, mixed $writecb, mixed $errorcb [, mixed $arg]) (PECL libevent >= 0.0.1)
  775. bool event_buffer_priority_set (resource $bevent, int $priority) (PECL libevent >= 0.0.1)
  776. string event_buffer_read (resource $bevent, int $data_size) (PECL libevent >= 0.0.1)
  777. bool event_buffer_set_callback (resource $event, mixed $readcb, mixed $writecb, mixed $errorcb [, mixed $arg]) (PECL libevent >= 0.0.4)
  778. void event_buffer_timeout_set (resource $bevent, int $read_timeout, int $write_timeout) (PECL libevent >= 0.0.1)
  779. void event_buffer_watermark_set (resource $bevent, int $events, int $lowmark, int $highmark) (PECL libevent >= 0.0.1)
  780. bool event_buffer_write (resource $bevent, string $data [, int $data_size=-1]) (PECL libevent >= 0.0.1)
  781. bool event_del (resource $event) (PECL libevent >= 0.0.1)
  782. void event_free (resource $event) (PECL libevent >= 0.0.1)
  783. resource event_new (void) (PECL libevent >= 0.0.1)
  784. bool event_set (resource $event, mixed $fd, int $events, mixed $callback [, mixed $arg]) (PECL libevent >= 0.0.1)
  785. string exec (string $command [, array& $output [, int& $return_var]]) (PHP 4, PHP 5)
  786. int exif_imagetype (string $filename) (PHP 4 >= 4.3.0, PHP 5)
  787. array exif_read_data (string $filename [, string $sections= NULL [, bool $arrays=false [, bool $thumbnail=false]]]) (PHP 4 >= 4.2.0, PHP 5)
  788. string exif_tagname (int $index) (PHP 4 >= 4.2.0, PHP 5)
  789. string exif_thumbnail (string $filename [, int& $width [, int& $height [, int& $imagetype]]]) (PHP 4 >= 4.2.0, PHP 5)
  790. void exit ( [string $status]) (PHP 4, PHP 5)
  791. float exp (float $arg) (PHP 4, PHP 5)
  792. int expect_expectl (resource $expect, array $cases [, array& $match]) (PECL expect >= 0.1.0)
  793. resource expect_popen (string $command) (PECL expect >= 0.1.0)
  794. array explode (string $delimiter, string $string [, int $limit]) (PHP 4, PHP 5)
  795. float expm1 (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  796. bool extension_loaded (string $name) (PHP 4, PHP 5)
  797. int extract (array& $var_array [, int $extract_type=EXTR_OVERWRITE [, string $prefix= NULL]]) (PHP 4, PHP 5)
  798. int ezmlm_hash (string $addr) (PHP 4 >= 4.0.2, PHP 5)
  799. bool fam_cancel_monitor (resource $fam, resource $fam_monitor) (PHP 5 <= 5.0.5)
  800. void fam_close (resource $fam) (PHP 5 <= 5.0.5)
  801. resource fam_monitor_collection (resource $fam, string $dirname, int $depth, string $mask) (PHP 5 <= 5.0.5)
  802. resource fam_monitor_directory (resource $fam, string $dirname) (PHP 5 <= 5.0.5)
  803. resource fam_monitor_file (resource $fam, string $filename) (PHP 5 <= 5.0.5)
  804. array fam_next_event (resource $fam) (PHP 5 <= 5.0.5)
  805. resource fam_open ( [string $appname]) (PHP 5 <= 5.0.5)
  806. int fam_pending (resource $fam) (PHP 5 <= 5.0.5)
  807. bool fam_resume_monitor (resource $fam, resource $fam_monitor) (PHP 5 <= 5.0.5)
  808. bool fam_suspend_monitor (resource $fam, resource $fam_monitor) (PHP 5 <= 5.0.5)
  809. int fbsql_affected_rows ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  810. bool fbsql_autocommit (resource $link_identifier [, bool $OnOff]) (PHP 4 >= 4.0.6, PHP 5)
  811. int fbsql_blob_size (string $blob_handle [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  812. bool fbsql_change_user (string $user, string $password [, string $database [, resource $link_identifier]]) (PHP 4 >= 4.0.6, PHP 5)
  813. int fbsql_clob_size (string $clob_handle [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  814. bool fbsql_close ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  815. bool fbsql_commit ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  816. resource fbsql_connect ( [string $hostname=ini_get ("fbsql.default_host") [, string $username=ini_get ("fbsql.default_user") [, string $password=ini_get ("fbsql.default_password")]]]) (PHP 4 >= 4.0.6, PHP 5)
  817. string fbsql_create_blob (string $blob_data [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  818. string fbsql_create_clob (string $clob_data [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  819. bool fbsql_create_db (string $database_name [, resource $link_identifier [, string $database_options]]) (PHP 4 >= 4.0.6, PHP 5)
  820. bool fbsql_data_seek (resource $result, int $row_number) (PHP 4 >= 4.0.6, PHP 5)
  821. string fbsql_database_password (resource $link_identifier [, string $database_password]) (PHP 4 >= 4.0.6, PHP 5)
  822. string fbsql_database (resource $link_identifier [, string $database]) (PHP 4 >= 4.0.6, PHP 5)
  823. resource fbsql_db_query (string $database, string $query [, resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  824. int fbsql_db_status (string $database_name [, resource $link_identifier]) (PHP 4 >= 4.0.7, PHP 5)
  825. bool fbsql_drop_db (string $database_name [, resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  826. int fbsql_errno ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  827. string fbsql_error ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  828. array fbsql_fetch_array (resource $result [, int $result_type]) (PHP 4 >= 4.0.6, PHP 5)
  829. array fbsql_fetch_assoc (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  830. object fbsql_fetch_field (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  831. array fbsql_fetch_lengths (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  832. object fbsql_fetch_object (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  833. array fbsql_fetch_row (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  834. string fbsql_field_flags (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  835. int fbsql_field_len (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  836. string fbsql_field_name (resource $result [, int $field_index]) (PHP 4 >= 4.0.6, PHP 5)
  837. bool fbsql_field_seek (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  838. string fbsql_field_table (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  839. string fbsql_field_type (resource $result [, int $field_offset]) (PHP 4 >= 4.0.6, PHP 5)
  840. bool fbsql_free_result (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  841. array fbsql_get_autostart_info ( [resource $link_identifier]) (PHP 4 >= 4.0.7, PHP 5)
  842. string fbsql_hostname (resource $link_identifier [, string $host_name]) (PHP 4 >= 4.0.6, PHP 5)
  843. int fbsql_insert_id ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  844. resource fbsql_list_dbs ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  845. resource fbsql_list_fields (string $database_name, string $table_name [, resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  846. resource fbsql_list_tables (string $database [, resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  847. bool fbsql_next_result (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  848. int fbsql_num_fields (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  849. int fbsql_num_rows (resource $result) (PHP 4 >= 4.0.6, PHP 5)
  850. string fbsql_password (resource $link_identifier [, string $password]) (PHP 4 >= 4.0.6, PHP 5)
  851. resource fbsql_pconnect ( [string $hostname=ini_get ("fbsql.default_host") [, string $username=ini_get ("fbsql.default_user") [, string $password=ini_get ("fbsql.default_password")]]]) (PHP 4 >= 4.0.6, PHP 5)
  852. resource fbsql_query (string $query [, resource $link_identifier [, int $batch_size]]) (PHP 4 >= 4.0.6, PHP 5)
  853. string fbsql_read_blob (string $blob_handle [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  854. string fbsql_read_clob (string $clob_handle [, resource $link_identifier]) (PHP 4 >= 4.2.0, PHP 5)
  855. mixed fbsql_result (resource $result [, int $row [, mixed $field]]) (PHP 4 >= 4.0.6, PHP 5)
  856. bool fbsql_rollback ( [resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  857. int fbsql_rows_fetched (resource $result) (PHP 5 >= 5.1.0)
  858. bool fbsql_select_db ( [string $database_name [, resource $link_identifier]]) (PHP 4 >= 4.0.6, PHP 5)
  859. void fbsql_set_characterset (resource $link_identifier, int $characterset [, int $in_out_both]) (PHP 5 >= 5.1.0)
  860. bool fbsql_set_lob_mode (resource $result, int $lob_mode) (PHP 4 >= 4.2.0, PHP 5)
  861. bool fbsql_set_password (resource $link_identifier, string $user, string $password, string $old_password) (PHP 5)
  862. void fbsql_set_transaction (resource $link_identifier, int $locking, int $isolation) (PHP 4 >= 4.2.0, PHP 5)
  863. bool fbsql_start_db (string $database_name [, resource $link_identifier [, string $database_options]]) (PHP 4 >= 4.0.6, PHP 5)
  864. bool fbsql_stop_db (string $database_name [, resource $link_identifier]) (PHP 4 >= 4.0.6, PHP 5)
  865. string fbsql_table_name (resource $result, int $index) (PHP 4 >= 4.2.0, PHP 5)
  866. ) (PHP 4 >= 4.2.0, PHP 5)
  867. string fbsql_username (resource $link_identifier [, string $username]) (PHP 4 >= 4.0.6, PHP 5)
  868. bool fbsql_warnings ( [bool $OnOff]) (PHP 4 >= 4.0.6, PHP 5)
  869. bool fclose (resource $handle) (PHP 4, PHP 5)
  870. bool fdf_add_doc_javascript (resource $fdf_document, string $script_name, string $script_code) (PHP 4 >= 4.3.0, PHP 5)
  871. bool fdf_add_template (resource $fdf_document, int $newpage, string $filename, string $template, int $rename) (PHP 4, PHP 5)
  872. void fdf_close (resource $fdf_document) (PHP 4, PHP 5)
  873. resource fdf_create (void) (PHP 4, PHP 5)
  874. bool fdf_enum_values (resource $fdf_document, callable $function [, mixed $userdata]) (PHP 4 >= 4.3.0, PHP 5)
  875. int fdf_errno (void) (PHP 4 >= 4.3.0, PHP 5)
  876. string fdf_error ( [int $error_code=-1]) (PHP 4 >= 4.3.0, PHP 5)
  877. bool fdf_get_ap (resource $fdf_document, string $field, int $face, string $filename) (PHP 4 >= 4.3.0, PHP 5)
  878. array fdf_get_attachment (resource $fdf_document, string $fieldname, string $savepath) (PHP 4 >= 4.3.0, PHP 5)
  879. string fdf_get_encoding (resource $fdf_document) (PHP 4 >= 4.3.0, PHP 5)
  880. string fdf_get_file (resource $fdf_document) (PHP 4, PHP 5)
  881. int fdf_get_flags (resource $fdf_document, string $fieldname, int $whichflags) (PHP 4 >= 4.3.0, PHP 5)
  882. mixed fdf_get_opt (resource $fdf_document, string $fieldname [, int $element=-1]) (PHP 4 >= 4.3.0, PHP 5)
  883. string fdf_get_status (resource $fdf_document) (PHP 4, PHP 5)
  884. mixed fdf_get_value (resource $fdf_document, string $fieldname [, int $which=-1]) (PHP 4, PHP 5)
  885. string fdf_get_version ( [resource $fdf_document]) (PHP 4 >= 4.3.0, PHP 5)
  886. void fdf_header (void) (PHP 4 >= 4.3.0, PHP 5)
  887. string fdf_next_field_name (resource $fdf_document [, string $fieldname]) (PHP 4, PHP 5)
  888. resource fdf_open_string (string $fdf_data) (PHP 4 >= 4.3.0, PHP 5)
  889. resource fdf_open (string $filename) (PHP 4, PHP 5)
  890. bool fdf_remove_item (resource $fdf_document, string $fieldname, int $item) (PHP 4 >= 4.3.0, PHP 5)
  891. string fdf_save_string (resource $fdf_document) (PHP 4 >= 4.3.0, PHP 5)
  892. bool fdf_save (resource $fdf_document [, string $filename]) (PHP 4, PHP 5)
  893. bool fdf_set_ap (resource $fdf_document, string $field_name, int $face, string $filename, int $page_number) (PHP 4, PHP 5)
  894. bool fdf_set_encoding (resource $fdf_document, string $encoding) (PHP 4 >= 4.0.7, PHP 5)
  895. bool fdf_set_file (resource $fdf_document, string $url [, string $target_frame]) (PHP 4, PHP 5)
  896. bool fdf_set_flags (resource $fdf_document, string $fieldname, int $whichFlags, int $newFlags) (PHP 4 >= 4.0.2, PHP 5)
  897. bool fdf_set_javascript_action (resource $fdf_document, string $fieldname, int $trigger, string $script) (PHP 4 >= 4.0.2, PHP 5)
  898. bool fdf_set_on_import_javascript (resource $fdf_document, string $script, bool $before_data_import) (PHP 4 >= 4.3.0, PHP 5)
  899. bool fdf_set_opt (resource $fdf_document, string $fieldname, int $element, string $str1, string $str2) (PHP 4 >= 4.0.2, PHP 5)
  900. bool fdf_set_status (resource $fdf_document, string $status) (PHP 4, PHP 5)
  901. bool fdf_set_submit_form_action (resource $fdf_document, string $fieldname, int $trigger, string $script, int $flags) (PHP 4 >= 4.0.2, PHP 5)
  902. bool fdf_set_target_frame (resource $fdf_document, string $frame_name) (PHP 4 >= 4.3.0, PHP 5)
  903. bool fdf_set_value (resource $fdf_document, string $fieldname, mixed $value [, int $isName]) (PHP 4, PHP 5)
  904. bool fdf_set_version (resource $fdf_document, string $version) (PHP 4 >= 4.3.0, PHP 5)
  905. bool feof (resource $handle) (PHP 4, PHP 5)
  906. bool fflush (resource $handle) (PHP 4 >= 4.0.1, PHP 5)
  907. string fgetc (resource $handle) (PHP 4, PHP 5)
  908. array fgetcsv (resource $handle [, int $length=0 [, string $delimiter=', ' [, string $enclosure='"' [, string $escape='\\']]]]) (PHP 4, PHP 5)
  909. string fgets (resource $handle [, int $length]) (PHP 4, PHP 5)
  910. string fgetss (resource $handle [, int $length [, string $allowable_tags]]) (PHP 4, PHP 5)
  911. bool file_exists (string $filename) (PHP 4, PHP 5)
  912. string file_get_contents (string $filename [, bool $use_include_path=false [, resource $context [, int $offset=-1 [, int $maxlen]]]]) (PHP 4 >= 4.3.0, PHP 5)
  913. int file_put_contents (string $filename, mixed $data [, int $flags=0 [, resource $context]]) (PHP 5)
  914. array file (string $filename [, int $flags=0 [, resource $context]]) (PHP 4, PHP 5)
  915. int fileatime (string $filename) (PHP 4, PHP 5)
  916. int filectime (string $filename) (PHP 4, PHP 5)
  917. int filegroup (string $filename) (PHP 4, PHP 5)
  918. int fileinode (string $filename) (PHP 4, PHP 5)
  919. int filemtime (string $filename) (PHP 4, PHP 5)
  920. int fileowner (string $filename) (PHP 4, PHP 5)
  921. int fileperms (string $filename) (PHP 4, PHP 5)
  922. int filepro_fieldcount (void) (PHP 4, PHP 5 <= 5.1.6)
  923. string filepro_fieldname (int $field_number) (PHP 4, PHP 5 <= 5.1.6)
  924. string filepro_fieldtype (int $field_number) (PHP 4, PHP 5 <= 5.1.6)
  925. int filepro_fieldwidth (int $field_number) (PHP 4, PHP 5 <= 5.1.6)
  926. string filepro_retrieve (int $row_number, int $field_number) (PHP 4, PHP 5 <= 5.1.6)
  927. int filepro_rowcount (void) (PHP 4, PHP 5 <= 5.1.6)
  928. bool filepro (string $directory) (PHP 4, PHP 5 <= 5.1.6)
  929. int filesize (string $filename) (PHP 4, PHP 5)
  930. string filetype (string $filename) (PHP 4, PHP 5)
  931. bool filter_has_var (int $type, string $variable_name) (PHP 5 >= 5.2.0)
  932. int filter_id (string $filtername) (PHP 5 >= 5.2.0)
  933. mixed filter_input_array (int $type [, mixed $definition]) (PHP 5 >= 5.2.0)
  934. mixed filter_input (int $type, string $variable_name [, int $filter=FILTER_DEFAULT [, mixed $options]]) (PHP 5 >= 5.2.0)
  935. array filter_list (void) (PHP 5 >= 5.2.0)
  936. mixed filter_var_array (array $data [, mixed $definition]) (PHP 5 >= 5.2.0)
  937. mixed filter_var (mixed $variable [, int $filter=FILTER_DEFAULT [, mixed $options]]) (PHP 5 >= 5.2.0)
  938. string finfo_buffer (resource $finfo, string $string= NULL [, int $options=FILEINFO_NONE [, resource $context= NULL]]) (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
  939. bool finfo_close (resource $finfo) (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
  940. string finfo_file (resource $finfo, string $file_name= NULL [, int $options=FILEINFO_NONE [, resource $context= NULL]]) (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
  941. resource finfo_open ( [int $options=FILEINFO_NONE [, string $magic_file= NULL]]) (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
  942. bool finfo_set_flags (resource $finfo, int $options) (PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
  943. float floatval (mixed $var) (PHP 4 >= 4.2.0, PHP 5)
  944. bool flock (resource $handle, int $operation [, int& $wouldblock]) (PHP 4, PHP 5)
  945. float floor (float $value) (PHP 4, PHP 5)
  946. void flush (void) (PHP 4, PHP 5)
  947. float fmod (float $x, float $y) (PHP 4 >= 4.2.0, PHP 5)
  948. bool fnmatch (string $pattern, string $string [, int $flags=0]) (PHP 4 >= 4.3.0, PHP 5)
  949. resource fopen (string $filename, string $mode [, bool $use_include_path=false [, resource $context]]) (PHP 4, PHP 5)
  950. mixed forward_static_call_array (callable $function, array $parameters) (PHP 5 >= 5.3.0)
  951. mixed forward_static_call (callable $function [, mixed $parameter [, mixed $...]]) (PHP 5 >= 5.3.0)
  952. int fpassthru (resource $handle) (PHP 4, PHP 5)
  953. int fprintf (resource $handle, string $format [, mixed $args [, mixed $...]]) (PHP 5)
  954. int fputcsv (resource $handle, array $fields [, string $delimiter=', ' [, string $enclosure='"']]) (PHP 5 >= 5.1.0)
  955. ) (PHP 4, PHP 5)
  956. string fread (resource $handle, int $length) (PHP 4, PHP 5)
  957. int frenchtojd (int $month, int $day, int $year) (PHP 4, PHP 5)
  958. string fribidi_log2vis (string $str, string $direction, int $charset) (PHP 4 >= 4.0.4 and PHP 4 <= 4.1.0, PECL fribidi >= 1.0)
  959. mixed fscanf (resource $handle, string $format [, mixed& $...]) (PHP 4 >= 4.0.1, PHP 5)
  960. int fseek (resource $handle, int $offset [, int $whence=SEEK_SET]) (PHP 4, PHP 5)
  961. resource fsockopen (string $hostname [, int $port=-1 [, int& $errno [, string& $errstr [, float $timeout=ini_get ("default_socket_timeout")]]]]) (PHP 4, PHP 5)
  962. array fstat (resource $handle) (PHP 4, PHP 5)
  963. int ftell (resource $handle) (PHP 4, PHP 5)
  964. int ftok (string $pathname, string $proj) (PHP 4 >= 4.2.0, PHP 5)
  965. bool ftp_alloc (resource $ftp_stream, int $filesize [, string& $result]) (PHP 5)
  966. bool ftp_cdup (resource $ftp_stream) (PHP 4, PHP 5)
  967. bool ftp_chdir (resource $ftp_stream, string $directory) (PHP 4, PHP 5)
  968. int ftp_chmod (resource $ftp_stream, int $mode, string $filename) (PHP 5)
  969. bool ftp_close (resource $ftp_stream) (PHP 4 >= 4.2.0, PHP 5)
  970. resource ftp_connect (string $host [, int $port=21 [, int $timeout=90]]) (PHP 4, PHP 5)
  971. bool ftp_delete (resource $ftp_stream, string $path) (PHP 4, PHP 5)
  972. bool ftp_exec (resource $ftp_stream, string $command) (PHP 4 >= 4.0.3, PHP 5)
  973. bool ftp_fget (resource $ftp_stream, resource $handle, string $remote_file, int $mode [, int $resumepos=0]) (PHP 4, PHP 5)
  974. bool ftp_fput (resource $ftp_stream, string $remote_file, resource $handle, int $mode [, int $startpos=0]) (PHP 4, PHP 5)
  975. mixed ftp_get_option (resource $ftp_stream, int $option) (PHP 4 >= 4.2.0, PHP 5)
  976. bool ftp_get (resource $ftp_stream, string $local_file, string $remote_file, int $mode [, int $resumepos=0]) (PHP 4, PHP 5)
  977. bool ftp_login (resource $ftp_stream, string $username, string $password) (PHP 4, PHP 5)
  978. int ftp_mdtm (resource $ftp_stream, string $remote_file) (PHP 4, PHP 5)
  979. string ftp_mkdir (resource $ftp_stream, string $directory) (PHP 4, PHP 5)
  980. int ftp_nb_continue (resource $ftp_stream) (PHP 4 >= 4.3.0, PHP 5)
  981. int ftp_nb_fget (resource $ftp_stream, resource $handle, string $remote_file, int $mode [, int $resumepos=0]) (PHP 4 >= 4.3.0, PHP 5)
  982. int ftp_nb_fput (resource $ftp_stream, string $remote_file, resource $handle, int $mode [, int $startpos=0]) (PHP 4 >= 4.3.0, PHP 5)
  983. int ftp_nb_get (resource $ftp_stream, string $local_file, string $remote_file, int $mode [, int $resumepos=0]) (PHP 4 >= 4.3.0, PHP 5)
  984. int ftp_nb_put (resource $ftp_stream, string $remote_file, string $local_file, int $mode [, int $startpos=0]) (PHP 4 >= 4.3.0, PHP 5)
  985. array ftp_nlist (resource $ftp_stream, string $directory) (PHP 4, PHP 5)
  986. bool ftp_pasv (resource $ftp_stream, bool $pasv) (PHP 4, PHP 5)
  987. bool ftp_put (resource $ftp_stream, string $remote_file, string $local_file, int $mode [, int $startpos=0]) (PHP 4, PHP 5)
  988. string ftp_pwd (resource $ftp_stream) (PHP 4, PHP 5)
  989. ) (PHP 4, PHP 5)
  990. array ftp_raw (resource $ftp_stream, string $command) (PHP 5)
  991. array ftp_rawlist (resource $ftp_stream, string $directory [, bool $recursive=false]) (PHP 4, PHP 5)
  992. bool ftp_rename (resource $ftp_stream, string $oldname, string $newname) (PHP 4, PHP 5)
  993. bool ftp_rmdir (resource $ftp_stream, string $directory) (PHP 4, PHP 5)
  994. bool ftp_set_option (resource $ftp_stream, int $option, mixed $value) (PHP 4 >= 4.2.0, PHP 5)
  995. bool ftp_site (resource $ftp_stream, string $command) (PHP 4, PHP 5)
  996. int ftp_size (resource $ftp_stream, string $remote_file) (PHP 4, PHP 5)
  997. resource ftp_ssl_connect (string $host [, int $port=21 [, int $timeout=90]]) (PHP 4 >= 4.3.0, PHP 5)
  998. string ftp_systype (resource $ftp_stream) (PHP 4, PHP 5)
  999. bool ftruncate (resource $handle, int $size) (PHP 4, PHP 5)
  1000. mixed func_get_arg (int $arg_num) (PHP 4, PHP 5)
  1001. array func_get_args (void) (PHP 4, PHP 5)
  1002. publicbool GearmanWorker::setId (string $id) (No version information available, might only be in SVN)
  1003. int func_num_args (void) (PHP 4, PHP 5)
  1004. bool function_exists (string $function_name) (PHP 4, PHP 5)
  1005. int fwrite (resource $handle, string $string [, int $length]) (PHP 4, PHP 5)
  1006. int gc_collect_cycles (void) (PHP 5 >= 5.3.0)
  1007. void gc_disable (void) (PHP 5 >= 5.3.0)
  1008. void gc_enable (void) (PHP 5 >= 5.3.0)
  1009. bool gc_enabled (void) (PHP 5 >= 5.3.0)
  1010. array gd_info (void) (PHP 4 >= 4.3.0, PHP 5)
  1011. string geoip_continent_code_by_name (string $hostname) (PECL geoip >= 1.0.3)
  1012. string geoip_country_code_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1013. string geoip_country_code3_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1014. string geoip_country_name_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1015. string geoip_database_info ( [int $database=GEOIP_COUNTRY_EDITION]) (PECL geoip >= 0.2.0)
  1016. bool geoip_db_avail (int $database) (PECL geoip >= 1.0.1)
  1017. string geoip_db_filename (int $database) (PECL geoip >= 1.0.1)
  1018. array geoip_db_get_all_info (void) (PECL geoip >= 1.0.1)
  1019. int geoip_id_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1020. string geoip_isp_by_name (string $hostname) (PECL geoip >= 1.0.2)
  1021. string geoip_org_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1022. array geoip_record_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1023. array geoip_region_by_name (string $hostname) (PECL geoip >= 0.2.0)
  1024. string geoip_region_name_by_code (string $country_code, string $region_code) (PECL geoip >= 1.0.4)
  1025. string geoip_time_zone_by_country_and_region (string $country_code [, string $region_code]) (PECL geoip >= 1.0.4)
  1026. mixed get_browser ( [string $user_agent [, bool $return_array=false]]) (PHP 4, PHP 5)
  1027. string get_called_class (void) (PHP 5 >= 5.3.0)
  1028. string get_cfg_var (string $option) (PHP 4, PHP 5)
  1029. array get_class_methods (mixed $class_name) (PHP 4, PHP 5)
  1030. array get_class_vars (string $class_name) (PHP 4, PHP 5)
  1031. string get_class ( [object $object= NULL]) (PHP 4, PHP 5)
  1032. string get_current_user (void) (PHP 4, PHP 5)
  1033. array get_declared_classes (void) (PHP 4, PHP 5)
  1034. array get_declared_interfaces (void) (PHP 5)
  1035. array get_declared_traits (void) (No version information available, might only be in SVN)
  1036. array get_defined_constants ( [bool $categorize=false]) (PHP 4 >= 4.1.0, PHP 5)
  1037. array get_defined_functions (void) (PHP 4 >= 4.0.4, PHP 5)
  1038. array get_defined_vars (void) (PHP 4 >= 4.0.4, PHP 5)
  1039. array get_extension_funcs (string $module_name) (PHP 4, PHP 5)
  1040. array get_headers (string $url [, int $format=0]) (PHP 5)
  1041. array get_html_translation_table ( [int $table=HTML_SPECIALCHARS [, int $flags=ENT_COMPAT|ENT_HTML401 [, string $encoding='UTF-8']]]) (PHP 4, PHP 5)
  1042. string get_include_path (void) (PHP 4 >= 4.3.0, PHP 5)
  1043. array get_included_files (void) (PHP 4, PHP 5)
  1044. array get_loaded_extensions ( [bool $zend_extensions=false]) (PHP 4, PHP 5)
  1045. bool get_magic_quotes_gpc (void) (PHP 4, PHP 5)
  1046. bool get_magic_quotes_runtime (void) (PHP 4, PHP 5)
  1047. array get_meta_tags (string $filename [, bool $use_include_path=false]) (PHP 4, PHP 5)
  1048. array get_object_vars (object $object) (PHP 4, PHP 5)
  1049. string get_parent_class ( [mixed $object]) (PHP 4, PHP 5)
  1050. ) (PHP 4, PHP 5)
  1051. string get_resource_type (resource $handle) (PHP 4 >= 4.0.2, PHP 5)
  1052. array getallheaders (void) (PHP 4, PHP 5)
  1053. string getcwd (void) (PHP 4, PHP 5)
  1054. array getdate ( [int $timestamp=time ()]) (PHP 4, PHP 5)
  1055. string getenv (string $varname) (PHP 4, PHP 5)
  1056. string gethostbyaddr (string $ip_address) (PHP 4, PHP 5)
  1057. string gethostbyname (string $hostname) (PHP 4, PHP 5)
  1058. array gethostbynamel (string $hostname) (PHP 4, PHP 5)
  1059. string gethostname (void) (PHP >= 5.3.0)
  1060. array getimagesize (string $filename [, array& $imageinfo]) (PHP 4, PHP 5)
  1061. array getimagesizefromstring (string $imagedata [, array& $imageinfo]) (PHP 5 >= 5.4.0)
  1062. int getlastmod (void) (PHP 4, PHP 5)
  1063. bool getmxrr (string $hostname, array& $mxhosts [, array& $weight]) (PHP 4, PHP 5)
  1064. int getmygid (void) (PHP 4 >= 4.1.0, PHP 5)
  1065. int getmyinode (void) (PHP 4, PHP 5)
  1066. int getmypid (void) (PHP 4, PHP 5)
  1067. int getmyuid (void) (PHP 4, PHP 5)
  1068. array getopt (string $options [, array $longopts]) (PHP 4 >= 4.3.0, PHP 5)
  1069. int getprotobyname (string $name) (PHP 4, PHP 5)
  1070. string getprotobynumber (int $number) (PHP 4, PHP 5)
  1071. int getrandmax (void) (PHP 4, PHP 5)
  1072. array getrusage ( [int $who=0]) (PHP 4, PHP 5)
  1073. int getservbyname (string $service, string $protocol) (PHP 4, PHP 5)
  1074. string getservbyport (int $port, string $protocol) (PHP 4, PHP 5)
  1075. string gettext (string $message) (PHP 4, PHP 5)
  1076. mixed gettimeofday ( [bool $return_float=false]) (PHP 4, PHP 5)
  1077. string gettype (mixed $var) (PHP 4, PHP 5)
  1078. array glob (string $pattern [, int $flags=0]) (PHP 4 >= 4.3.0, PHP 5)
  1079. string gmdate (string $format [, int $timestamp=time ()]) (PHP 4, PHP 5)
  1080. int gmmktime ( [int $hour=gmdate ("H") [, int $minute=gmdate ("i") [, int $second=gmdate ("s") [, int $month=gmdate ("n") [, int $day=gmdate ("j") [, int $year=gmdate ("Y") [, int $is_dst=-1]]]]]]]) (PHP 4, PHP 5)
  1081. resource gmp_abs (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1082. resource gmp_add (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1083. resource gmp_and (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1084. void gmp_clrbit (resource $a, int $index) (PHP 4 >= 4.0.4, PHP 5)
  1085. int gmp_cmp (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1086. resource gmp_com (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1087. resource gmp_div_q (resource $a, resource $b [, int $round=GMP_ROUND_ZERO]) (PHP 4 >= 4.0.4, PHP 5)
  1088. array gmp_div_qr (resource $n, resource $d [, int $round=GMP_ROUND_ZERO]) (PHP 4 >= 4.0.4, PHP 5)
  1089. resource gmp_div_r (resource $n, resource $d [, int $round=GMP_ROUND_ZERO]) (PHP 4 >= 4.0.4, PHP 5)
  1090. ) (PHP 4 >= 4.0.4, PHP 5)
  1091. resource gmp_divexact (resource $n, resource $d) (PHP 4 >= 4.0.4, PHP 5)
  1092. resource gmp_fact (mixed $a) (PHP 4 >= 4.0.4, PHP 5)
  1093. resource gmp_gcd (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1094. array gmp_gcdext (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1095. int gmp_hamdist (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1096. resource gmp_init (mixed $number [, int $base=0]) (PHP 4 >= 4.0.4, PHP 5)
  1097. int gmp_intval (resource $gmpnumber) (PHP 4 >= 4.0.4, PHP 5)
  1098. resource gmp_invert (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1099. int gmp_jacobi (resource $a, resource $p) (PHP 4 >= 4.0.4, PHP 5)
  1100. int gmp_legendre (resource $a, resource $p) (PHP 4 >= 4.0.4, PHP 5)
  1101. resource gmp_mod (resource $n, resource $d) (PHP 4 >= 4.0.4, PHP 5)
  1102. resource gmp_mul (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1103. resource gmp_neg (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1104. resource gmp_nextprime (int $a) (PHP 5 >= 5.2.0)
  1105. resource gmp_or (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1106. bool gmp_perfect_square (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1107. int gmp_popcount (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1108. resource gmp_pow (resource $base, int $exp) (PHP 4 >= 4.0.4, PHP 5)
  1109. resource gmp_powm (resource $base, resource $exp, resource $mod) (PHP 4 >= 4.0.4, PHP 5)
  1110. int gmp_prob_prime (resource $a [, int $reps=10]) (PHP 4 >= 4.0.4, PHP 5)
  1111. resource gmp_random ( [int $limiter=20]) (PHP 4 >= 4.0.4, PHP 5)
  1112. int gmp_scan0 (resource $a, int $start) (PHP 4 >= 4.0.4, PHP 5)
  1113. int gmp_scan1 (resource $a, int $start) (PHP 4 >= 4.0.4, PHP 5)
  1114. void gmp_setbit (resource $a, int $index [, bool $set_clear=true]) (PHP 4 >= 4.0.4, PHP 5)
  1115. int gmp_sign (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1116. resource gmp_sqrt (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1117. array gmp_sqrtrem (resource $a) (PHP 4 >= 4.0.4, PHP 5)
  1118. string gmp_strval (resource $gmpnumber [, int $base=10]) (PHP 4 >= 4.0.4, PHP 5)
  1119. resource gmp_sub (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1120. bool gmp_testbit (resource $a, int $index) (PHP 5 >= 5.3.0)
  1121. resource gmp_xor (resource $a, resource $b) (PHP 4 >= 4.0.4, PHP 5)
  1122. string gmstrftime (string $format [, int $timestamp=time ()]) (PHP 4, PHP 5)
  1123. bool gnupg_adddecryptkey (resource $identifier, string $fingerprint, string $passphrase) (PECL gnupg >= 0.5)
  1124. bool gnupg_addencryptkey (resource $identifier, string $fingerprint) (PECL gnupg >= 0.5)
  1125. bool gnupg_addsignkey (resource $identifier, string $fingerprint [, string $passphrase]) (PECL gnupg >= 0.5)
  1126. bool gnupg_cleardecryptkeys (resource $identifier) (PECL gnupg >= 0.5)
  1127. bool gnupg_clearencryptkeys (resource $identifier) (PECL gnupg >= 0.5)
  1128. bool gnupg_clearsignkeys (resource $identifier) (PECL gnupg >= 0.5)
  1129. string gnupg_decrypt (resource $identifier, string $text) (PECL gnupg >= 0.1)
  1130. array gnupg_decryptverify (resource $identifier, string $text, string& $plaintext) (PECL gnupg >= 0.2)
  1131. string gnupg_encrypt (resource $identifier, string $plaintext) (PECL gnupg >= 0.1)
  1132. string gnupg_encryptsign (resource $identifier, string $plaintext) (PECL gnupg >= 0.2)
  1133. string gnupg_export (resource $identifier, string $fingerprint) (PECL gnupg >= 0.1)
  1134. string gnupg_geterror (resource $identifier) (PECL gnupg >= 0.1)
  1135. int gnupg_getprotocol (resource $identifier) (PECL gnupg >= 0.1)
  1136. array gnupg_import (resource $identifier, string $keydata) (PECL gnupg >= 0.3)
  1137. resource gnupg_init (void) (PECL gnupg >= 0.4)
  1138. array gnupg_keyinfo (resource $identifier, string $pattern) (PECL gnupg >= 0.1)
  1139. bool gnupg_setarmor (resource $identifier, int $armor) (PECL gnupg >= 0.1)
  1140. void gnupg_seterrormode (resource $identifier, int $errormode) (PECL gnupg >= 0.6)
  1141. bool gnupg_setsignmode (resource $identifier, int $signmode) (PECL gnupg >= 0.1)
  1142. string gnupg_sign (resource $identifier, string $plaintext) (PECL gnupg >= 0.1)
  1143. array gnupg_verify (resource $identifier, string $signed_text, string $signature [, string& $plaintext]) (PECL gnupg >= 0.1)
  1144. array gopher_parsedir (string $dirent) (PECL net_gopher >= 0.1)
  1145. string grapheme_extract (string $haystack, int $size [, int $extract_type [, int $start=0 [, int& $next]]]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1146. int grapheme_stripos (string $haystack, string $needle [, int $offset=0]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1147. string grapheme_stristr (string $haystack, string $needle [, bool $before_needle=false]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1148. int grapheme_strlen (string $input) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1149. int grapheme_strpos (string $haystack, string $needle [, int $offset=0]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1150. int grapheme_strripos (string $haystack, string $needle [, int $offset=0]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1151. int grapheme_strrpos (string $haystack, string $needle [, int $offset=0]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1152. string grapheme_strstr (string $haystack, string $needle [, bool $before_needle=false]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1153. int grapheme_substr (string $string, int $start [, int $length]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1154. int gregoriantojd (int $month, int $day, int $year) (PHP 4, PHP 5)
  1155. string gupnp_context_get_host_ip (resource $context) (PECL gupnp >= 0.1.0)
  1156. int gupnp_context_get_port (resource $context) (PECL gupnp >= 0.1.0)
  1157. int gupnp_context_get_subscription_timeout (resource $context) (PECL gupnp >= 0.1.0)
  1158. bool gupnp_context_host_path (resource $context, string $local_path, string $server_path) (PECL gupnp >= 0.1.0)
  1159. resource gupnp_context_new ( [string $host_ip [, int $port=0]]) (PECL gupnp >= 0.1.0)
  1160. void gupnp_context_set_subscription_timeout (resource $context, int $timeout) (PECL gupnp >= 0.1.0)
  1161. bool gupnp_context_timeout_add (resource $context, int $timeout, mixed $callback [, mixed $arg]) (PECL gupnp >= 0.1.0)
  1162. bool gupnp_context_unhost_path (resource $context, string $server_path) (PECL gupnp >= 0.1.0)
  1163. bool gupnp_control_point_browse_start (resource $cpoint) (PECL gupnp >= 0.1.0)
  1164. bool gupnp_control_point_browse_stop (resource $cpoint) (PECL gupnp >= 0.1.0)
  1165. bool gupnp_control_point_callback_set (resource $cpoint, int $signal, mixed $callback [, mixed $arg]) (PECL gupnp >= 0.1.0)
  1166. resource gupnp_control_point_new (resource $context, string $target) (PECL gupnp >= 0.1.0)
  1167. bool gupnp_device_action_callback_set (resource $root_device, int $signal, string $action_name, mixed $callback [, mixed $arg]) (PECL gupnp >= 0.1.0)
  1168. resource gupnp_device_info_get_service (resource $root_device, string $type) (PECL gupnp >= 0.1.0)
  1169. array gupnp_device_info_get (resource $root_device) (PECL gupnp >= 0.1.0)
  1170. bool gupnp_root_device_get_available (resource $root_device) (PECL gupnp >= 0.1.0)
  1171. string gupnp_root_device_get_relative_location (resource $root_device) (PECL gupnp >= 0.1.0)
  1172. resource gupnp_root_device_new (resource $context, string $location, string $description_dir) (PECL gupnp >= 0.1.0)
  1173. bool gupnp_root_device_set_available (resource $root_device, bool $available) (PECL gupnp >= 0.1.0)
  1174. bool gupnp_root_device_start (resource $root_device) (PECL gupnp >= 0.1.0)
  1175. bool gupnp_root_device_stop (resource $root_device) (PECL gupnp >= 0.1.0)
  1176. mixed gupnp_service_action_get (resource $action, string $name, int $type) (PECL gupnp >= 0.1.0)
  1177. bool gupnp_service_action_return_error (resource $action, int $error_code [, string $error_description]) (PECL gupnp >= 0.1.0)
  1178. bool gupnp_service_action_return (resource $action) (PECL gupnp >= 0.1.0)
  1179. bool gupnp_service_action_set (resource $action, string $name, int $type, mixed $value) (PECL gupnp >= 0.1.0)
  1180. bool gupnp_service_freeze_notify (resource $service) (PECL gupnp >= 0.1.0)
  1181. mixed gupnp_service_info_get_introspection (resource $proxy [, mixed $callback [, mixed $arg]]) (PECL gupnp >= 0.1.0)
  1182. array gupnp_service_info_get (resource $proxy) (PECL gupnp >= 0.1.0)
  1183. array gupnp_service_introspection_get_state_variable (resource $introspection, string $variable_name) (PECL gupnp >= 0.1.0)
  1184. bool gupnp_service_notify (resource $service, string $name, int $type, mixed $value) (PECL gupnp >= 0.1.0)
  1185. mixed gupnp_service_proxy_action_get (resource $proxy, string $action, string $name, int $type) (PECL gupnp >= 0.1.0)
  1186. bool gupnp_service_proxy_action_set (resource $proxy, string $action, string $name, mixed $value, int $type) (PECL gupnp >= 0.1.0)
  1187. bool gupnp_service_proxy_add_notify (resource $proxy, string $value, int $type, mixed $callback [, mixed $arg]) (PECL gupnp >= 0.1.0)
  1188. bool gupnp_service_proxy_callback_set (resource $proxy, int $signal, mixed $callback [, mixed $arg]) (PECL gupnp >= 0.1.0)
  1189. bool gupnp_service_proxy_get_subscribed (resource $proxy) (PECL gupnp >= 0.1.0)
  1190. bool gupnp_service_proxy_remove_notify (resource $proxy, string $value) (PECL gupnp >= 0.1.0)
  1191. bool gupnp_service_proxy_set_subscribed (resource $proxy, bool $subscribed) (PECL gupnp >= 0.1.0)
  1192. bool gupnp_service_thaw_notify (resource $service) (PECL gupnp >= 0.1.0)
  1193. bool gzclose (resource $zp) (PHP 4, PHP 5)
  1194. string gzcompress (string $data [, int $level=-1]) (PHP 4 >= 4.0.1, PHP 5)
  1195. string gzdecode (string $data [, int $length]) (No version information available, might only be in SVN)
  1196. string gzdeflate (string $data [, int $level=-1]) (PHP 4 >= 4.0.4, PHP 5)
  1197. string gzencode (string $data [, int $level=-1 [, int $encoding_mode=FORCE_GZIP]]) (PHP 4 >= 4.0.4, PHP 5)
  1198. int gzeof (resource $zp) (PHP 4, PHP 5)
  1199. array gzfile (string $filename [, int $use_include_path=0]) (PHP 4, PHP 5)
  1200. string gzgetc (resource $zp) (PHP 4, PHP 5)
  1201. string gzgets (resource $zp, int $length) (PHP 4, PHP 5)
  1202. string gzgetss (resource $zp, int $length [, string $allowable_tags]) (PHP 4, PHP 5)
  1203. string gzinflate (string $data [, int $length=0]) (PHP 4 >= 4.0.4, PHP 5)
  1204. resource gzopen (string $filename, string $mode [, int $use_include_path=0]) (PHP 4, PHP 5)
  1205. int gzpassthru (resource $zp) (PHP 4, PHP 5)
  1206. ) (PHP 4, PHP 5)
  1207. string gzread (resource $zp, int $length) (PHP 4, PHP 5)
  1208. bool gzrewind (resource $zp) (PHP 4, PHP 5)
  1209. int gzseek (resource $zp, int $offset [, int $whence=SEEK_SET]) (PHP 4, PHP 5)
  1210. int gztell (resource $zp) (PHP 4, PHP 5)
  1211. string gzuncompress (string $data [, int $length=0]) (PHP 4 >= 4.0.1, PHP 5)
  1212. int gzwrite (resource $zp, string $string [, int $length]) (PHP 4, PHP 5)
  1213. void __halt_compiler (void) (PHP 5 >= 5.1.0)
  1214. array hash_algos (void) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1215. resource hash_copy (resource $context) (PHP 5 >= 5.3.0)
  1216. string hash_file (string $algo, string $filename [, bool $raw_output=false]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1217. string hash_final (resource $context [, bool $raw_output=false]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1218. string hash_hmac_file (string $algo, string $filename, string $key [, bool $raw_output=false]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1219. string hash_hmac (string $algo, string $data, string $key [, bool $raw_output=false]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1220. resource hash_init (string $algo [, int $options=0 [, string $key= NULL]]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1221. string hash_pbkdf2 (string $algo, string $password, string $salt, int $iterations [, int $length=0 [, bool $raw_output=false]]) (PHP 5 >= 5.5.0)
  1222. bool hash_update_file (resource $context, string $filename [, resource $context= NULL]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1223. int hash_update_stream (resource $context, resource $handle [, int $length=-1]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1224. bool hash_update (resource $context, string $data) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1225. string hash (string $algo, string $data [, bool $raw_output=false]) (PHP 5 >= 5.1.2, PECL hash >= 1.1)
  1226. bool header_register_callback (callable $callback) (No version information available, might only be in SVN)
  1227. void header_remove ( [string $name]) (PHP 5 >= 5.3.0)
  1228. void header (string $string [, bool $replace=true [, int $http_response_code]]) (PHP 4, PHP 5)
  1229. array headers_list (void) (PHP 5)
  1230. bool headers_sent ( [string& $file [, int& $line]]) (PHP 4, PHP 5)
  1231. string hebrev (string $hebrew_text [, int $max_chars_per_line=0]) (PHP 4, PHP 5)
  1232. string hebrevc (string $hebrew_text [, int $max_chars_per_line=0]) (PHP 4, PHP 5)
  1233. string hex2bin (string $data) (PHP >= 5.4.0)
  1234. number hexdec (string $hex_string) (PHP 4, PHP 5)
  1235. mixed highlight_file (string $filename [, bool $return=false]) (PHP 4, PHP 5)
  1236. mixed highlight_string (string $str [, bool $return=false]) (PHP 4, PHP 5)
  1237. string html_entity_decode (string $string [, int $flags=ENT_COMPAT|ENT_HTML401 [, string $encoding='UTF-8']]) (PHP 4 >= 4.3.0, PHP 5)
  1238. string htmlentities (string $string [, int $flags=ENT_COMPAT|ENT_HTML401 [, string $encoding='UTF-8' [, bool $double_encode=true]]]) (PHP 4, PHP 5)
  1239. string htmlspecialchars_decode (string $string [, int $flags=ENT_COMPAT|ENT_HTML401]) (PHP 5 >= 5.1.0)
  1240. string htmlspecialchars (string $string [, int $flags=ENT_COMPAT|ENT_HTML401 [, string $encoding='UTF-8' [, bool $double_encode=true]]]) (PHP 4, PHP 5)
  1241. string http_build_cookie (array $cookie) (PECL pecl_http >= 1.2.0)
  1242. string http_build_query (mixed $query_data [, string $numeric_prefix [, string $arg_separator [, int $enc_type= PHP_QUERY_RFC1738]]]) (PHP 5)
  1243. string http_build_str (array $query [, string $prefix [, string $arg_separator=ini_get ("arg_separator.output")]]) (PECL pecl_http >= 0.23.0)
  1244. string http_build_url ( [mixed $url [, mixed $parts [, int $flags=HTTP_URL_REPLACE [, array& $new_url]]]]) (PECL pecl_http >= 0.21.0)
  1245. bool http_cache_etag ( [string $etag]) (PECL pecl_http >= 0.1.0)
  1246. bool http_cache_last_modified ( [int $timestamp_or_expires]) (PECL pecl_http >= 0.1.0)
  1247. string http_chunked_decode (string $encoded) (PECL pecl_http >= 0.1.0)
  1248. string http_date ( [int $timestamp]) (PECL pecl_http >= 0.1.0)
  1249. string http_deflate (string $data [, int $flags=0]) (PECL pecl_http >= 0.15.0)
  1250. resource http_get_request_body_stream (void) (PECL pecl_http >= 0.22.0)
  1251. string http_get_request_body (void) (PECL pecl_http >= 0.10.0)
  1252. array http_get_request_headers (void) (PECL pecl_http >= 0.10.0)
  1253. string http_get (string $url [, array $options [, array& $info]]) (PECL pecl_http >= 0.1.0)
  1254. string http_head (string $url [, array $options [, array& $info]]) (PECL pecl_http >= 0.1.0)
  1255. string http_inflate (string $data) (PECL pecl_http >= 0.15.0)
  1256. bool http_match_etag (string $etag [, bool $for_range=false]) (PECL pecl_http >= 0.1.0)
  1257. bool http_match_modified ( [int $timestamp=-1 [, bool $for_range=false]]) (PECL pecl_http >= 0.1.0)
  1258. bool http_match_request_header (string $header, string $value [, bool $match_case=false]) (PECL pecl_http >= 0.10.0)
  1259. string http_negotiate_charset (array $supported [, array& $result]) (PECL pecl_http >= 0.1.0)
  1260. string http_negotiate_content_type (array $supported [, array& $result]) (PECL pecl_http >= 0.19.0)
  1261. string http_negotiate_language (array $supported [, array& $result]) (PECL pecl_http >= 0.1.0)
  1262. object http_parse_cookie (string $cookie [, int $flags [, array $allowed_extras]]) (PECL pecl_http >= 0.20.0)
  1263. array http_parse_headers (string $header) (PECL pecl_http >= 0.10.0)
  1264. object http_parse_message (string $message) (PECL pecl_http >= 0.12.0)
  1265. object http_parse_params (string $param [, int $flags=HTTP_PARAMS_DEFAULT]) (PECL pecl_http >= 1.0.0)
  1266. string http_persistent_handles_clean ( [string $ident]) (PECL pecl_http >= 1.5.0)
  1267. object http_persistent_handles_count (void) (PECL pecl_http >= 1.5.0)
  1268. string http_persistent_handles_ident ( [string $ident]) (PECL pecl_http >= 1.5.0)
  1269. string http_post_data (string $url, string $data [, array $options [, array& $info]]) (PECL pecl_http >= 0.1.0)
  1270. string http_post_fields (string $url, array $data [, array $files [, array $options [, array& $info]]]) (PECL pecl_http >= 0.10.0)
  1271. string http_put_data (string $url, string $data [, array $options [, array& $info]]) (PECL pecl_http >= 0.25.0)
  1272. string http_put_file (string $url, string $file [, array $options [, array& $info]]) (PECL pecl_http >= 0.10.0)
  1273. string http_put_stream (string $url, resource $stream [, array $options [, array& $info]]) (PECL pecl_http >= 0.10.0)
  1274. bool http_redirect ( [string $url [, array $params [, bool $session=false [, int $status=0]]]]) (PECL pecl_http >= 0.1.0)
  1275. string http_request_body_encode (array $fields, array $files) (PECL pecl_http >= 1.0.0)
  1276. int http_request_method_exists (mixed $method) (PECL pecl_http >= 0.10.0)
  1277. string http_request_method_name (int $method) (PECL pecl_http >= 0.10.0)
  1278. int http_request_method_register (string $method) (PECL pecl_http >= 0.10.0)
  1279. bool http_request_method_unregister (mixed $method) (PECL pecl_http >= 0.10.0)
  1280. string http_request (int $method, string $url [, string $body [, array $options [, array& $info]]]) (PECL pecl_http >= 1.0.0)
  1281. int http_response_code ( [int $response_code]) (PHP 5 >= 5.4.0)
  1282. bool http_send_content_disposition (string $filename [, bool $inline=false]) (PECL pecl_http >= 0.10.0)
  1283. bool http_send_content_type ( [string $content_type="application/x-octetstream"]) (PECL pecl_http >= 0.10.0)
  1284. bool http_send_data (string $data) (PECL pecl_http >= 0.1.0)
  1285. bool http_send_file (string $file) (PECL pecl_http >= 0.1.0)
  1286. bool http_send_last_modified ( [int $timestamp=time ()]) (PECL pecl_http >= 0.1.0)
  1287. bool http_send_status (int $status) (PECL pecl_http >= 0.1.0)
  1288. bool http_send_stream (resource $stream) (PECL pecl_http >= 0.1.0)
  1289. int http_support ( [int $feature=0]) (PECL pecl_http >= 0.15.0)
  1290. void http_throttle (float $sec [, int $bytes=40960]) (PECL pecl_http >= 0.10.0)
  1291. string hw_array2objrec (array $object_array) (PHP 4)
  1292. bool hw_changeobject (int $link, int $objid, array $attributes) (PHP 4)
  1293. array hw_children (int $connection, int $objectID) (PHP 4)
  1294. array hw_childrenobj (int $connection, int $objectID) (PHP 4)
  1295. bool hw_close (int $connection) (PHP 4)
  1296. int hw_connect (string $host, int $port [, string $username], string $password) (PHP 4)
  1297. void hw_connection_info (int $link) (PHP 4)
  1298. int hw_cp (int $connection, array $object_id_array, int $destination_id) (PHP 4)
  1299. bool hw_deleteobject (int $connection, int $object_to_delete) (PHP 4)
  1300. int hw_docbyanchor (int $connection, int $anchorID) (PHP 4)
  1301. string hw_docbyanchorobj (int $connection, int $anchorID) (PHP 4)
  1302. string hw_document_attributes (int $hw_document) (PHP 4)
  1303. string hw_document_bodytag (int $hw_document [, string $prefix]) (PHP 4)
  1304. string hw_document_content (int $hw_document) (PHP 4)
  1305. bool hw_document_setcontent (int $hw_document, string $content) (PHP 4)
  1306. int hw_document_size (int $hw_document) (PHP 4)
  1307. string hw_dummy (int $link, int $id, int $msgid) (PHP 4)
  1308. bool hw_edittext (int $connection, int $hw_document) (PHP 4)
  1309. int hw_error (int $connection) (PHP 4)
  1310. string hw_errormsg (int $connection) (PHP 4)
  1311. bool hw_free_document (int $hw_document) (PHP 4)
  1312. array hw_getanchors (int $connection, int $objectID) (PHP 4)
  1313. array hw_getanchorsobj (int $connection, int $objectID) (PHP 4)
  1314. string hw_getandlock (int $connection, int $objectID) (PHP 4)
  1315. array hw_getchildcoll (int $connection, int $objectID) (PHP 4)
  1316. array hw_getchildcollobj (int $connection, int $objectID) (PHP 4)
  1317. array hw_getchilddoccoll (int $connection, int $objectID) (PHP 4)
  1318. array hw_getchilddoccollobj (int $connection, int $objectID) (PHP 4)
  1319. mixed hw_getobject (int $connection, mixed $objectID [, string $query]) (PHP 4)
  1320. array hw_getobjectbyquery (int $connection, string $query, int $max_hits) (PHP 4)
  1321. array hw_getobjectbyquerycoll (int $connection, int $objectID, string $query, int $max_hits) (PHP 4)
  1322. array hw_getobjectbyquerycollobj (int $connection, int $objectID, string $query, int $max_hits) (PHP 4)
  1323. array hw_getobjectbyqueryobj (int $connection, string $query, int $max_hits) (PHP 4)
  1324. array hw_getparents (int $connection, int $objectID) (PHP 4)
  1325. array hw_getparentsobj (int $connection, int $objectID) (PHP 4)
  1326. string hw_getrellink (int $link, int $rootid, int $sourceid, int $destid) (PHP 4)
  1327. int hw_getremote (int $connection, int $objectID) (PHP 4)
  1328. mixed hw_getremotechildren (int $connection, string $object_record) (PHP 4)
  1329. array hw_getsrcbydestobj (int $connection, int $objectID) (PHP 4)
  1330. int hw_gettext (int $connection, int $objectID [, mixed $rootID/prefix]) (PHP 4)
  1331. string hw_getusername (int $connection) (PHP 4)
  1332. string hw_identify (int $link, string $username, string $password) (PHP 4)
  1333. array hw_incollections (int $connection, array $object_id_array, array $collection_id_array, int $return_collections) (PHP 4)
  1334. string hw_info (int $connection) (PHP 4)
  1335. int hw_inscoll (int $connection, int $objectID, array $object_array) (PHP 4)
  1336. int hw_insdoc (resource $connection, int $parentID, string $object_record [, string $text]) (PHP 4)
  1337. bool hw_insertanchors (int $hwdoc, array $anchorecs, array $dest [, array $urlprefixes]) (PHP 4 >= 4.0.4)
  1338. int hw_insertdocument (int $connection, int $parent_id, int $hw_document) (PHP 4)
  1339. int hw_insertobject (int $connection, string $object_rec, string $parameter) (PHP 4)
  1340. int hw_mapid (int $connection, int $server_id, int $object_id) (PHP 4)
  1341. bool hw_modifyobject (int $connection, int $object_to_change, array $remove, array $add [, int $mode]) (PHP 4)
  1342. int hw_mv (int $connection, array $object_id_array, int $source_id, int $destination_id) (PHP 4)
  1343. int hw_new_document (string $object_record, string $document_data, int $document_size) (PHP 4)
  1344. array hw_objrec2array (string $object_record [, array $format]) (PHP 4)
  1345. bool hw_output_document (int $hw_document) (PHP 4)
  1346. int hw_pconnect (string $host, int $port [, string $username], string $password) (PHP 4)
  1347. int hw_pipedocument (int $connection, int $objectID [, array $url_prefixes]) (PHP 4)
  1348. int hw_root (void) (PHP 4)
  1349. int hw_setlinkroot (int $link, int $rootid) (PHP 4)
  1350. string hw_stat (int $link) (PHP 4)
  1351. bool hw_unlock (int $connection, int $objectID) (PHP 4)
  1352. array hw_who (int $connection) (PHP 4)
  1353. HW_API_Attribute hwapi_attribute_new ( [string $name [, string $value]]) (No version information available, might only be in SVN)
  1354. HW_API_Content hwapi_content_new (string $content, string $mimetype) (No version information available, might only be in SVN)
  1355. HW_API hwapi_hgcsp (string $hostname [, int $port]) (PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN)
  1356. hw_api_object hwapi_object_new (array $parameter) (No version information available, might only be in SVN)
  1357. float hypot (float $x, float $y) (PHP 4 >= 4.1.0, PHP 5)
  1358. bool ibase_add_user (resource $service_handle, string $user_name, string $password [, string $first_name [, string $middle_name [, string $last_name]]]) (PHP 4 >= 4.2.0, PHP 5)
  1359. int ibase_affected_rows ( [resource $link_identifier]) (PHP 5)
  1360. mixed ibase_backup (resource $service_handle, string $source_db, string $dest_file [, int $options=0 [, bool $verbose=false]]) (PHP 5)
  1361. void ibase_blob_add (resource $blob_handle, string $data) (PHP 4, PHP 5)
  1362. bool ibase_blob_cancel (resource $blob_handle) (PHP 4, PHP 5)
  1363. mixed ibase_blob_close (resource $blob_handle) (PHP 4, PHP 5)
  1364. resource ibase_blob_create ( [resource $link_identifier= NULL]) (PHP 4, PHP 5)
  1365. bool ibase_blob_echo (string $blob_id) (PHP 4, PHP 5)
  1366. string ibase_blob_get (resource $blob_handle, int $len) (PHP 4, PHP 5)
  1367. string ibase_blob_import (resource $link_identifier, resource $file_handle) (PHP 4, PHP 5)
  1368. array ibase_blob_info (resource $link_identifier, string $blob_id) (PHP 4, PHP 5)
  1369. resource ibase_blob_open (resource $link_identifier, string $blob_id) (PHP 4, PHP 5)
  1370. bool ibase_close ( [resource $connection_id= NULL]) (PHP 4, PHP 5)
  1371. bool ibase_commit_ret ( [resource $link_or_trans_identifier= NULL]) (PHP 5)
  1372. bool ibase_commit ( [resource $link_or_trans_identifier= NULL]) (PHP 4, PHP 5)
  1373. resource ibase_connect ( [string $database [, string $username [, string $password [, string $charset [, int $buffers [, int $dialect [, string $role [, int $sync]]]]]]]]) (PHP 4, PHP 5)
  1374. string ibase_db_info (resource $service_handle, string $db, int $action [, int $argument=0]) (PHP 5)
  1375. bool ibase_delete_user (resource $service_handle, string $user_name) (PHP 4 >= 4.2.0, PHP 5)
  1376. bool ibase_drop_db ( [resource $connection= NULL]) (PHP 5)
  1377. int ibase_errcode (void) (PHP 5)
  1378. string ibase_errmsg (void) (PHP 4, PHP 5)
  1379. resource ibase_execute (resource $query [, mixed $bind_arg [, mixed $...]]) (PHP 4, PHP 5)
  1380. array ibase_fetch_assoc (resource $result [, int $fetch_flag=0]) (PHP 4 >= 4.3.0, PHP 5)
  1381. object ibase_fetch_object (resource $result_id [, int $fetch_flag=0]) (PHP 4, PHP 5)
  1382. array ibase_fetch_row (resource $result_identifier [, int $fetch_flag=0]) (PHP 4, PHP 5)
  1383. array ibase_field_info (resource $result, int $field_number) (PHP 4, PHP 5)
  1384. bool ibase_free_event_handler (resource $event) (PHP 5)
  1385. bool ibase_free_query (resource $query) (PHP 4, PHP 5)
  1386. bool ibase_free_result (resource $result_identifier) (PHP 4, PHP 5)
  1387. mixed ibase_gen_id (string $generator [, int $increment=1 [, resource $link_identifier= NULL]]) (PHP 5)
  1388. bool ibase_maintain_db (resource $service_handle, string $db, int $action [, int $argument=0]) (PHP 5)
  1389. bool ibase_modify_user (resource $service_handle, string $user_name, string $password [, string $first_name [, string $middle_name [, string $last_name]]]) (PHP 4 >= 4.2.0, PHP 5)
  1390. bool ibase_name_result (resource $result, string $name) (PHP 5)
  1391. int ibase_num_fields (resource $result_id) (PHP 4, PHP 5)
  1392. int ibase_num_params (resource $query) (PHP 5)
  1393. array ibase_param_info (resource $query, int $param_number) (PHP 5)
  1394. resource ibase_pconnect ( [string $database [, string $username [, string $password [, string $charset [, int $buffers [, int $dialect [, string $role [, int $sync]]]]]]]]) (PHP 4, PHP 5)
  1395. resource ibase_prepare (string $query) (PHP 4, PHP 5)
  1396. resource ibase_query ( [resource $link_identifier], string $query [, int $bind_args]) (PHP 4, PHP 5)
  1397. mixed ibase_restore (resource $service_handle, string $source_file, string $dest_db [, int $options=0 [, bool $verbose=false]]) (PHP 5)
  1398. bool ibase_rollback_ret ( [resource $link_or_trans_identifier= NULL]) (PHP 5)
  1399. bool ibase_rollback ( [resource $link_or_trans_identifier= NULL]) (PHP 4, PHP 5)
  1400. string ibase_server_info (resource $service_handle, int $action) (PHP 5)
  1401. resource ibase_service_attach (string $host, string $dba_username, string $dba_password) (PHP 5)
  1402. bool ibase_service_detach (resource $service_handle) (PHP 5)
  1403. resource ibase_set_event_handler (callable $event_handler, string $event_name1 [, string $event_name2 [, string $...]]) (PHP 5)
  1404. bool ibase_timefmt (string $format [, int $columntype=IBASE_TIMESTAMP]) (PHP 4)
  1405. resource ibase_trans ( [int $trans_args [, resource $link_identifier]]) (PHP 4, PHP 5)
  1406. string ibase_wait_event (string $event_name1 [, string $event_name2 [, string $...]]) (PHP 5)
  1407. mixed iconv_get_encoding ( [string $type="all"]) (PHP 4 >= 4.0.5, PHP 5)
  1408. array iconv_mime_decode_headers (string $encoded_headers [, int $mode=0 [, string $charset=ini_get ("iconv.internal_encoding")]]) (PHP 5)
  1409. string iconv_mime_decode (string $encoded_header [, int $mode=0 [, string $charset=ini_get ("iconv.internal_encoding")]]) (PHP 5)
  1410. string iconv_mime_encode (string $field_name, string $field_value [, array $preferences= NULL]) (PHP 5)
  1411. bool iconv_set_encoding (string $type, string $charset) (PHP 4 >= 4.0.5, PHP 5)
  1412. int iconv_strlen (string $str [, string $charset=ini_get ("iconv.internal_encoding")]) (PHP 5)
  1413. int iconv_strpos (string $haystack, string $needle [, int $offset=0 [, string $charset=ini_get ("iconv.internal_encoding")]]) (PHP 5)
  1414. int iconv_strrpos (string $haystack, string $needle [, string $charset=ini_get ("iconv.internal_encoding")]) (PHP 5)
  1415. string iconv_substr (string $str, int $offset [, int $length=iconv_strlen ( $str, $charset) [, string $charset=ini_get ("iconv.internal_encoding")]]) (PHP 5)
  1416. string iconv (string $in_charset, string $out_charset, string $str) (PHP 4 >= 4.0.5, PHP 5)
  1417. string id3_get_frame_long_name (string $frameId) (PECL id3 >= 0.2)
  1418. string id3_get_frame_short_name (string $frameId) (PECL id3 >= 0.2)
  1419. int id3_get_genre_id (string $genre) (PECL id3 >= 0.1)
  1420. array id3_get_genre_list (void) (PECL id3 >= 0.1)
  1421. string id3_get_genre_name (int $genre_id) (PECL id3 >= 0.1)
  1422. array id3_get_tag (string $filename [, int $version=ID3_BEST]) (PECL id3 >= 0.1)
  1423. int id3_get_version (string $filename) (PECL id3 >= 0.1)
  1424. bool id3_remove_tag (string $filename [, int $version=ID3_V1_0]) (PECL id3 >= 0.1)
  1425. bool id3_set_tag (string $filename, array $tag [, int $version=ID3_V1_0]) (PECL id3 >= 0.1)
  1426. int idate (string $format [, int $timestamp=time ()]) (PHP 5)
  1427. string idn_to_ascii (string $domain [, int $options=0 [, int $variant=INTL_IDNA_VARIANT_2003 [, array& $idna_info]]]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1)
  1428. ) (No version information available, might only be in SVN)
  1429. string idn_to_utf8 (string $domain [, int $options=0 [, int $variant=INTL_IDNA_VARIANT_2003 [, array& $idna_info]]]) (PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1)
  1430. int ifx_affected_rows (resource $result_id) (PHP 4, PHP <=5.2.0)
  1431. bool ifx_blobinfile_mode (int $mode) (PHP 4, PHP <=5.2.0)
  1432. bool ifx_byteasvarchar (int $mode) (PHP 4, PHP <=5.2.0)
  1433. bool ifx_close ( [resource $link_identifier]) (PHP 4, PHP <=5.2.0)
  1434. resource ifx_connect ( [string $database [, string $userid [, string $password]]]) (PHP 4, PHP <=5.2.0)
  1435. int ifx_copy_blob (int $bid) (PHP 4, PHP <=5.2.0)
  1436. int ifx_create_blob (int $type, int $mode, string $param) (PHP 4, PHP <=5.2.0)
  1437. int ifx_create_char (string $param) (PHP 4, PHP <=5.2.0)
  1438. bool ifx_do (resource $result_id) (PHP 4, PHP <=5.2.0)
  1439. string ifx_error ( [resource $link_identifier]) (PHP 4, PHP <=5.2.0)
  1440. string ifx_errormsg ( [int $errorcode]) (PHP 4, PHP <=5.2.0)
  1441. array ifx_fetch_row (resource $result_id [, mixed $position]) (PHP 4, PHP <=5.2.0)
  1442. array ifx_fieldproperties (resource $result_id) (PHP 4, PHP <=5.2.0)
  1443. array ifx_fieldtypes (resource $result_id) (PHP 4, PHP <=5.2.0)
  1444. bool ifx_free_blob (int $bid) (PHP 4, PHP <=5.2.0)
  1445. bool ifx_free_char (int $bid) (PHP 4, PHP <=5.2.0)
  1446. bool ifx_free_result (resource $result_id) (PHP 4, PHP <=5.2.0)
  1447. string ifx_get_blob (int $bid) (PHP 4, PHP <=5.2.0)
  1448. string ifx_get_char (int $bid) (PHP 4, PHP <=5.2.0)
  1449. array ifx_getsqlca (resource $result_id) (PHP 4, PHP <=5.2.0)
  1450. int ifx_htmltbl_result (resource $result_id [, string $html_table_options]) (PHP 4, PHP <=5.2.0)
  1451. bool ifx_nullformat (int $mode) (PHP 4, PHP <=5.2.0)
  1452. int ifx_num_fields (resource $result_id) (PHP 4, PHP <=5.2.0)
  1453. int ifx_num_rows (resource $result_id) (PHP 4, PHP <=5.2.0)
  1454. resource ifx_pconnect ( [string $database [, string $userid [, string $password]]]) (PHP 4, PHP <=5.2.0)
  1455. resource ifx_prepare (string $query, resource $link_identifier [, int $cursor_def], mixed $blobidarray) (PHP 4, PHP <=5.2.0)
  1456. resource ifx_query (string $query, resource $link_identifier [, int $cursor_type [, mixed $blobidarray]]) (PHP 4, PHP <=5.2.0)
  1457. bool ifx_textasvarchar (int $mode) (PHP 4, PHP <=5.2.0)
  1458. bool ifx_update_blob (int $bid, string $content) (PHP 4, PHP <=5.2.0)
  1459. bool ifx_update_char (int $bid, string $content) (PHP 4, PHP <=5.2.0)
  1460. bool ifxus_close_slob (int $bid) (PHP 4, PHP <=5.2.0)
  1461. int ifxus_create_slob (int $mode) (PHP 4, PHP <=5.2.0)
  1462. bool ifxus_free_slob (int $bid) (PHP 4, PHP <=5.2.0)
  1463. int ifxus_open_slob (int $bid, int $mode) (PHP 4, PHP <=5.2.0)
  1464. string ifxus_read_slob (int $bid, int $nbytes) (PHP 4, PHP <=5.2.0)
  1465. int ifxus_seek_slob (int $bid, int $mode, int $offset) (PHP 4, PHP <=5.2.0)
  1466. int ifxus_tell_slob (int $bid) (PHP 4, PHP <=5.2.0)
  1467. int ifxus_write_slob (int $bid, string $content) (PHP 4, PHP <=5.2.0)
  1468. int ignore_user_abort ( [string $value]) (PHP 4, PHP 5)
  1469. int iis_add_server (string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server) (PECL iisfunc SVN)
  1470. int iis_get_dir_security (int $server_instance, string $virtual_path) (PECL iisfunc SVN)
  1471. string iis_get_script_map (int $server_instance, string $virtual_path, string $script_extension) (PECL iisfunc SVN)
  1472. int iis_get_server_by_comment (string $comment) (PECL iisfunc SVN)
  1473. int iis_get_server_by_path (string $path) (PECL iisfunc SVN)
  1474. int iis_get_server_rights (int $server_instance, string $virtual_path) (PECL iisfunc SVN)
  1475. int iis_get_service_state (string $service_id) (PECL iisfunc SVN)
  1476. int iis_remove_server (int $server_instance) (PECL iisfunc SVN)
  1477. int iis_set_app_settings (int $server_instance, string $virtual_path, string $application_scope) (PECL iisfunc SVN)
  1478. int iis_set_dir_security (int $server_instance, string $virtual_path, int $directory_flags) (PECL iisfunc SVN)
  1479. int iis_set_script_map (int $server_instance, string $virtual_path, string $script_extension, string $engine_path, int $allow_scripting) (PECL iisfunc SVN)
  1480. int iis_set_server_rights (int $server_instance, string $virtual_path, int $directory_flags) (PECL iisfunc SVN)
  1481. int iis_start_server (int $server_instance) (PECL iisfunc SVN)
  1482. int iis_start_service (string $service_id) (PECL iisfunc SVN)
  1483. int iis_stop_server (int $server_instance) (PECL iisfunc SVN)
  1484. int iis_stop_service (string $service_id) (PECL iisfunc SVN)
  1485. string image_type_to_extension (int $imagetype [, bool $include_dot= TRUE]) (PHP 5)
  1486. string image_type_to_mime_type (int $imagetype) (PHP 4 >= 4.3.0, PHP 5)
  1487. bool image2wbmp (resource $image [, string $filename [, int $threshold]]) (PHP 4 >= 4.0.5, PHP 5)
  1488. bool imagealphablending (resource $image, bool $blendmode) (PHP 4 >= 4.0.6, PHP 5)
  1489. bool imageantialias (resource $image, bool $enabled) (PHP 4 >= 4.3.2, PHP 5)
  1490. bool imagearc (resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color) (PHP 4, PHP 5)
  1491. bool imagechar (resource $image, int $font, int $x, int $y, string $c, int $color) (PHP 4, PHP 5)
  1492. bool imagecharup (resource $image, int $font, int $x, int $y, string $c, int $color) (PHP 4, PHP 5)
  1493. int imagecolorallocate (resource $image, int $red, int $green, int $blue) (PHP 4, PHP 5)
  1494. int imagecolorallocatealpha (resource $image, int $red, int $green, int $blue, int $alpha) (PHP 4 >= 4.3.2, PHP 5)
  1495. int imagecolorat (resource $image, int $x, int $y) (PHP 4, PHP 5)
  1496. int imagecolorclosest (resource $image, int $red, int $green, int $blue) (PHP 4, PHP 5)
  1497. int imagecolorclosestalpha (resource $image, int $red, int $green, int $blue, int $alpha) (PHP 4 >= 4.0.6, PHP 5)
  1498. int imagecolorclosesthwb (resource $image, int $red, int $green, int $blue) (PHP 4 >= 4.0.1, PHP 5)
  1499. bool imagecolordeallocate (resource $image, int $color) (PHP 4, PHP 5)
  1500. int imagecolorexact (resource $image, int $red, int $green, int $blue) (PHP 4, PHP 5)
  1501. int imagecolorexactalpha (resource $image, int $red, int $green, int $blue, int $alpha) (PHP 4 >= 4.0.6, PHP 5)
  1502. bool imagecolormatch (resource $image1, resource $image2) (PHP 4 >= 4.3.0, PHP 5)
  1503. int imagecolorresolve (resource $image, int $red, int $green, int $blue) (PHP 4, PHP 5)
  1504. int imagecolorresolvealpha (resource $image, int $red, int $green, int $blue, int $alpha) (PHP 4 >= 4.0.6, PHP 5)
  1505. void imagecolorset (resource $image, int $index, int $red, int $green, int $blue [, int $alpha=0]) (PHP 4, PHP 5)
  1506. array imagecolorsforindex (resource $image, int $index) (PHP 4, PHP 5)
  1507. int imagecolorstotal (resource $image) (PHP 4, PHP 5)
  1508. int imagecolortransparent (resource $image [, int $color]) (PHP 4, PHP 5)
  1509. bool imageconvolution (resource $image, array $matrix, float $div, float $offset) (PHP 5 >= 5.1.0)
  1510. bool imagecopy (resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h) (PHP 4, PHP 5)
  1511. bool imagecopymerge (resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h, int $pct) (PHP 4 >= 4.0.1, PHP 5)
  1512. bool imagecopymergegray (resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h, int $pct) (PHP 4 >= 4.0.6, PHP 5)
  1513. bool imagecopyresampled (resource $dst_image, resource $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_w, int $dst_h, int $src_w, int $src_h) (PHP 4 >= 4.0.6, PHP 5)
  1514. bool imagecopyresized (resource $dst_image, resource $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_w, int $dst_h, int $src_w, int $src_h) (PHP 4, PHP 5)
  1515. resource imagecreate (int $width, int $height) (PHP 4, PHP 5)
  1516. resource imagecreatefromgd (string $filename) (PHP 4 >= 4.0.7, PHP 5)
  1517. resource imagecreatefromgd2 (string $filename) (PHP 4 >= 4.0.7, PHP 5)
  1518. resource imagecreatefromgd2part (string $filename, int $srcX, int $srcY, int $width, int $height) (PHP 4 >= 4.0.7, PHP 5)
  1519. resource imagecreatefromgif (string $filename) (PHP 4, PHP 5)
  1520. resource imagecreatefromjpeg (string $filename) (PHP 4, PHP 5)
  1521. resource imagecreatefrompng (string $filename) (PHP 4, PHP 5)
  1522. resource imagecreatefromstring (string $image) (PHP 4 >= 4.0.4, PHP 5)
  1523. resource imagecreatefromwbmp (string $filename) (PHP 4 >= 4.0.1, PHP 5)
  1524. resource imagecreatefromxbm (string $filename) (PHP 4 >= 4.0.1, PHP 5)
  1525. resource imagecreatefromxpm (string $filename) (PHP 4 >= 4.0.1, PHP 5)
  1526. resource imagecreatetruecolor (int $width, int $height) (PHP 4 >= 4.0.6, PHP 5)
  1527. bool imagedashedline (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) (PHP 4, PHP 5)
  1528. bool imagedestroy (resource $image) (PHP 4, PHP 5)
  1529. bool imageellipse (resource $image, int $cx, int $cy, int $width, int $height, int $color) (PHP 4 >= 4.0.6, PHP 5)
  1530. bool imagefill (resource $image, int $x, int $y, int $color) (PHP 4, PHP 5)
  1531. bool imagefilledarc (resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color, int $style) (PHP 4 >= 4.0.6, PHP 5)
  1532. bool imagefilledellipse (resource $image, int $cx, int $cy, int $width, int $height, int $color) (PHP 4 >= 4.0.6, PHP 5)
  1533. bool imagefilledpolygon (resource $image, array $points, int $num_points, int $color) (PHP 4, PHP 5)
  1534. bool imagefilledrectangle (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) (PHP 4, PHP 5)
  1535. bool imagefilltoborder (resource $image, int $x, int $y, int $border, int $color) (PHP 4, PHP 5)
  1536. bool imagefilter (resource $image, int $filtertype [, int $arg1 [, int $arg2 [, int $arg3 [, int $arg4]]]]) (PHP 5)
  1537. int imagefontheight (int $font) (PHP 4, PHP 5)
  1538. int imagefontwidth (int $font) (PHP 4, PHP 5)
  1539. array imageftbbox (float $size, float $angle, string $fontfile, string $text [, array $extrainfo]) (PHP 4 >= 4.0.7, PHP 5)
  1540. array imagefttext (resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text [, array $extrainfo]) (PHP 4 >= 4.0.7, PHP 5)
  1541. bool imagegammacorrect (resource $image, float $inputgamma, float $outputgamma) (PHP 4, PHP 5)
  1542. bool imagegd (resource $image [, string $filename]) (PHP 4 >= 4.0.7, PHP 5)
  1543. bool imagegd2 (resource $image [, string $filename [, int $chunk_size [, int $type=IMG_GD2_RAW]]]) (PHP 4 >= 4.0.7, PHP 5)
  1544. bool imagegif (resource $image [, string $filename]) (PHP 4, PHP 5)
  1545. resource imagegrabscreen (void) (PHP 5 >= 5.2.2)
  1546. resource imagegrabwindow (int $window_handle [, int $client_area=0]) (PHP 5 >= 5.2.2)
  1547. int imageinterlace (resource $image [, int $interlace=0]) (PHP 4, PHP 5)
  1548. bool imageistruecolor (resource $image) (PHP 4 >= 4.3.2, PHP 5)
  1549. bool imagejpeg (resource $image [, string $filename [, int $quality]]) (PHP 4, PHP 5)
  1550. bool imagelayereffect (resource $image, int $effect) (PHP 4 >= 4.3.0, PHP 5)
  1551. bool imageline (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) (PHP 4, PHP 5)
  1552. int imageloadfont (string $file) (PHP 4, PHP 5)
  1553. void imagepalettecopy (resource $destination, resource $source) (PHP 4 >= 4.0.1, PHP 5)
  1554. bool imagepng (resource $image [, string $filename [, int $quality [, int $filters]]]) (PHP 4, PHP 5)
  1555. bool imagepolygon (resource $image, array $points, int $num_points, int $color) (PHP 4, PHP 5)
  1556. array imagepsbbox (string $text, resource $font, int $size) (PHP 4, PHP 5)
  1557. bool imagepsencodefont (resource $font_index, string $encodingfile) (PHP 4, PHP 5)
  1558. bool imagepsextendfont (resource $font_index, float $extend) (PHP 4, PHP 5)
  1559. bool imagepsfreefont (resource $font_index) (PHP 4, PHP 5)
  1560. resource imagepsloadfont (string $filename) (PHP 4, PHP 5)
  1561. bool imagepsslantfont (resource $font_index, float $slant) (PHP 4, PHP 5)
  1562. array imagepstext (resource $image, string $text, resource $font_index, int $size, int $foreground, int $background, int $x, int $y [, int $space=0 [, int $tightness=0 [, float $angle=0.0 [, int $antialias_steps=4]]]]) (PHP 4, PHP 5)
  1563. bool imagerectangle (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) (PHP 4, PHP 5)
  1564. resource imagerotate (resource $image, float $angle, int $bgd_color [, int $ignore_transparent=0]) (PHP 4 >= 4.3.0, PHP 5)
  1565. bool imagesavealpha (resource $image, bool $saveflag) (PHP 4 >= 4.3.2, PHP 5)
  1566. bool imagesetbrush (resource $image, resource $brush) (PHP 4 >= 4.0.6, PHP 5)
  1567. bool imagesetpixel (resource $image, int $x, int $y, int $color) (PHP 4, PHP 5)
  1568. bool imagesetstyle (resource $image, array $style) (PHP 4 >= 4.0.6, PHP 5)
  1569. bool imagesetthickness (resource $image, int $thickness) (PHP 4 >= 4.0.6, PHP 5)
  1570. bool imagesettile (resource $image, resource $tile) (PHP 4 >= 4.0.6, PHP 5)
  1571. bool imagestring (resource $image, int $font, int $x, int $y, string $string, int $color) (PHP 4, PHP 5)
  1572. bool imagestringup (resource $image, int $font, int $x, int $y, string $string, int $color) (PHP 4, PHP 5)
  1573. int imagesx (resource $image) (PHP 4, PHP 5)
  1574. int imagesy (resource $image) (PHP 4, PHP 5)
  1575. bool imagetruecolortopalette (resource $image, bool $dither, int $ncolors) (PHP 4 >= 4.0.6, PHP 5)
  1576. array imagettfbbox (float $size, float $angle, string $fontfile, string $text) (PHP 4, PHP 5)
  1577. array imagettftext (resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text) (PHP 4, PHP 5)
  1578. int imagetypes (void) (PHP 4 >= 4.0.2, PHP 5)
  1579. bool imagewbmp (resource $image [, string $filename [, int $foreground]]) (PHP 4 >= 4.0.1, PHP 5)
  1580. bool imagexbm (resource $image, string $filename [, int $foreground]) (PHP 5)
  1581. string imap_8bit (string $string) (PHP 4, PHP 5)
  1582. array imap_alerts (void) (PHP 4, PHP 5)
  1583. bool imap_append (resource $imap_stream, string $mailbox, string $message [, string $options= NULL [, string $internal_date= NULL]]) (PHP 4, PHP 5)
  1584. string imap_base64 (string $text) (PHP 4, PHP 5)
  1585. string imap_binary (string $string) (PHP 4, PHP 5)
  1586. string imap_body (resource $imap_stream, int $msg_number [, int $options=0]) (PHP 4, PHP 5)
  1587. object imap_bodystruct (resource $imap_stream, int $msg_number, string $section) (PHP 4, PHP 5)
  1588. object imap_check (resource $imap_stream) (PHP 4, PHP 5)
  1589. bool imap_clearflag_full (resource $imap_stream, string $sequence, string $flag [, int $options=0]) (PHP 4, PHP 5)
  1590. bool imap_close (resource $imap_stream [, int $flag=0]) (PHP 4, PHP 5)
  1591. ) (PHP 4, PHP 5)
  1592. bool imap_createmailbox (resource $imap_stream, string $mailbox) (PHP 4, PHP 5)
  1593. bool imap_delete (resource $imap_stream, int $msg_number [, int $options=0]) (PHP 4, PHP 5)
  1594. bool imap_deletemailbox (resource $imap_stream, string $mailbox) (PHP 4, PHP 5)
  1595. array imap_errors (void) (PHP 4, PHP 5)
  1596. bool imap_expunge (resource $imap_stream) (PHP 4, PHP 5)
  1597. array imap_fetch_overview (resource $imap_stream, string $sequence [, int $options=0]) (PHP 4, PHP 5)
  1598. string imap_fetchbody (resource $imap_stream, int $msg_number, string $section [, int $options=0]) (PHP 4, PHP 5)
  1599. string imap_fetchheader (resource $imap_stream, int $msg_number [, int $options=0]) (PHP 4, PHP 5)
  1600. string imap_fetchmime (resource $imap_stream, int $msg_number, string $section [, int $options=0]) (PHP 5 >= 5.3.6)
  1601. object imap_fetchstructure (resource $imap_stream, int $msg_number [, int $options=0]) (PHP 4, PHP 5)
  1602. ) (PHP 4, PHP 5)
  1603. bool imap_gc (resource $imap_stream, int $caches) (PHP 5 >= 5.3.0)
  1604. array imap_get_quota (resource $imap_stream, string $quota_root) (PHP 4 >= 4.0.5, PHP 5)
  1605. array imap_get_quotaroot (resource $imap_stream, string $quota_root) (PHP 4 >= 4.3.0, PHP 5)
  1606. array imap_getacl (resource $imap_stream, string $mailbox) (PHP 5)
  1607. array imap_getmailboxes (resource $imap_stream, string $ref, string $pattern) (PHP 4, PHP 5)
  1608. array imap_getsubscribed (resource $imap_stream, string $ref, string $pattern) (PHP 4, PHP 5)
  1609. ) (PHP 4, PHP 5)
  1610. object imap_headerinfo (resource $imap_stream, int $msg_number [, int $fromlength=0 [, int $subjectlength=0 [, string $defaulthost= NULL]]]) (PHP 4, PHP 5)
  1611. array imap_headers (resource $imap_stream) (PHP 4, PHP 5)
  1612. string imap_last_error (void) (PHP 4, PHP 5)
  1613. array imap_list (resource $imap_stream, string $ref, string $pattern) (PHP 4, PHP 5)
  1614. ) (PHP 4, PHP 5)
  1615. array imap_listscan (resource $imap_stream, string $ref, string $pattern, string $content) (PHP 4, PHP 5)
  1616. ) (PHP 4, PHP 5)
  1617. array imap_lsub (resource $imap_stream, string $ref, string $pattern) (PHP 4, PHP 5)
  1618. string imap_mail_compose (array $envelope, array $body) (PHP 4, PHP 5)
  1619. bool imap_mail_copy (resource $imap_stream, string $msglist, string $mailbox [, int $options=0]) (PHP 4, PHP 5)
  1620. bool imap_mail_move (resource $imap_stream, string $msglist, string $mailbox [, int $options=0]) (PHP 4, PHP 5)
  1621. bool imap_mail (string $to, string $subject, string $message [, string $additional_headers= NULL [, string $cc= NULL [, string $bcc= NULL [, string $rpath= NULL]]]]) (PHP 4, PHP 5)
  1622. object imap_mailboxmsginfo (resource $imap_stream) (PHP 4, PHP 5)
  1623. array imap_mime_header_decode (string $text) (PHP 4, PHP 5)
  1624. int imap_msgno (resource $imap_stream, int $uid) (PHP 4, PHP 5)
  1625. int imap_num_msg (resource $imap_stream) (PHP 4, PHP 5)
  1626. int imap_num_recent (resource $imap_stream) (PHP 4, PHP 5)
  1627. resource imap_open (string $mailbox, string $username, string $password [, int $options=NIL [, int $n_retries=0 [, array $params= NULL]]]) (PHP 4, PHP 5)
  1628. bool imap_ping (resource $imap_stream) (PHP 4, PHP 5)
  1629. string imap_qprint (string $string) (PHP 4, PHP 5)
  1630. ) (PHP 4, PHP 5)
  1631. bool imap_renamemailbox (resource $imap_stream, string $old_mbox, string $new_mbox) (PHP 4, PHP 5)
  1632. bool imap_reopen (resource $imap_stream, string $mailbox [, int $options=0 [, int $n_retries=0]]) (PHP 4, PHP 5)
  1633. array imap_rfc822_parse_adrlist (string $address, string $default_host) (PHP 4, PHP 5)
  1634. object imap_rfc822_parse_headers (string $headers [, string $defaulthost="UNKNOWN"]) (PHP 4, PHP 5)
  1635. string imap_rfc822_write_address (string $mailbox, string $host, string $personal) (PHP 4, PHP 5)
  1636. bool imap_savebody (resource $imap_stream, mixed $file, int $msg_number [, string $part_number="" [, int $options=0]]) (PHP 5 >= 5.1.3)
  1637. ) (PHP 4, PHP 5)
  1638. ) (PHP 4, PHP 5)
  1639. array imap_search (resource $imap_stream, string $criteria [, int $options=SE_FREE [, string $charset=NIL]]) (PHP 4, PHP 5)
  1640. bool imap_set_quota (resource $imap_stream, string $quota_root, int $quota_limit) (PHP 4 >= 4.0.5, PHP 5)
  1641. bool imap_setacl (resource $imap_stream, string $mailbox, string $id, string $rights) (PHP 4 >= 4.0.7, PHP 5)
  1642. bool imap_setflag_full (resource $imap_stream, string $sequence, string $flag [, int $options=NIL]) (PHP 4, PHP 5)
  1643. array imap_sort (resource $imap_stream, int $criteria, int $reverse [, int $options=0 [, string $search_criteria= NULL [, string $charset=NIL]]]) (PHP 4, PHP 5)
  1644. object imap_status (resource $imap_stream, string $mailbox, int $options) (PHP 4, PHP 5)
  1645. bool imap_subscribe (resource $imap_stream, string $mailbox) (PHP 4, PHP 5)
  1646. array imap_thread (resource $imap_stream [, int $options=SE_FREE]) (PHP 4 >= 4.0.7, PHP 5)
  1647. mixed imap_timeout (int $timeout_type [, int $timeout=-1]) (PHP 4 >= 4.3.3, PHP 5)
  1648. int imap_uid (resource $imap_stream, int $msg_number) (PHP 4, PHP 5)
  1649. bool imap_undelete (resource $imap_stream, int $msg_number [, int $flags=0]) (PHP 4, PHP 5)
  1650. bool imap_unsubscribe (resource $imap_stream, string $mailbox) (PHP 4, PHP 5)
  1651. string imap_utf7_decode (string $text) (PHP 4, PHP 5)
  1652. string imap_utf7_encode (string $data) (PHP 4, PHP 5)
  1653. string imap_utf8 (string $mime_encoded_text) (PHP 4, PHP 5)
  1654. string implode (string $glue, array $pieces) (PHP 4, PHP 5)
  1655. bool import_request_variables (string $types [, string $prefix]) (PHP 4 >= 4.1.0, PHP 5 < 5.4.0)
  1656. bool in_array (mixed $needle, array $haystack [, bool $strict= FALSE]) (PHP 4, PHP 5)
  1657. ) (PHP 4, PHP 5)
  1658. ) (PHP 4, PHP 5)
  1659. array inclued_get_data (void) (PECL inclued >= 0.1.0)
  1660. string inet_ntop (string $in_addr) (PHP 5 >= 5.1.0)
  1661. string inet_pton (string $address) (PHP 5 >= 5.1.0)
  1662. bool ingres_autocommit_state (resource $link) (PECL ingres >= 2.0.0)
  1663. bool ingres_autocommit (resource $link) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1664. string ingres_charset (resource $link) (PECL ingres >= 2.1.0)
  1665. bool ingres_close (resource $link) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1666. bool ingres_commit (resource $link) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1667. resource ingres_connect ( [string $database [, string $username [, string $password [, array $options]]]]) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1668. string ingres_cursor (resource $result) (PECL ingres >= 1.1.0)
  1669. int ingres_errno ( [resource $link]) (PECL ingres >= 1.1.0)
  1670. string ingres_error ( [resource $link]) (PECL ingres >= 1.1.0)
  1671. string ingres_errsqlstate ( [resource $link]) (PECL ingres >= 1.1.0)
  1672. string ingres_escape_string (resource $link, string $source_string) (PECL ingres >= 2.1.0)
  1673. bool ingres_execute (resource $result [, array $params [, string $types]]) (PECL ingres >= 1.1.0)
  1674. array ingres_fetch_array (resource $result [, int $result_type]) ( PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1675. array ingres_fetch_assoc (resource $result) (PECL ingres >= 2.2.2)
  1676. object ingres_fetch_object (resource $result [, int $result_type]) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1677. int ingres_fetch_proc_return (resource $result) (PECL ingres >= 1.4.0)
  1678. array ingres_fetch_row (resource $result) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1679. int ingres_field_length (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1680. string ingres_field_name (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1681. bool ingres_field_nullable (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1682. int ingres_field_precision (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1683. int ingres_field_scale (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1684. string ingres_field_type (resource $result, int $index) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1685. bool ingres_free_result (resource $result) (PECL ingres >= 2.0.0)
  1686. bool ingres_next_error ( [resource $link]) (PECL ingres >= 2.0.0)
  1687. int ingres_num_fields (resource $result) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1688. int ingres_num_rows (resource $result) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1689. resource ingres_pconnect ( [string $database [, string $username [, string $password [, array $options]]]]) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1690. mixed ingres_prepare (resource $link, string $query) (PECL ingres >= 1.1.0)
  1691. mixed ingres_query (resource $link, string $query [, array $params [, string $types]]) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1692. bool ingres_result_seek (resource $result, int $position) (PECL ingres >= 2.1.0)
  1693. bool ingres_rollback (resource $link) (PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)
  1694. bool ingres_set_environment (resource $link, array $options) (PECL ingres >= 1.2.0)
  1695. mixed ingres_unbuffered_query (resource $link, string $query [, array $params [, string $types]]) (No version information available, might only be in SVN)
  1696. ) (PHP 4, PHP 5)
  1697. array ini_get_all ( [string $extension [, bool $details=true]]) (PHP 4 >= 4.2.0, PHP 5)
  1698. string ini_get (string $varname) (PHP 4, PHP 5)
  1699. void ini_restore (string $varname) (PHP 4, PHP 5)
  1700. string ini_set (string $varname, string $newvalue) (PHP 4, PHP 5)
  1701. int inotify_add_watch (resource $inotify_instance, string $pathname, int $mask) (PECL inotify >= 0.1.2)
  1702. resource inotify_init (void) (PECL inotify >= 0.1.2)
  1703. int inotify_queue_len (resource $inotify_instance) (PECL inotify >= 0.1.2)
  1704. array inotify_read (resource $inotify_instance) (PECL inotify >= 0.1.2)
  1705. bool inotify_rm_watch (resource $inotify_instance, int $watch_descriptor) (PECL inotify >= 0.1.2)
  1706. bool interface_exists (string $interface_name [, bool $autoload=true]) (PHP 5 >= 5.0.2)
  1707. string intl_error_name (int $error_code) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1708. int intl_get_error_code (void) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1709. string intl_get_error_message (void) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1710. bool intl_is_failure (int $error_code) (PHP 5 >= 5.3.0, PECL intl >= 1.0.0)
  1711. int intval (mixed $var [, int $base=10]) (PHP 4, PHP 5)
  1712. int ip2long (string $ip_address) (PHP 4, PHP 5)
  1713. mixed iptcembed (string $iptcdata, string $jpeg_file_name [, int $spool]) (PHP 4, PHP 5)
  1714. array iptcparse (string $iptcblock) (PHP 4, PHP 5)
  1715. bool is_a (object $object, string $class_name [, bool $allow_string= FALSE]) (PHP 4 >= 4.2.0, PHP 5)
  1716. bool is_array (mixed $var) (PHP 4, PHP 5)
  1717. bool is_bool (mixed $var) (PHP 4, PHP 5)
  1718. bool is_callable (callable $name [, bool $syntax_only=false [, string& $callable_name]]) (PHP 4 >= 4.0.6, PHP 5)
  1719. bool is_dir (string $filename) (PHP 4, PHP 5)
  1720. ) (PHP 4, PHP 5)
  1721. bool is_executable (string $filename) (PHP 4, PHP 5)
  1722. bool is_file (string $filename) (PHP 4, PHP 5)
  1723. bool is_finite (float $val) (PHP 4 >= 4.2.0, PHP 5)
  1724. bool is_float (mixed $var) (PHP 4, PHP 5)
  1725. bool is_infinite (float $val) (PHP 4 >= 4.2.0, PHP 5)
  1726. bool is_int (mixed $var) (PHP 4, PHP 5)
  1727. ) (PHP 4, PHP 5)
  1728. bool is_link (string $filename) (PHP 4, PHP 5)
  1729. ) (PHP 4, PHP 5)
  1730. bool is_nan (float $val) (PHP 4 >= 4.2.0, PHP 5)
  1731. bool is_null (mixed $var) (PHP 4 >= 4.0.4, PHP 5)
  1732. bool is_numeric (mixed $var) (PHP 4, PHP 5)
  1733. bool is_object (mixed $var) (PHP 4, PHP 5)
  1734. bool is_readable (string $filename) (PHP 4, PHP 5)
  1735. ) (PHP 4, PHP 5)
  1736. bool is_resource (mixed $var) (PHP 4, PHP 5)
  1737. bool is_scalar (mixed $var) (PHP 4 >= 4.0.5, PHP 5)
  1738. bool is_soap_fault (mixed $object) (Unknown)
  1739. bool is_string (mixed $var) (PHP 4, PHP 5)
  1740. bool is_subclass_of (mixed $object, string $class_name [, bool $allow_string= TRUE]) (PHP 4, PHP 5)
  1741. bool is_tainted (string $string) (PECL taint >=0.1.0)
  1742. bool is_uploaded_file (string $filename) (PHP 4 >= 4.0.3, PHP 5)
  1743. bool is_writable (string $filename) (PHP 4, PHP 5)
  1744. ) (PHP 4, PHP 5)
  1745. bool isset (mixed $var [, mixed $...]) (PHP 4, PHP 5)
  1746. int iterator_apply (Traversable $iterator, callable $function [, array $args]) (PHP 5 >= 5.1.0)
  1747. int iterator_count (Traversable $iterator) (PHP 5 >= 5.1.0)
  1748. array iterator_to_array (Traversable $iterator [, bool $use_keys=true]) (PHP 5 >= 5.1.0)
  1749. void java_last_exception_clear (void) (PHP 4 >= 4.0.2)
  1750. object java_last_exception_get (void) (PHP 4 >= 4.0.2)
  1751. mixed jddayofweek (int $julianday [, int $mode=CAL_DOW_DAYNO]) (PHP 4, PHP 5)
  1752. string jdmonthname (int $julianday, int $mode) (PHP 4, PHP 5)
  1753. string jdtofrench (int $juliandaycount) (PHP 4, PHP 5)
  1754. string jdtogregorian (int $julianday) (PHP 4, PHP 5)
  1755. string jdtojewish (int $juliandaycount [, bool $hebrew=false [, int $fl=0]]) (PHP 4, PHP 5)
  1756. string jdtojulian (int $julianday) (PHP 4, PHP 5)
  1757. int jdtounix (int $jday) (PHP 4, PHP 5)
  1758. int jewishtojd (int $month, int $day, int $year) (PHP 4, PHP 5)
  1759. ) (PHP 4, PHP 5)
  1760. bool jpeg2wbmp (string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold) (PHP 4 >= 4.0.5, PHP 5)
  1761. mixed json_decode (string $json [, bool $assoc=false [, int $depth=512 [, int $options=0]]]) (PHP 5 >= 5.2.0, PECL json >= 1.2.0)
  1762. string json_encode (mixed $value [, int $options=0]) (PHP 5 >= 5.2.0, PECL json >= 1.2.0)
  1763. int json_last_error (void) (PHP 5 >= 5.3.0)
  1764. int judy_type (Judy $array) (PECL judy >= 0.1.1)
  1765. string judy_version (void) (PECL judy >= 0.1.1)
  1766. int juliantojd (int $month, int $day, int $year) (PHP 4, PHP 5)
  1767. bool kadm5_chpass_principal (resource $handle, string $principal, string $password) (PECL kadm5 >= 0.2.3)
  1768. bool kadm5_create_principal (resource $handle, string $principal [, string $password [, array $options]]) (PECL kadm5 >= 0.2.3)
  1769. bool kadm5_delete_principal (resource $handle, string $principal) (PECL kadm5 >= 0.2.3)
  1770. bool kadm5_destroy (resource $handle) (PECL kadm5 >= 0.2.3)
  1771. bool kadm5_flush (resource $handle) (PECL kadm5 >= 0.2.3)
  1772. array kadm5_get_policies (resource $handle) (PECL kadm5 >= 0.2.3)
  1773. array kadm5_get_principal (resource $handle, string $principal) (PECL kadm5 >= 0.2.3)
  1774. array kadm5_get_principals (resource $handle) (PECL kadm5 >= 0.2.3)
  1775. resource kadm5_init_with_password (string $admin_server, string $realm, string $principal, string $password) (PECL kadm5 >= 0.2.3)
  1776. bool kadm5_modify_principal (resource $handle, string $principal, array $options) (PECL kadm5 >= 0.2.3)
  1777. mixed key (array& $array) (PHP 4, PHP 5)
  1778. bool krsort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  1779. bool ksort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  1780. string lcfirst (string $str) (PHP 5 >= 5.3.0)
  1781. float lcg_value (void) (PHP 4, PHP 5)
  1782. bool lchgrp (string $filename, mixed $group) (PHP 5 >= 5.1.2)
  1783. bool lchown (string $filename, mixed $user) (PHP 5 >= 5.1.2)
  1784. string ldap_8859_to_t61 (string $value) (PHP 4 >= 4.0.2, PHP 5)
  1785. bool ldap_add (resource $link_identifier, string $dn, array $entry) (PHP 4, PHP 5)
  1786. bool ldap_bind (resource $link_identifier [, string $bind_rdn= NULL [, string $bind_password= NULL]]) (PHP 4, PHP 5)
  1787. ) (PHP 4, PHP 5)
  1788. mixed ldap_compare (resource $link_identifier, string $dn, string $attribute, string $value) (PHP 4 >= 4.0.2, PHP 5)
  1789. resource ldap_connect ( [string $hostname= NULL [, int $port=389]]) (PHP 4, PHP 5)
  1790. bool ldap_control_paged_result_response (resource $link, resource $result [, string& $cookie [, int& $estimated]]) (PHP 5 >= 5.4.0)
  1791. bool ldap_control_paged_result (resource $link, int $pagesize [, bool $iscritical [, string $cookie]]) (PHP 5 >= 5.4.0)
  1792. int ldap_count_entries (resource $link_identifier, resource $result_identifier) (PHP 4, PHP 5)
  1793. bool ldap_delete (resource $link_identifier, string $dn) (PHP 4, PHP 5)
  1794. string ldap_dn2ufn (string $dn) (PHP 4, PHP 5)
  1795. string ldap_err2str (int $errno) (PHP 4, PHP 5)
  1796. int ldap_errno (resource $link_identifier) (PHP 4, PHP 5)
  1797. string ldap_error (resource $link_identifier) (PHP 4, PHP 5)
  1798. array ldap_explode_dn (string $dn, int $with_attrib) (PHP 4, PHP 5)
  1799. string ldap_first_attribute (resource $link_identifier, resource $result_entry_identifier) (PHP 4, PHP 5)
  1800. resource ldap_first_entry (resource $link_identifier, resource $result_identifier) (PHP 4, PHP 5)
  1801. resource ldap_first_reference (resource $link, resource $result) (PHP 4 >= 4.0.5, PHP 5)
  1802. bool ldap_free_result (resource $result_identifier) (PHP 4, PHP 5)
  1803. array ldap_get_attributes (resource $link_identifier, resource $result_entry_identifier) (PHP 4, PHP 5)
  1804. string ldap_get_dn (resource $link_identifier, resource $result_entry_identifier) (PHP 4, PHP 5)
  1805. array ldap_get_entries (resource $link_identifier, resource $result_identifier) (PHP 4, PHP 5)
  1806. bool ldap_get_option (resource $link_identifier, int $option, mixed& $retval) (PHP 4 >= 4.0.4, PHP 5)
  1807. array ldap_get_values_len (resource $link_identifier, resource $result_entry_identifier, string $attribute) (PHP 4, PHP 5)
  1808. array ldap_get_values (resource $link_identifier, resource $result_entry_identifier, string $attribute) (PHP 4, PHP 5)
  1809. resource ldap_list (resource $link_identifier, string $base_dn, string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref]]]]]) (PHP 4, PHP 5)
  1810. bool ldap_mod_add (resource $link_identifier, string $dn, array $entry) (PHP 4, PHP 5)
  1811. bool ldap_mod_del (resource $link_identifier, string $dn, array $entry) (PHP 4, PHP 5)
  1812. bool ldap_mod_replace (resource $link_identifier, string $dn, array $entry) (PHP 4, PHP 5)
  1813. bool ldap_modify (resource $link_identifier, string $dn, array $entry) (PHP 4, PHP 5)
  1814. string ldap_next_attribute (resource $link_identifier, resource $result_entry_identifier) (PHP 4, PHP 5)
  1815. resource ldap_next_entry (resource $link_identifier, resource $result_entry_identifier) (PHP 4, PHP 5)
  1816. resource ldap_next_reference (resource $link, resource $entry) (PHP 4 >= 4.0.5, PHP 5)
  1817. bool ldap_parse_reference (resource $link, resource $entry, array& $referrals) (PHP 4 >= 4.0.5, PHP 5)
  1818. bool ldap_parse_result (resource $link, resource $result, int& $errcode [, string& $matcheddn [, string& $errmsg [, array& $referrals]]]) (PHP 4 >= 4.0.5, PHP 5)
  1819. resource ldap_read (resource $link_identifier, string $base_dn, string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref]]]]]) (PHP 4, PHP 5)
  1820. bool ldap_rename (resource $link_identifier, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn) (PHP 4 >= 4.0.5, PHP 5)
  1821. bool ldap_sasl_bind (resource $link [, string $binddn= NULL [, string $password= NULL [, string $sasl_mech= NULL [, string $sasl_realm= NULL [, string $sasl_authc_id= NULL [, string $sasl_authz_id= NULL [, string $props= NULL]]]]]]]) (PHP 5)
  1822. resource ldap_search (resource $link_identifier, string $base_dn, string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref]]]]]) (PHP 4, PHP 5)
  1823. bool ldap_set_option (resource $link_identifier, int $option, mixed $newval) (PHP 4 >= 4.0.4, PHP 5)
  1824. bool ldap_set_rebind_proc (resource $link, callable $callback) (PHP 4 >= 4.2.0, PHP 5)
  1825. bool ldap_sort (resource $link, resource $result, string $sortfilter) (PHP 4 >= 4.2.0, PHP 5)
  1826. bool ldap_start_tls (resource $link) (PHP 4 >= 4.2.0, PHP 5)
  1827. string ldap_t61_to_8859 (string $value) (PHP 4 >= 4.0.2, PHP 5)
  1828. bool ldap_unbind (resource $link_identifier) (PHP 4, PHP 5)
  1829. int levenshtein (string $str1, string $str2) (PHP 4 >= 4.0.1, PHP 5)
  1830. void libxml_clear_errors (void) (PHP 5 >= 5.1.0)
  1831. bool libxml_disable_entity_loader ( [bool $disable=true]) (PHP 5 >= 5.2.11)
  1832. array libxml_get_errors (void) (PHP 5 >= 5.1.0)
  1833. LibXMLError libxml_get_last_error (void) (PHP 5 >= 5.1.0)
  1834. void libxml_set_external_entity_loader (callable $resolver_function) (PHP 5 >= 5.4.0)
  1835. void libxml_set_streams_context (resource $streams_context) (PHP 5)
  1836. bool libxml_use_internal_errors ( [bool $use_errors=false]) (PHP 5 >= 5.1.0)
  1837. bool link (string $target, string $link) (PHP 4, PHP 5)
  1838. int linkinfo (string $path) (PHP 4, PHP 5)
  1839. array list (mixed $varname [, mixed $...]) (PHP 4, PHP 5)
  1840. array localeconv (void) (PHP 4 >= 4.0.5, PHP 5)
  1841. array localtime ( [int $timestamp=time () [, bool $is_associative=false]]) (PHP 4, PHP 5)
  1842. float log (float $arg [, float $base=M_E]) (PHP 4, PHP 5)
  1843. float log10 (float $arg) (PHP 4, PHP 5)
  1844. float log1p (float $number) (PHP 4 >= 4.1.0, PHP 5)
  1845. string long2ip (string $proper_address) (PHP 4, PHP 5)
  1846. array lstat (string $filename) (PHP 4, PHP 5)
  1847. string ltrim (string $str [, string $charlist]) (PHP 4, PHP 5)
  1848. string lzf_compress (string $data) (PECL lzf >= 0.1.0)
  1849. string lzf_decompress (string $data) (PECL lzf >= 0.1.0)
  1850. int lzf_optimized_for (void) (PECL lzf >= 1.0.0)
  1851. int m_checkstatus (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1852. int m_completeauthorizations (resource $conn, int& $array) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1853. int m_connect (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1854. string m_connectionerror (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1855. bool m_deletetrans (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1856. bool m_destroyconn (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1857. void m_destroyengine (void) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1858. string m_getcell (resource $conn, int $identifier, string $column, int $row) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1859. string m_getcellbynum (resource $conn, int $identifier, int $column, int $row) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1860. string m_getcommadelimited (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1861. string m_getheader (resource $conn, int $identifier, int $column_num) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1862. resource m_initconn (void) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1863. int m_initengine (string $location) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1864. int m_iscommadelimited (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1865. bool m_maxconntimeout (resource $conn, int $secs) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1866. int m_monitor (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1867. int m_numcolumns (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1868. int m_numrows (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1869. int m_parsecommadelimited (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1870. array m_responsekeys (resource $conn, int $identifier) (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0)
  1871. string m_responseparam (resource $conn, int $identifier, string $key) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1872. int m_returnstatus (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1873. int m_setblocking (resource $conn, int $tf) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1874. int m_setdropfile (resource $conn, string $directory) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1875. int m_setip (resource $conn, string $host, int $port) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1876. int m_setssl_cafile (resource $conn, string $cafile) (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0)
  1877. int m_setssl_files (resource $conn, string $sslkeyfile, string $sslcertfile) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1878. int m_setssl (resource $conn, string $host, int $port) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1879. int m_settimeout (resource $conn, int $seconds) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1880. string m_sslcert_gen_hash (string $filename) (PECL mcve >= 5.2.0)
  1881. int m_transactionssent (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1882. int m_transinqueue (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1883. int m_transkeyval (resource $conn, int $identifier, string $key, string $value) (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0)
  1884. int m_transnew (resource $conn) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1885. int m_transsend (resource $conn, int $identifier) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1886. int m_uwait (int $microsecs) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1887. int m_validateidentifier (resource $conn, int $tf) (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0)
  1888. bool m_verifyconnection (resource $conn, int $tf) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1889. bool m_verifysslcert (resource $conn, int $tf) (PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)
  1890. ) (PHP 4, PHP 5)
  1891. bool mail (string $to, string $subject, string $message [, string $additional_headers [, string $additional_parameters]]) (PHP 4, PHP 5)
  1892. string mailparse_determine_best_xfer_encoding (resource $fp) (PECL mailparse >= 0.9.0)
  1893. resource mailparse_msg_create (void) (PECL mailparse >= 0.9.0)
  1894. string mailparse_msg_extract_part_file (resource $mimemail, mixed $filename [, callable $callbackfunc]) (PECL mailparse >= 0.9.0)
  1895. void mailparse_msg_extract_part (resource $mimemail, string $msgbody [, callable $callbackfunc]) (PECL mailparse >= 0.9.0)
  1896. string mailparse_msg_extract_whole_part_file (resource $mimemail, string $filename [, callable $callbackfunc]) (PECL mailparse >= 0.9.0)
  1897. bool mailparse_msg_free (resource $mimemail) (PECL mailparse >= 0.9.0)
  1898. array mailparse_msg_get_part_data (resource $mimemail) (PECL mailparse >= 0.9.0)
  1899. resource mailparse_msg_get_part (resource $mimemail, string $mimesection) (PECL mailparse >= 0.9.0)
  1900. array mailparse_msg_get_structure (resource $mimemail) (PECL mailparse >= 0.9.0)
  1901. resource mailparse_msg_parse_file (string $filename) (PECL mailparse >= 0.9.0)
  1902. bool mailparse_msg_parse (resource $mimemail, string $data) (PECL mailparse >= 0.9.0)
  1903. array mailparse_rfc822_parse_addresses (string $addresses) (PECL mailparse >= 0.9.0)
  1904. bool mailparse_stream_encode (resource $sourcefp, resource $destfp, string $encoding) (PECL mailparse >= 0.9.0)
  1905. array mailparse_uudecode_all (resource $fp) (PECL mailparse >= 0.9.0)
  1906. ) Dummy for main magic_quotes_runtime memory_get_peak_usage PHP Options/Info Functions PHP Manual main main — Dummy for main()
  1907. mixed max (array $values) (PHP 4, PHP 5)
  1908. int maxdb_affected_rows (resource $link) (PECL maxdb >= 1.0)
  1909. bool maxdb_autocommit (resource $link, bool $mode) (PECL maxdb >= 1.0)
  1910. ) (PECL maxdb 1.0)
  1911. ) (PECL maxdb 1.0)
  1912. bool maxdb_change_user (resource $link, string $user, string $password, string $database) (PECL maxdb >= 1.0)
  1913. string maxdb_character_set_name (resource $link) (PECL maxdb >= 1.0)
  1914. ) (PECL maxdb 1.0)
  1915. ) (PECL maxdb >= 1.0)
  1916. bool maxdb_close (resource $link) (PECL maxdb >= 1.0)
  1917. bool maxdb_commit (resource $link) (PECL maxdb >= 1.0)
  1918. int maxdb_connect_errno (void) (PECL maxdb >= 1.0)
  1919. string maxdb_connect_error (void) (PECL maxdb >= 1.0)
  1920. resource maxdb_connect ( [string $host [, string $username [, string $passwd [, string $dbname [, int $port=0 [, string $socket]]]]]]) (PECL maxdb >= 1.0)
  1921. bool maxdb_data_seek (resource $result, int $offset) (PECL maxdb >= 1.0)
  1922. void maxdb_debug (string $debug) (PECL maxdb >= 1.0)
  1923. bool maxdb_disable_reads_from_master (resource $link) (PECL maxdb >= 1.0)
  1924. bool maxdb_disable_rpl_parse (resource $link) (PECL maxdb >= 1.0)
  1925. bool maxdb_dump_debug_info (resource $link) (PECL maxdb >= 1.0)
  1926. resource maxdb_embedded_connect ( [string $dbname]) (PECL maxdb >= 1.0)
  1927. bool maxdb_enable_reads_from_master (resource $link) (PECL maxdb >= 1.0)
  1928. bool maxdb_enable_rpl_parse (resource $link) (PECL maxdb >= 1.0)
  1929. int maxdb_errno (resource $link) (PECL maxdb >= 1.0)
  1930. string maxdb_error (resource $link) (PECL maxdb >= 1.0)
  1931. ) (PECL maxdb 1.0)
  1932. ) (PECL maxdb 1.0)
  1933. mixed maxdb_fetch_array (resource $result [, int $resulttype]) (PECL maxdb >= 1.0)
  1934. array maxdb_fetch_assoc (resource $result) (PECL maxdb >= 1.0)
  1935. mixed maxdb_fetch_field_direct (resource $result, int $fieldnr) (PECL maxdb >= 1.0)
  1936. mixed maxdb_fetch_field (resource $result) (PECL maxdb >= 1.0)
  1937. mixed maxdb_fetch_fields (resource $result) (PECL maxdb >= 1.0)
  1938. array maxdb_fetch_lengths (resource $result) (PECL maxdb >= 1.0)
  1939. object maxdb_fetch_object (object $result) (PECL maxdb >= 1.0)
  1940. mixed maxdb_fetch_row (resource $result) (PECL maxdb >= 1.0)
  1941. ) (PECL maxdb 1.0)
  1942. int maxdb_field_count (resource $link) (PECL maxdb >= 1.0)
  1943. bool maxdb_field_seek (resource $result, int $fieldnr) (PECL maxdb >= 1.0)
  1944. int maxdb_field_tell (resource $result) (PECL maxdb >= 1.0)
  1945. void maxdb_free_result (resource $result) (PECL maxdb >= 1.0)
  1946. string maxdb_get_client_info (void) (PECL maxdb >= 1.0)
  1947. int maxdb_get_client_version (void) (PECL maxdb >= 1.0)
  1948. string maxdb_get_host_info (resource $link) (PECL maxdb >= 1.0)
  1949. ) (PECL maxdb 1.0)
  1950. int maxdb_get_proto_info (resource $link) (PECL maxdb >= 1.0)
  1951. string maxdb_get_server_info (resource $link) (PECL maxdb >= 1.0)
  1952. int maxdb_get_server_version (resource $link) (PECL maxdb >= 1.0)
  1953. string maxdb_info (resource $link) (PECL maxdb >= 1.0)
  1954. resource maxdb_init (void) (PECL maxdb >= 1.0)
  1955. mixed maxdb_insert_id (resource $link) (PECL maxdb >= 1.0)
  1956. bool maxdb_kill (resource $link, int $processid) (PECL maxdb >= 1.0)
  1957. bool maxdb_master_query (resource $link, string $query) (PECL maxdb >= 1.0)
  1958. bool maxdb_more_results (resource $link) (PECL maxdb >= 1.0)
  1959. bool maxdb_multi_query (resource $link, string $query) (PECL maxdb >= 1.0)
  1960. bool maxdb_next_result (resource $link) (PECL maxdb >= 1.0)
  1961. int maxdb_num_fields (resource $result) (PECL maxdb >= 1.0)
  1962. int maxdb_num_rows (resource $result) (PECL maxdb >= 1.0)
  1963. bool maxdb_options (resource $link, int $option, mixed $value) (PECL maxdb >= 1.0)
  1964. ) (PECL maxdb 1.0)
  1965. bool maxdb_ping (resource $link) (PECL maxdb >= 1.0)
  1966. resource maxdb_prepare (resource $link, string $query) (PECL maxdb >= 1.0)
  1967. mixed maxdb_query (resource $link, string $query [, int $resultmode]) (PECL maxdb >= 1.0)
  1968. bool maxdb_real_connect (resource $link [, string $hostname [, string $username [, string $passwd [, string $dbname [, int $port=0 [, string $socket]]]]]]) (PECL maxdb >= 1.0)
  1969. string maxdb_real_escape_string (resource $link, string $escapestr) (PECL maxdb >= 1.0)
  1970. bool maxdb_real_query (resource $link, string $query) (PECL maxdb >= 1.0)
  1971. bool maxdb_report (int $flags) (PECL maxdb 1.0)
  1972. bool maxdb_rollback (resource $link) (PECL maxdb >= 1.0)
  1973. int maxdb_rpl_parse_enabled (resource $link) (PECL maxdb >= 1.0)
  1974. bool maxdb_rpl_probe (resource $link) (PECL maxdb >= 1.0)
  1975. int maxdb_rpl_query_type (resource $link) (PECL maxdb >= 1.0)
  1976. bool maxdb_select_db (resource $link, string $dbname) (PECL maxdb >= 1.0)
  1977. ) (PECL maxdb >= 1.0)
  1978. bool maxdb_send_query (resource $link, string $query) (PECL maxdb >= 1.0)
  1979. void maxdb_server_end (void) (PECL maxdb >= 1.0)
  1980. bool maxdb_server_init ( [array $server [, array $groups]]) (PECL maxdb >= 1.0)
  1981. ) (PECL maxdb 1.0)
  1982. string maxdb_sqlstate (resource $link) (PECL maxdb >= 1.0)
  1983. bool maxdb_ssl_set (resource $link, string $key, string $cert, string $ca, string $capath, string $cipher) (PECL maxdb >= 1.0)
  1984. string maxdb_stat (resource $link) (PECL maxdb >= 1.0)
  1985. int maxdb_stmt_affected_rows (resource $stmt) (PECL maxdb >= 1.0)
  1986. bool maxdb_stmt_bind_param (resource $stmt, string $types, mixed& $var1 [, mixed& $...]) (PECL maxdb >= 1.0)
  1987. bool maxdb_stmt_bind_result (resource $stmt, mixed& $var1 [, mixed& $...]) (PECL maxdb >= 1.0)
  1988. bool maxdb_stmt_close_long_data (resource $stmt, int $param_nr) (PECL maxdb 1.0)
  1989. bool maxdb_stmt_close (resource $stmt) (PECL maxdb >= 1.0)
  1990. bool maxdb_stmt_data_seek (resource $statement, int $offset) (PECL maxdb >= 1.0)
  1991. int maxdb_stmt_errno (resource $stmt) (PECL maxdb >= 1.0)
  1992. string maxdb_stmt_error (resource $stmt) (PECL maxdb >= 1.0)
  1993. bool maxdb_stmt_execute (resource $stmt) (PECL maxdb >= 1.0)
  1994. bool maxdb_stmt_fetch (resource $stmt) (PECL maxdb >= 1.0)
  1995. void maxdb_stmt_free_result (resource $stmt) (PECL maxdb >= 1.0)
  1996. resource maxdb_stmt_init (resource $link) (PECL maxdb >= 1.0)
  1997. int maxdb_stmt_num_rows (resource $stmt) (PECL maxdb >= 1.0)
  1998. int maxdb_stmt_param_count (resource $stmt) (PECL maxdb >= 1.0)
  1999. bool maxdb_stmt_prepare (resource $stmt, string $query) (PECL maxdb >= 1.0)
  2000. bool maxdb_stmt_reset (resource $stmt) (PECL maxdb >= 1.0)
  2001. resource maxdb_stmt_result_metadata (resource $stmt) (PECL maxdb >= 1.0)
  2002. bool maxdb_stmt_send_long_data (resource $stmt, int $param_nr, string $data) (PECL maxdb 1.0)
  2003. string maxdb_stmt_sqlstate (resource $stmt) (PECL maxdb >= 1.0)
  2004. bool maxdb_stmt_store_result (resource $stmt) (PECL maxdb >= 1.0)
  2005. resource maxdb_store_result (resource $link) (PECL maxdb >= 1.0)
  2006. int maxdb_thread_id (resource $link) (PECL maxdb >= 1.0)
  2007. bool maxdb_thread_safe (void) (PECL maxdb >= 7.6.06.04)
  2008. resource maxdb_use_result (resource $link) (PECL maxdb >= 1.0)
  2009. int maxdb_warning_count (resource $link) (PECL maxdb >= 1.0)
  2010. bool mb_check_encoding ( [string $var= NULL [, string $encoding=mb_internal_encoding ()]]) (PHP 4 >= 4.4.3, PHP 5 >= 5.1.3)
  2011. string mb_convert_case (string $str, int $mode=MB_CASE_UPPER [, string $encoding=mb_internal_encoding ()]) (PHP 4 >= 4.3.0, PHP 5)
  2012. string mb_convert_encoding (string $str, string $to_encoding [, mixed $from_encoding]) (PHP 4 >= 4.0.6, PHP 5)
  2013. string mb_convert_kana (string $str [, string $option="KV" [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2014. string mb_convert_variables (string $to_encoding, mixed $from_encoding, mixed& $vars [, mixed& $...]) (PHP 4 >= 4.0.6, PHP 5)
  2015. string mb_decode_mimeheader (string $str) (PHP 4 >= 4.0.6, PHP 5)
  2016. string mb_decode_numericentity (string $str, array $convmap, string $encoding) (PHP 4 >= 4.0.6, PHP 5)
  2017. string mb_detect_encoding (string $str [, mixed $encoding_list=mb_detect_order () [, bool $strict=false]]) (PHP 4 >= 4.0.6, PHP 5)
  2018. mixed mb_detect_order ( [mixed $encoding_list]) (PHP 4 >= 4.0.6, PHP 5)
  2019. string mb_encode_mimeheader (string $str [, string $charset [, string $transfer_encoding [, string $linefeed="\r\n" [, int $indent=0]]]]) (PHP 4 >= 4.0.6, PHP 5)
  2020. string mb_encode_numericentity (string $str, array $convmap, string $encoding) (PHP 4 >= 4.0.6, PHP 5)
  2021. array mb_encoding_aliases (string $encoding) (PHP 5 >= 5.3.0)
  2022. bool mb_ereg_match (string $pattern, string $string [, string $option="msr"]) (PHP 4 >= 4.2.0, PHP 5)
  2023. string mb_ereg_replace_callback (string $pattern, callable $callback, string $string [, string $option="msr"]) (No version information available, might only be in SVN)
  2024. string mb_ereg_replace (string $pattern, string $replacement, string $string [, string $option="msr"]) (PHP 4 >= 4.2.0, PHP 5)
  2025. int mb_ereg_search_getpos (void) (PHP 4 >= 4.2.0, PHP 5)
  2026. array mb_ereg_search_getregs (void) (PHP 4 >= 4.2.0, PHP 5)
  2027. bool mb_ereg_search_init (string $string [, string $pattern [, string $option="msr"]]) (PHP 4 >= 4.2.0, PHP 5)
  2028. array mb_ereg_search_pos ( [string $pattern [, string $option="ms"]]) (PHP 4 >= 4.2.0, PHP 5)
  2029. array mb_ereg_search_regs ( [string $pattern [, string $option="ms"]]) (PHP 4 >= 4.2.0, PHP 5)
  2030. bool mb_ereg_search_setpos (int $position) (PHP 4 >= 4.2.0, PHP 5)
  2031. bool mb_ereg_search ( [string $pattern [, string $option="ms"]]) (PHP 4 >= 4.2.0, PHP 5)
  2032. int mb_ereg (string $pattern, string $string [, array $regs]) (PHP 4 >= 4.2.0, PHP 5)
  2033. string mb_eregi_replace (string $pattern, string $replace, string $string [, string $option="msri"]) (PHP 4 >= 4.2.0, PHP 5)
  2034. int mb_eregi (string $pattern, string $string [, array $regs]) (PHP 4 >= 4.2.0, PHP 5)
  2035. mixed mb_get_info ( [string $type="all"]) (PHP 4 >= 4.2.0, PHP 5)
  2036. mixed mb_http_input ( [string $type=""]) (PHP 4 >= 4.0.6, PHP 5)
  2037. mixed mb_http_output ( [string $encoding]) (PHP 4 >= 4.0.6, PHP 5)
  2038. mixed mb_internal_encoding ( [string $encoding=mb_internal_encoding ()]) (PHP 4 >= 4.0.6, PHP 5)
  2039. mixed mb_language ( [string $language]) (PHP 4 >= 4.0.6, PHP 5)
  2040. array mb_list_encodings (void) (PHP 5)
  2041. string mb_output_handler (string $contents, int $status) (PHP 4 >= 4.0.6, PHP 5)
  2042. bool mb_parse_str (string $encoded_string [, array& $result]) (PHP 4 >= 4.0.6, PHP 5)
  2043. string mb_preferred_mime_name (string $encoding) (PHP 4 >= 4.0.6, PHP 5)
  2044. mixed mb_regex_encoding ( [string $encoding]) (PHP 4 >= 4.2.0, PHP 5)
  2045. string mb_regex_set_options ( [string $options="msr"]) (PHP 4 >= 4.3.0, PHP 5)
  2046. bool mb_send_mail (string $to, string $subject, string $message [, string $additional_headers= NULL [, string $additional_parameter= NULL]]) (PHP 4 >= 4.0.6, PHP 5)
  2047. array mb_split (string $pattern, string $string [, int $limit=-1]) (PHP 4 >= 4.2.0, PHP 5)
  2048. string mb_strcut (string $str, int $start [, int $length [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2049. string mb_strimwidth (string $str, int $start, int $width [, string $trimmarker [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2050. int mb_stripos (string $haystack, string $needle [, int $offset [, string $encoding]]) (PHP 5 >= 5.2.0)
  2051. string mb_stristr (string $haystack, string $needle [, bool $before_needle=false [, string $encoding]]) (PHP 5 >= 5.2.0)
  2052. int mb_strlen (string $str [, string $encoding]) (PHP 4 >= 4.0.6, PHP 5)
  2053. int mb_strpos (string $haystack, string $needle [, int $offset=0 [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2054. string mb_strrchr (string $haystack, string $needle [, bool $part=false [, string $encoding]]) (PHP 5 >= 5.2.0)
  2055. string mb_strrichr (string $haystack, string $needle [, bool $part=false [, string $encoding]]) (PHP 5 >= 5.2.0)
  2056. int mb_strripos (string $haystack, string $needle [, int $offset=0 [, string $encoding]]) (PHP 5 >= 5.2.0)
  2057. int mb_strrpos (string $haystack, string $needle [, int $offset=0 [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2058. string mb_strstr (string $haystack, string $needle [, bool $before_needle=false [, string $encoding]]) (PHP 5 >= 5.2.0)
  2059. string mb_strtolower (string $str [, string $encoding=mb_internal_encoding ()]) (PHP 4 >= 4.3.0, PHP 5)
  2060. string mb_strtoupper (string $str [, string $encoding=mb_internal_encoding ()]) (PHP 4 >= 4.3.0, PHP 5)
  2061. int mb_strwidth (string $str [, string $encoding]) (PHP 4 >= 4.0.6, PHP 5)
  2062. mixed mb_substitute_character ( [mixed $substrchar]) (PHP 4 >= 4.0.6, PHP 5)
  2063. int mb_substr_count (string $haystack, string $needle [, string $encoding]) (PHP 4 >= 4.3.0, PHP 5)
  2064. string mb_substr (string $str, int $start [, int $length [, string $encoding]]) (PHP 4 >= 4.0.6, PHP 5)
  2065. string mcrypt_cbc (int $cipher, string $key, string $data, int $mode [, string $iv]) (PHP 4, PHP 5)
  2066. string mcrypt_cfb (int $cipher, string $key, string $data, int $mode, string $iv) (PHP 4, PHP 5)
  2067. string mcrypt_create_iv (int $size [, int $source=MCRYPT_DEV_RANDOM]) (PHP 4, PHP 5)
  2068. string mcrypt_decrypt (string $cipher, string $key, string $data, string $mode [, string $iv]) (PHP 4 >= 4.0.2, PHP 5)
  2069. string mcrypt_ecb (int $cipher, string $key, string $data, int $mode) (PHP 4, PHP 5)
  2070. string mcrypt_enc_get_algorithms_name (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2071. int mcrypt_enc_get_block_size (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2072. int mcrypt_enc_get_iv_size (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2073. int mcrypt_enc_get_key_size (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2074. string mcrypt_enc_get_modes_name (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2075. array mcrypt_enc_get_supported_key_sizes (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2076. bool mcrypt_enc_is_block_algorithm_mode (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2077. bool mcrypt_enc_is_block_algorithm (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2078. bool mcrypt_enc_is_block_mode (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2079. int mcrypt_enc_self_test (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2080. string mcrypt_encrypt (string $cipher, string $key, string $data, string $mode [, string $iv]) (PHP 4 >= 4.0.2, PHP 5)
  2081. bool mcrypt_generic_deinit (resource $td) (PHP 4 >= 4.0.7, PHP 5)
  2082. bool mcrypt_generic_end (resource $td) (PHP 4 >= 4.0.2, PHP 5 <= 5.1.6)
  2083. int mcrypt_generic_init (resource $td, string $key, string $iv) (PHP 4 >= 4.0.2, PHP 5)
  2084. string mcrypt_generic (resource $td, string $data) (PHP 4 >= 4.0.2, PHP 5)
  2085. int mcrypt_get_block_size (int $cipher) (PHP 4, PHP 5)
  2086. string mcrypt_get_cipher_name (int $cipher) (PHP 4, PHP 5)
  2087. int mcrypt_get_iv_size (string $cipher, string $mode) (PHP 4 >= 4.0.2, PHP 5)
  2088. int mcrypt_get_key_size (int $cipher) (PHP 4, PHP 5)
  2089. array mcrypt_list_algorithms ( [string $lib_dir=ini_get ("mcrypt.algorithms_dir")]) (PHP 4 >= 4.0.2, PHP 5)
  2090. array mcrypt_list_modes ( [string $lib_dir=ini_get ("mcrypt.modes_dir")]) (PHP 4 >= 4.0.2, PHP 5)
  2091. bool mcrypt_module_close (resource $td) (PHP 4 >= 4.0.2, PHP 5)
  2092. int mcrypt_module_get_algo_block_size (string $algorithm [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2093. int mcrypt_module_get_algo_key_size (string $algorithm [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2094. array mcrypt_module_get_supported_key_sizes (string $algorithm [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2095. bool mcrypt_module_is_block_algorithm_mode (string $mode [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2096. bool mcrypt_module_is_block_algorithm (string $algorithm [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2097. bool mcrypt_module_is_block_mode (string $mode [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2098. resource mcrypt_module_open (string $algorithm, string $algorithm_directory, string $mode, string $mode_directory) (PHP 4 >= 4.0.2, PHP 5)
  2099. bool mcrypt_module_self_test (string $algorithm [, string $lib_dir]) (PHP 4 >= 4.0.2, PHP 5)
  2100. string mcrypt_ofb (int $cipher, string $key, string $data, int $mode, string $iv) (PHP 4, PHP 5)
  2101. string md5_file (string $filename [, bool $raw_output=false]) (PHP 4 >= 4.2.0, PHP 5)
  2102. string md5 (string $str [, bool $raw_output=false]) (PHP 4, PHP 5)
  2103. string mdecrypt_generic (resource $td, string $data) (PHP 4 >= 4.0.2, PHP 5)
  2104. bool memcache_debug (bool $on_off) (PECL memcache >= 0.2.0)
  2105. int memory_get_peak_usage ( [bool $real_usage=false]) (PHP 5 >= 5.2.0)
  2106. int memory_get_usage ( [bool $real_usage=false]) (PHP 4 >= 4.3.2, PHP 5)
  2107. string metaphone (string $str [, int $phonemes=0]) (PHP 4, PHP 5)
  2108. bool method_exists (mixed $object, string $method_name) (PHP 4, PHP 5)
  2109. int mhash_count (void) (PHP 4, PHP 5)
  2110. int mhash_get_block_size (int $hash) (PHP 4, PHP 5)
  2111. string mhash_get_hash_name (int $hash) (PHP 4, PHP 5)
  2112. string mhash_keygen_s2k (int $hash, string $password, string $salt, int $bytes) (PHP 4 >= 4.0.4, PHP 5)
  2113. string mhash (int $hash, string $data [, string $key]) (PHP 4, PHP 5)
  2114. mixed microtime ( [bool $get_as_float=false]) (PHP 4, PHP 5)
  2115. string mime_content_type (string $filename) (PHP 4 >= 4.3.0, PHP 5)
  2116. mixed min (array $values) (PHP 4, PHP 5)
  2117. int ming_keypress (string $char) (PHP 5 <= 5.3.0, PECL ming SVN)
  2118. void ming_setcubicthreshold (int $threshold) (PHP 4 >= 4.0.5, PHP 5, PECL ming SVN)
  2119. void ming_setscale (float $scale) (PHP 4 >= 4.0.5, PHP 5, PECL ming SVN)
  2120. void ming_setswfcompression (int $level) (PHP 5.2.1-5.3.0, PECL ming SVN)
  2121. void ming_useconstants (int $use) (PHP 5 <= 5.3.0, PECL ming SVN)
  2122. void ming_useswfversion (int $version) (PHP 4 >= 4.2.0, PHP 5 <= 5.3.0, PECL ming SVN)
  2123. bool mkdir (string $pathname [, int $mode=0777 [, bool $recursive=false [, resource $context]]]) (PHP 4, PHP 5)
  2124. int mktime ( [int $hour=date ("H") [, int $minute=date ("i") [, int $second=date ("s") [, int $month=date ("n") [, int $day=date ("j") [, int $year=date ("Y") [, int $is_dst=-1]]]]]]]) (PHP 4, PHP 5)
  2125. string money_format (string $format, float $number) (PHP 4 >= 4.3.0, PHP 5)
  2126. bool move_uploaded_file (string $filename, string $destination) (PHP 4 >= 4.0.3, PHP 5)
  2127. void mqseries_back (resource $hconn, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2128. void mqseries_begin (resource $hconn, array $beginOptions, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2129. void mqseries_close (resource $hconn, resource $hobj, int $options, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2130. void mqseries_cmit (resource $hconn, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2131. void mqseries_conn (string $qManagerName, resource& $hconn, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2132. void mqseries_connx (string $qManagerName, array& $connOptions, resource& $hconn, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2133. void mqseries_disc (resource $hconn, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2134. void mqseries_get (resource $hConn, resource $hObj, array& $md, array& $gmo, int& $bufferLength, string& $msg, int& $data_length, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2135. void mqseries_inq (resource $hconn, resource $hobj, int $selectorCount, array $selectors, int $intAttrCount, resource& $intAttr, int $charAttrLength, resource& $charAttr, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2136. void mqseries_open (resource $hconn, array& $objDesc, int $option, resource& $hobj, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2137. void mqseries_put (resource $hConn, resource $hObj, array& $md, array& $pmo, string $message, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2138. void mqseries_put1 (resource $hconn, resource& $objDesc, resource& $msgDesc, resource& $pmo, string $buffer, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2139. void mqseries_set (resource $hconn, resource $hobj, int $selectorcount, array $selectors, int $intattrcount, array $intattrs, int $charattrlength, array $charattrs, resource& $compCode, resource& $reason) (PECL mqseries >= 0.10.0)
  2140. string mqseries_strerror (int $reason) (PECL mqseries >= 0.10.0)
  2141. bool msession_connect (string $host, string $port) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2142. int msession_count (void) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2143. bool msession_create (string $session [, string $classname [, string $data]]) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2144. bool msession_destroy (string $name) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2145. void msession_disconnect (void) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2146. array msession_find (string $name, string $value) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2147. array msession_get_array (string $session) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2148. string msession_get_data (string $session) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2149. string msession_get (string $session, string $name, string $value) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2150. string msession_inc (string $session, string $name) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2151. array msession_list (void) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2152. array msession_listvar (string $name) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2153. int msession_lock (string $name) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2154. string msession_plugin (string $session, string $val [, string $param]) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2155. string msession_randstr (int $param) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2156. void msession_set_array (string $session, array $tuples) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2157. bool msession_set_data (string $session, string $value) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2158. bool msession_set (string $session, string $name, string $value) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2159. int msession_timeout (string $session [, int $param]) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2160. string msession_uniq (int $param [, string $classname [, string $data]]) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2161. int msession_unlock (string $session, int $key) (PHP 4 >= 4.2.0, PHP 5 <= 5.1.2)
  2162. resource msg_get_queue (int $key [, int $perms=0666]) (PHP 4 >= 4.3.0, PHP 5)
  2163. bool msg_queue_exists (int $key) (PHP 5 >= 5.3.0)
  2164. bool msg_receive (resource $queue, int $desiredmsgtype, int& $msgtype, int $maxsize, mixed& $message [, bool $unserialize=true [, int $flags=0 [, int& $errorcode]]]) (PHP 4 >= 4.3.0, PHP 5)
  2165. bool msg_remove_queue (resource $queue) (PHP 4 >= 4.3.0, PHP 5)
  2166. bool msg_send (resource $queue, int $msgtype, mixed $message [, bool $serialize=true [, bool $blocking=true [, int& $errorcode]]]) (PHP 4 >= 4.3.0, PHP 5)
  2167. bool msg_set_queue (resource $queue, array $data) (PHP 4 >= 4.3.0, PHP 5)
  2168. array msg_stat_queue (resource $queue) (PHP 4 >= 4.3.0, PHP 5)
  2169. int msql_affected_rows (resource $result) (PHP 4, PHP 5)
  2170. bool msql_close ( [resource $link_identifier]) (PHP 4, PHP 5)
  2171. resource msql_connect ( [string $hostname]) (PHP 4, PHP 5)
  2172. bool msql_create_db (string $database_name [, resource $link_identifier]) (PHP 4, PHP 5)
  2173. ) (PHP 4, PHP 5)
  2174. bool msql_data_seek (resource $result, int $row_number) (PHP 4, PHP 5)
  2175. resource msql_db_query (string $database, string $query [, resource $link_identifier]) (PHP 4, PHP 5)
  2176. ) (PHP 4, PHP 5)
  2177. bool msql_drop_db (string $database_name [, resource $link_identifier]) (PHP 4, PHP 5)
  2178. string msql_error (void) (PHP 4, PHP 5)
  2179. array msql_fetch_array (resource $result [, int $result_type]) (PHP 4, PHP 5)
  2180. object msql_fetch_field (resource $result [, int $field_offset=0]) (PHP 4, PHP 5)
  2181. object msql_fetch_object (resource $result) (PHP 4, PHP 5)
  2182. array msql_fetch_row (resource $result) (PHP 4, PHP 5)
  2183. string msql_field_flags (resource $result, int $field_offset) (PHP 4, PHP 5)
  2184. int msql_field_len (resource $result, int $field_offset) (PHP 4, PHP 5)
  2185. string msql_field_name (resource $result, int $field_offset) (PHP 4, PHP 5)
  2186. bool msql_field_seek (resource $result, int $field_offset) (PHP 4, PHP 5)
  2187. int msql_field_table (resource $result, int $field_offset) (PHP 4, PHP 5)
  2188. string msql_field_type (resource $result, int $field_offset) (PHP 4, PHP 5)
  2189. ) (PHP 4, PHP 5)
  2190. ) (PHP 4, PHP 5)
  2191. ) (PHP 4, PHP 5)
  2192. ) (PHP 4, PHP 5)
  2193. ) (PHP 4, PHP 5)
  2194. bool msql_free_result (resource $result) (PHP 4, PHP 5)
  2195. resource msql_list_dbs ( [resource $link_identifier]) (PHP 4, PHP 5)
  2196. resource msql_list_fields (string $database, string $tablename [, resource $link_identifier]) (PHP 4, PHP 5)
  2197. resource msql_list_tables (string $database [, resource $link_identifier]) (PHP 4, PHP 5)
  2198. int msql_num_fields (resource $result) (PHP 4, PHP 5)
  2199. int msql_num_rows (resource $query_identifier) (PHP 4, PHP 5)
  2200. ) (PHP 4, PHP 5)
  2201. ) (PHP 4, PHP 5)
  2202. resource msql_pconnect ( [string $hostname]) (PHP 4, PHP 5)
  2203. resource msql_query (string $query [, resource $link_identifier]) (PHP 4, PHP 5)
  2204. ) (PHP 4, PHP 5)
  2205. string msql_result (resource $result, int $row [, mixed $field]) (PHP 4, PHP 5)
  2206. bool msql_select_db (string $database_name [, resource $link_identifier]) (PHP 4, PHP 5)
  2207. ) (PHP 4, PHP 5)
  2208. ) (PHP 4, PHP 5)
  2209. bool mssql_bind (resource $stmt, string $param_name, mixed& $var, int $type [, bool $is_output=false [, bool $is_null=false [, int $maxlen=-1]]]) (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
  2210. bool mssql_close ( [resource $link_identifier]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2211. resource mssql_connect ( [string $servername [, string $username [, string $password [, bool $new_link=false]]]]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2212. bool mssql_data_seek (resource $result_identifier, int $row_number) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2213. mixed mssql_execute (resource $stmt [, bool $skip_results=false]) (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
  2214. array mssql_fetch_array (resource $result [, int $result_type=MSSQL_BOTH]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2215. array mssql_fetch_assoc (resource $result_id) (PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1)
  2216. int mssql_fetch_batch (resource $result) (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
  2217. object mssql_fetch_field (resource $result [, int $field_offset=-1]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2218. object mssql_fetch_object (resource $result) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2219. array mssql_fetch_row (resource $result) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2220. int mssql_field_length (resource $result [, int $offset=-1]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2221. string mssql_field_name (resource $result [, int $offset=-1]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2222. bool mssql_field_seek (resource $result, int $field_offset) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2223. string mssql_field_type (resource $result [, int $offset=-1]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2224. bool mssql_free_result (resource $result) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2225. bool mssql_free_statement (resource $stmt) (PHP 4 >= 4.3.2, PHP 5, PECL odbtp >= 1.1.1)
  2226. string mssql_get_last_message (void) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2227. string mssql_guid_string (string $binary [, bool $short_format=false]) (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
  2228. resource mssql_init (string $sp_name [, resource $link_identifier]) (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1)
  2229. void mssql_min_error_severity (int $severity) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2230. void mssql_min_message_severity (int $severity) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2231. bool mssql_next_result (resource $result_id) (PHP 4 >= 4.0.5, PHP 5, PECL odbtp >= 1.1.1)
  2232. int mssql_num_fields (resource $result) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2233. int mssql_num_rows (resource $result) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2234. resource mssql_pconnect ( [string $servername [, string $username [, string $password [, bool $new_link=false]]]]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2235. mixed mssql_query (string $query [, resource $link_identifier [, int $batch_size=0]]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2236. string mssql_result (resource $result, int $row, mixed $field) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2237. int mssql_rows_affected (resource $link_identifier) (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1)
  2238. bool mssql_select_db (string $database_name [, resource $link_identifier]) (PHP 4, PHP 5, PECL odbtp >= 1.1.1)
  2239. int mt_getrandmax (void) (PHP 4, PHP 5)
  2240. int mt_rand (void) (PHP 4, PHP 5)
  2241. void mt_srand ( [int $seed]) (PHP 4, PHP 5)
  2242. int mysql_affected_rows ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2243. string mysql_client_encoding ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2244. bool mysql_close ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2245. resource mysql_connect ( [string $server=ini_get ("mysql.default_host") [, string $username=ini_get ("mysql.default_user") [, string $password=ini_get ("mysql.default_password") [, bool $new_link=false [, int $client_flags=0]]]]]) (PHP 4, PHP 5)
  2246. bool mysql_create_db (string $database_name [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2247. bool mysql_data_seek (resource $result, int $row_number) (PHP 4, PHP 5)
  2248. string mysql_db_name (resource $result, int $row [, mixed $field=NULL]) (PHP 4, PHP 5)
  2249. resource mysql_db_query (string $database, string $query [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2250. bool mysql_drop_db (string $database_name [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2251. int mysql_errno ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2252. string mysql_error ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2253. string mysql_escape_string (string $unescaped_string) (PHP 4 >= 4.0.3, PHP 5)
  2254. array mysql_fetch_array (resource $result [, int $result_type=MYSQL_BOTH]) (PHP 4, PHP 5)
  2255. array mysql_fetch_assoc (resource $result) (PHP 4 >= 4.0.3, PHP 5)
  2256. object mysql_fetch_field (resource $result [, int $field_offset=0]) (PHP 4, PHP 5)
  2257. array mysql_fetch_lengths (resource $result) (PHP 4, PHP 5)
  2258. object mysql_fetch_object (resource $result [, string $class_name [, array $params]]) (PHP 4, PHP 5)
  2259. array mysql_fetch_row (resource $result) (PHP 4, PHP 5)
  2260. string mysql_field_flags (resource $result, int $field_offset) (PHP 4, PHP 5)
  2261. int mysql_field_len (resource $result, int $field_offset) (PHP 4, PHP 5)
  2262. string mysql_field_name (resource $result, int $field_offset) (PHP 4, PHP 5)
  2263. bool mysql_field_seek (resource $result, int $field_offset) (PHP 4, PHP 5)
  2264. string mysql_field_table (resource $result, int $field_offset) (PHP 4, PHP 5)
  2265. string mysql_field_type (resource $result, int $field_offset) (PHP 4, PHP 5)
  2266. bool mysql_free_result (resource $result) (PHP 4, PHP 5)
  2267. string mysql_get_client_info (void) (PHP 4 >= 4.0.5, PHP 5)
  2268. string mysql_get_host_info ( [resource $link_identifier=NULL]) (PHP 4 >= 4.0.5, PHP 5)
  2269. int mysql_get_proto_info ( [resource $link_identifier=NULL]) (PHP 4 >= 4.0.5, PHP 5)
  2270. string mysql_get_server_info ( [resource $link_identifier=NULL]) (PHP 4 >= 4.0.5, PHP 5)
  2271. string mysql_info ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2272. int mysql_insert_id ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2273. resource mysql_list_dbs ( [resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2274. resource mysql_list_fields (string $database_name, string $table_name [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2275. resource mysql_list_processes ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2276. resource mysql_list_tables (string $database [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2277. int mysql_num_fields (resource $result) (PHP 4, PHP 5)
  2278. int mysql_num_rows (resource $result) (PHP 4, PHP 5)
  2279. resource mysql_pconnect ( [string $server=ini_get ("mysql.default_host") [, string $username=ini_get ("mysql.default_user") [, string $password=ini_get ("mysql.default_password") [, int $client_flags=0]]]]) (PHP 4, PHP 5)
  2280. bool mysql_ping ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2281. resource mysql_query (string $query [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2282. string mysql_real_escape_string (string $unescaped_string [, resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2283. string mysql_result (resource $result, int $row [, mixed $field=0]) (PHP 4, PHP 5)
  2284. bool mysql_select_db (string $database_name [, resource $link_identifier=NULL]) (PHP 4, PHP 5)
  2285. bool mysql_set_charset (string $charset [, resource $link_identifier=NULL]) (PHP 5 >= 5.2.3)
  2286. string mysql_stat ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2287. string mysql_tablename (resource $result, int $i) (PHP 4, PHP 5)
  2288. int mysql_thread_id ( [resource $link_identifier=NULL]) (PHP 4 >= 4.3.0, PHP 5)
  2289. resource mysql_unbuffered_query (string $query [, resource $link_identifier=NULL]) (PHP 4 >= 4.0.6, PHP 5)
  2290. ) (PHP 5 < 5.4.0)
  2291. ) (PHP 5 < 5.4.0)
  2292. ) (PHP 5 < 5.4.0)
  2293. ) (PHP 5)
  2294. void mysqli::disable_reads_from_master (void) (PHP 5)
  2295. bool mysqli_disable_rpl_parse (mysqli $link) (PHP 5)
  2296. bool mysqli_enable_reads_from_master (mysqli $link) (PHP 5)
  2297. bool mysqli_enable_rpl_parse (mysqli $link) (PHP 5)
  2298. ) (PHP 5)
  2299. ) (PHP 5)
  2300. ) (PHP 5 < 5.4.0)
  2301. array mysqli_get_cache_stats (void) (PHP 5 >= 5.3.0)
  2302. ) (PHP 5 < 5.4.0)
  2303. bool mysqli_master_query (mysqli $link, string $query) (PHP 5)
  2304. ) (PHP 5 < 5.4.0)
  2305. bool mysqli_report (int $flags) (PHP 5)
  2306. int mysqli_rpl_parse_enabled (mysqli $link) (PHP 5)
  2307. bool mysqli_rpl_probe (mysqli $link) (PHP 5)
  2308. ) (PHP 5 < 5.4.0)
  2309. ) (PHP 5)
  2310. bool mysqli_slave_query (mysqli $link, string $query) (PHP 5)
  2311. array mysqlnd_memcache_get_config (mixed $connection) (PECL mysqlnd_memcache >= 1.0.0)
  2312. bool mysqlnd_memcache_set (mixed $mysql_connection [, Memcached $memcache_connection [, string $pattern [, callback $callback]]]) (PECL mysqlnd_memcache >= 1.0.0)
  2313. string mysqlnd_ms_get_last_gtid (mixed $connection) (PECL mysqlnd_ms >= 1.2.0)
  2314. array mysqlnd_ms_get_last_used_connection (mixed $connection) (PECL mysqlnd_ms >= 1.1.0)
  2315. array mysqlnd_ms_get_stats (void) (PECL mysqlnd_ms >= 1.0.0)
  2316. bool mysqlnd_ms_match_wild (string $table_name, string $wildcard) (PECL mysqlnd_ms >= 1.1.0)
  2317. int mysqlnd_ms_query_is_select (string $query) (PECL mysqlnd_ms >= 1.0.0)
  2318. bool mysqlnd_ms_set_qos (mixed $connection, int $service_level [, int $service_level_option [, mixed $option_value]]) (PECL mysqlnd_ms < 1.2.0)
  2319. bool mysqlnd_ms_set_user_pick_server (string $function) (PECL mysqlnd_ms < 1.1.0)
  2320. bool mysqlnd_qc_clear_cache (void) (PECL mysqlnd_qc >= 1.0.0)
  2321. array mysqlnd_qc_get_available_handlers (void) (PECL mysqlnd_qc >= 1.0.0)
  2322. array mysqlnd_qc_get_cache_info (void) (PECL mysqlnd_qc >= 1.0.0)
  2323. array mysqlnd_qc_get_core_stats (void) (PECL mysqlnd_qc >= 1.0.0)
  2324. array mysqlnd_qc_get_normalized_query_trace_log (void) (PECL mysqlnd_qc >= 1.0.0)
  2325. array mysqlnd_qc_get_query_trace_log (void) (PECL mysqlnd_qc >= 1.0.0)
  2326. bool mysqlnd_qc_set_cache_condition (int $condition_type, mixed $condition, mixed $condition_option) (PECL mysqlnd_qc >= 1.1.0)
  2327. mixed mysqlnd_qc_set_is_select (string $callback) (PECL mysqlnd_qc >= 1.0.0)
  2328. bool mysqlnd_qc_set_storage_handler (string $handler) (PECL mysqlnd_qc >= 1.0.0)
  2329. bool mysqlnd_qc_set_user_handlers (string $get_hash, string $find_query_in_cache, string $return_to_cache, string $add_query_to_cache_if_not_exists, string $query_is_select, string $update_query_run_time_stats, string $get_stats, string $clear_cache) (PECL mysqlnd_qc >= 1.0.0)
  2330. resource mysqlnd_uh_convert_to_mysqlnd (mysqli& $mysql_connection) (PECL mysqlnd-uh >= 1.0.0-alpha)
  2331. bool mysqlnd_uh_set_connection_proxy (MysqlndUhConnection& $connection_proxy [, mysqli& $mysqli_connection]) (PECL mysqlnd-uh >= 1.0.0-alpha)
  2332. bool mysqlnd_uh_set_statement_proxy (MysqlndUhStatement& $statement_proxy) (PECL mysqlnd-uh >= 1.0.0-alpha)
  2333. bool natcasesort (array& $array) (PHP 4, PHP 5)
  2334. bool natsort (array& $array) (PHP 4, PHP 5)
  2335. int ncurses_addch (int $ch) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2336. int ncurses_addchnstr (string $s, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2337. int ncurses_addchstr (string $s) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2338. int ncurses_addnstr (string $s, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2339. int ncurses_addstr (string $text) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2340. int ncurses_assume_default_colors (int $fg, int $bg) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2341. int ncurses_attroff (int $attributes) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2342. int ncurses_attron (int $attributes) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2343. int ncurses_attrset (int $attributes) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2344. int ncurses_baudrate (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2345. int ncurses_beep (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2346. int ncurses_bkgd (int $attrchar) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2347. void ncurses_bkgdset (int $attrchar) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2348. int ncurses_border (int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2349. int ncurses_bottom_panel (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2350. bool ncurses_can_change_color (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2351. bool ncurses_cbreak (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2352. bool ncurses_clear (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2353. bool ncurses_clrtobot (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2354. bool ncurses_clrtoeol (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2355. int ncurses_color_content (int $color, int& $r, int& $g, int& $b) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2356. int ncurses_color_set (int $pair) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2357. int ncurses_curs_set (int $visibility) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2358. bool ncurses_def_prog_mode (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2359. bool ncurses_def_shell_mode (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2360. int ncurses_define_key (string $definition, int $keycode) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2361. bool ncurses_del_panel (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2362. int ncurses_delay_output (int $milliseconds) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2363. bool ncurses_delch (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2364. bool ncurses_deleteln (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2365. bool ncurses_delwin (resource $window) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2366. bool ncurses_doupdate (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2367. bool ncurses_echo (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2368. int ncurses_echochar (int $character) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2369. int ncurses_end (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2370. bool ncurses_erase (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2371. string ncurses_erasechar (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2372. void ncurses_filter (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2373. bool ncurses_flash (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2374. bool ncurses_flushinp (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2375. int ncurses_getch (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2376. void ncurses_getmaxyx (resource $window, int& $y, int& $x) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2377. bool ncurses_getmouse (array& $mevent) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2378. void ncurses_getyx (resource $window, int& $y, int& $x) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2379. int ncurses_halfdelay (int $tenth) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2380. bool ncurses_has_colors (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2381. bool ncurses_has_ic (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2382. bool ncurses_has_il (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2383. int ncurses_has_key (int $keycode) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2384. int ncurses_hide_panel (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2385. int ncurses_hline (int $charattr, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2386. string ncurses_inch (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2387. int ncurses_init_color (int $color, int $r, int $g, int $b) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2388. int ncurses_init_pair (int $pair, int $fg, int $bg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2389. void ncurses_init (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2390. int ncurses_insch (int $character) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2391. int ncurses_insdelln (int $count) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2392. int ncurses_insertln (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2393. int ncurses_insstr (string $text) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2394. int ncurses_instr (string& $buffer) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2395. bool ncurses_isendwin (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2396. int ncurses_keyok (int $keycode, bool $enable) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2397. int ncurses_keypad (resource $window, bool $bf) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2398. string ncurses_killchar (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2399. string ncurses_longname (void) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2400. int ncurses_meta (resource $window, bool $8bit) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2401. bool ncurses_mouse_trafo (int& $y, int& $x, bool $toscreen) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2402. int ncurses_mouseinterval (int $milliseconds) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2403. int ncurses_mousemask (int $newmask, int& $oldmask) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2404. int ncurses_move_panel (resource $panel, int $startx, int $starty) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2405. int ncurses_move (int $y, int $x) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2406. int ncurses_mvaddch (int $y, int $x, int $c) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2407. int ncurses_mvaddchnstr (int $y, int $x, string $s, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2408. int ncurses_mvaddchstr (int $y, int $x, string $s) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2409. int ncurses_mvaddnstr (int $y, int $x, string $s, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2410. int ncurses_mvaddstr (int $y, int $x, string $s) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2411. int ncurses_mvcur (int $old_y, int $old_x, int $new_y, int $new_x) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2412. int ncurses_mvdelch (int $y, int $x) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2413. int ncurses_mvgetch (int $y, int $x) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2414. int ncurses_mvhline (int $y, int $x, int $attrchar, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2415. int ncurses_mvinch (int $y, int $x) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2416. int ncurses_mvvline (int $y, int $x, int $attrchar, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2417. int ncurses_mvwaddstr (resource $window, int $y, int $x, string $text) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2418. int ncurses_napms (int $milliseconds) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2419. resource ncurses_new_panel (resource $window) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2420. resource ncurses_newpad (int $rows, int $cols) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2421. resource ncurses_newwin (int $rows, int $cols, int $y, int $x) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2422. bool ncurses_nl (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2423. bool ncurses_nocbreak (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2424. bool ncurses_noecho (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2425. bool ncurses_nonl (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2426. void ncurses_noqiflush (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2427. bool ncurses_noraw (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2428. int ncurses_pair_content (int $pair, int& $f, int& $b) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2429. resource ncurses_panel_above (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2430. resource ncurses_panel_below (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2431. resource ncurses_panel_window (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2432. int ncurses_pnoutrefresh (resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2433. int ncurses_prefresh (resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2434. int ncurses_putp (string $text) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2435. void ncurses_qiflush (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2436. bool ncurses_raw (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2437. int ncurses_refresh (int $ch) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2438. int ncurses_replace_panel (resource $panel, resource $window) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2439. int ncurses_reset_prog_mode (void) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2440. int ncurses_reset_shell_mode (void) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2441. bool ncurses_resetty (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2442. bool ncurses_savetty (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2443. int ncurses_scr_dump (string $filename) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2444. int ncurses_scr_init (string $filename) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2445. int ncurses_scr_restore (string $filename) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2446. int ncurses_scr_set (string $filename) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2447. int ncurses_scrl (int $count) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2448. int ncurses_show_panel (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2449. int ncurses_slk_attr (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2450. int ncurses_slk_attroff (int $intarg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2451. int ncurses_slk_attron (int $intarg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2452. int ncurses_slk_attrset (int $intarg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2453. bool ncurses_slk_clear (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2454. int ncurses_slk_color (int $intarg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2455. bool ncurses_slk_init (int $format) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2456. bool ncurses_slk_noutrefresh (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2457. int ncurses_slk_refresh (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2458. int ncurses_slk_restore (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2459. bool ncurses_slk_set (int $labelnr, string $label, int $format) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2460. int ncurses_slk_touch (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2461. int ncurses_standend (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2462. int ncurses_standout (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2463. int ncurses_start_color (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2464. bool ncurses_termattrs (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2465. string ncurses_termname (void) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2466. void ncurses_timeout (int $millisec) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2467. int ncurses_top_panel (resource $panel) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2468. int ncurses_typeahead (int $fd) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2469. int ncurses_ungetch (int $keycode) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2470. bool ncurses_ungetmouse (array $mevent) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2471. void ncurses_update_panels (void) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2472. bool ncurses_use_default_colors (void) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2473. void ncurses_use_env (bool $flag) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2474. int ncurses_use_extended_names (bool $flag) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2475. int ncurses_vidattr (int $intarg) (PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2476. int ncurses_vline (int $charattr, int $n) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2477. int ncurses_waddch (resource $window, int $ch) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2478. int ncurses_waddstr (resource $window, string $str [, int $n]) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2479. int ncurses_wattroff (resource $window, int $attrs) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2480. int ncurses_wattron (resource $window, int $attrs) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2481. int ncurses_wattrset (resource $window, int $attrs) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2482. int ncurses_wborder (resource $window, int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2483. int ncurses_wclear (resource $window) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2484. int ncurses_wcolor_set (resource $window, int $color_pair) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2485. int ncurses_werase (resource $window) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2486. int ncurses_wgetch (resource $window) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2487. int ncurses_whline (resource $window, int $charattr, int $n) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2488. bool ncurses_wmouse_trafo (resource $window, int& $y, int& $x, bool $toscreen) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2489. int ncurses_wmove (resource $window, int $y, int $x) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2490. int ncurses_wnoutrefresh (resource $window) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2491. int ncurses_wrefresh (resource $window) (PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2492. int ncurses_wstandend (resource $window) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2493. int ncurses_wstandout (resource $window) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2494. int ncurses_wvline (resource $window, int $charattr, int $n) (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)
  2495. void newt_bell (void) (PECL newt >= 0.1)
  2496. resource newt_button_bar (array& $buttons) (PECL newt >= 0.1)
  2497. resource newt_button (int $left, int $top, string $text) (PECL newt >= 0.1)
  2498. int newt_centered_window (int $width, int $height [, string $title]) (PECL newt >= 0.1)
  2499. string newt_checkbox_get_value (resource $checkbox) (PECL newt >= 0.1)
  2500. void newt_checkbox_set_flags (resource $checkbox, int $flags, int $sense) (PECL newt >= 0.1)
  2501. void newt_checkbox_set_value (resource $checkbox, string $value) (PECL newt >= 0.1)
  2502. void newt_checkbox_tree_add_item (resource $checkboxtree, string $text, mixed $data, int $flags, int $index [, int $...]) (PECL newt >= 0.1)
  2503. array newt_checkbox_tree_find_item (resource $checkboxtree, mixed $data) (PECL newt >= 0.1)
  2504. mixed newt_checkbox_tree_get_current (resource $checkboxtree) (PECL newt >= 0.1)
  2505. string newt_checkbox_tree_get_entry_value (resource $checkboxtree, mixed $data) (PECL newt >= 0.1)
  2506. array newt_checkbox_tree_get_multi_selection (resource $checkboxtree, string $seqnum) (PECL newt >= 0.1)
  2507. array newt_checkbox_tree_get_selection (resource $checkboxtree) (PECL newt >= 0.1)
  2508. resource newt_checkbox_tree_multi (int $left, int $top, int $height, string $seq [, int $flags]) (PECL newt >= 0.1)
  2509. void newt_checkbox_tree_set_current (resource $checkboxtree, mixed $data) (PECL newt >= 0.1)
  2510. void newt_checkbox_tree_set_entry_value (resource $checkboxtree, mixed $data, string $value) (PECL newt >= 0.1)
  2511. void newt_checkbox_tree_set_entry (resource $checkboxtree, mixed $data, string $text) (PECL newt >= 0.1)
  2512. void newt_checkbox_tree_set_width (resource $checkbox_tree, int $width) (PECL newt >= 0.1)
  2513. resource newt_checkbox_tree (int $left, int $top, int $height [, int $flags]) (PECL newt >= 0.1)
  2514. resource newt_checkbox (int $left, int $top, string $text, string $def_value [, string $seq]) (PECL newt >= 0.1)
  2515. void newt_clear_key_buffer (void) (PECL newt >= 0.1)
  2516. void newt_cls (void) (PECL newt >= 0.1)
  2517. resource newt_compact_button (int $left, int $top, string $text) (PECL newt >= 0.1)
  2518. void newt_component_add_callback (resource $component, mixed $func_name, mixed $data) (PECL newt >= 0.1)
  2519. void newt_component_takes_focus (resource $component, bool $takes_focus) (PECL newt >= 0.1)
  2520. resource newt_create_grid (int $cols, int $rows) (PECL newt >= 0.1)
  2521. void newt_cursor_off (void) (PECL newt >= 0.1)
  2522. void newt_cursor_on (void) (PECL newt >= 0.1)
  2523. void newt_delay (int $microseconds) (PECL newt >= 0.1)
  2524. void newt_draw_form (resource $form) (PECL newt >= 0.1)
  2525. void newt_draw_root_text (int $left, int $top, string $text) (PECL newt >= 0.1)
  2526. string newt_entry_get_value (resource $entry) (PECL newt >= 0.1)
  2527. void newt_entry_set_filter (resource $entry, callable $filter, mixed $data) (PECL newt >= 0.1)
  2528. void newt_entry_set_flags (resource $entry, int $flags, int $sense) (PECL newt >= 0.1)
  2529. void newt_entry_set (resource $entry, string $value [, bool $cursor_at_end]) (PECL newt >= 0.1)
  2530. resource newt_entry (int $left, int $top, int $width [, string $init_value [, int $flags]]) (PECL newt >= 0.1)
  2531. int newt_finished (void) (PECL newt >= 0.1)
  2532. void newt_form_add_component (resource $form, resource $component) (PECL newt >= 0.1)
  2533. void newt_form_add_components (resource $form, array $components) (PECL newt >= 0.1)
  2534. void newt_form_add_hot_key (resource $form, int $key) (PECL newt >= 0.1)
  2535. void newt_form_destroy (resource $form) (PECL newt >= 0.1)
  2536. resource newt_form_get_current (resource $form) (PECL newt >= 0.1)
  2537. void newt_form_run (resource $form, array& $exit_struct) (PECL newt >= 0.1)
  2538. void newt_form_set_background (resource $from, int $background) (PECL newt >= 0.1)
  2539. void newt_form_set_height (resource $form, int $height) (PECL newt >= 0.1)
  2540. void newt_form_set_size (resource $form) (PECL newt >= 0.1)
  2541. void newt_form_set_timer (resource $form, int $milliseconds) (PECL newt >= 0.1)
  2542. void newt_form_set_width (resource $form, int $width) (PECL newt >= 0.1)
  2543. void newt_form_watch_fd (resource $form, resource $stream [, int $flags]) (PECL newt >= 0.1)
  2544. resource newt_form ( [resource $vert_bar [, string $help [, int $flags]]]) (PECL newt >= 0.1)
  2545. void newt_get_screen_size (int& $cols, int& $rows) (PECL newt >= 0.1)
  2546. void newt_grid_add_components_to_form (resource $grid, resource $form, bool $recurse) (PECL newt >= 0.1)
  2547. resource newt_grid_basic_window (resource $text, resource $middle, resource $buttons) (PECL newt >= 0.1)
  2548. void newt_grid_free (resource $grid, bool $recurse) (PECL newt >= 0.1)
  2549. void newt_grid_get_size (resouce $grid, int& $width, int& $height) (PECL newt >= 0.1)
  2550. resource newt_grid_h_close_stacked (int $element1_type, resource $element1 [, int $... [, resource $...]]) (PECL newt >= 0.1)
  2551. resource newt_grid_h_stacked (int $element1_type, resource $element1 [, int $... [, resource $...]]) (PECL newt >= 0.1)
  2552. void newt_grid_place (resource $grid, int $left, int $top) (PECL newt >= 0.1)
  2553. void newt_grid_set_field (resource $grid, int $col, int $row, int $type, resource $val, int $pad_left, int $pad_top, int $pad_right, int $pad_bottom, int $anchor [, int $flags]) (PECL newt >= 0.1)
  2554. resource newt_grid_simple_window (resource $text, resource $middle, resource $buttons) (PECL newt >= 0.1)
  2555. resource newt_grid_v_close_stacked (int $element1_type, resource $element1 [, int $... [, resource $...]]) (PECL newt >= 0.1)
  2556. resource newt_grid_v_stacked (int $element1_type, resource $element1 [, int $... [, resource $...]]) (PECL newt >= 0.1)
  2557. void newt_grid_wrapped_window_at (resource $grid, string $title, int $left, int $top) (PECL newt >= 0.1)
  2558. void newt_grid_wrapped_window (resource $grid, string $title) (PECL newt >= 0.1)
  2559. int newt_init (void) (PECL newt >= 0.1)
  2560. void newt_label_set_text (resource $label, string $text) (PECL newt >= 0.1)
  2561. resource newt_label (int $left, int $top, string $text) (PECL newt >= 0.1)
  2562. void newt_listbox_append_entry (resource $listbox, string $text, mixed $data) (PECL newt >= 0.1)
  2563. void newt_listbox_clear_selection (resource $listbox) (PECL newt >= 0.1)
  2564. void newt_listbox_clear (resource $listobx) (PECL newt >= 0.1)
  2565. void newt_listbox_delete_entry (resource $listbox, mixed $key) (PECL newt >= 0.1)
  2566. string newt_listbox_get_current (resource $listbox) (PECL newt >= 0.1)
  2567. array newt_listbox_get_selection (resource $listbox) (PECL newt >= 0.1)
  2568. void newt_listbox_insert_entry (resource $listbox, string $text, mixed $data, mixed $key) (PECL newt >= 0.1)
  2569. int newt_listbox_item_count (resource $listbox) (PECL newt >= 0.1)
  2570. void newt_listbox_select_item (resource $listbox, mixed $key, int $sense) (PECL newt >= 0.1)
  2571. void newt_listbox_set_current_by_key (resource $listbox, mixed $key) (PECL newt >= 0.1)
  2572. void newt_listbox_set_current (resource $listbox, int $num) (PECL newt >= 0.1)
  2573. void newt_listbox_set_data (resource $listbox, int $num, mixed $data) (PECL newt >= 0.1)
  2574. void newt_listbox_set_entry (resource $listbox, int $num, string $text) (PECL newt >= 0.1)
  2575. void newt_listbox_set_width (resource $listbox, int $width) (PECL newt >= 0.1)
  2576. resource newt_listbox (int $left, int $top, int $height [, int $flags]) (PECL newt >= 0.1)
  2577. mixed newt_listitem_get_data (resource $item) (PECL newt >= 0.1)
  2578. void newt_listitem_set (resource $item, string $text) (PECL newt >= 0.1)
  2579. resource newt_listitem (int $left, int $top, string $text, bool $is_default, resouce $prev_item, mixed $data [, int $flags]) (PECL newt >= 0.1)
  2580. int newt_open_window (int $left, int $top, int $width, int $height [, string $title]) (PECL newt >= 0.1)
  2581. void newt_pop_help_line (void) (PECL newt >= 0.1)
  2582. void newt_pop_window (void) (PECL newt >= 0.1)
  2583. void newt_push_help_line ( [string $text]) (PECL newt >= 0.1)
  2584. resource newt_radio_get_current (resource $set_member) (PECL newt >= 0.1)
  2585. resource newt_radiobutton (int $left, int $top, string $text, bool $is_default [, resource $prev_button]) (PECL newt >= 0.1)
  2586. void newt_redraw_help_line (void) (PECL newt >= 0.1)
  2587. string newt_reflow_text (string $text, int $width, int $flex_down, int $flex_up, int& $actual_width, int& $actual_height) (PECL newt >= 0.1)
  2588. void newt_refresh (void) (PECL newt >= 0.1)
  2589. void newt_resize_screen ( [bool $redraw]) (PECL newt >= 0.1)
  2590. void newt_resume (void) (PECL newt >= 0.1)
  2591. resource newt_run_form (resource $form) (PECL newt >= 0.1)
  2592. void newt_scale_set (resource $scale, int $amount) (PECL newt >= 0.1)
  2593. resource newt_scale (int $left, int $top, int $width, int $full_value) (PECL newt >= 0.1)
  2594. void newt_scrollbar_set (resource $scrollbar, int $where, int $total) (PECL newt >= 0.1)
  2595. void newt_set_help_callback (mixed $function) (PECL newt >= 0.1)
  2596. void newt_set_suspend_callback (callable $function, mixed $data) (PECL newt >= 0.1)
  2597. void newt_suspend (void) (PECL newt >= 0.1)
  2598. int newt_textbox_get_num_lines (resource $textbox) (PECL newt >= 0.1)
  2599. resource newt_textbox_reflowed (int $left, int $top, char $*text, int $width, int $flex_down, int $flex_up [, int $flags]) (PECL newt >= 0.1)
  2600. void newt_textbox_set_height (resource $textbox, int $height) (PECL newt >= 0.1)
  2601. void newt_textbox_set_text (resource $textbox, string $text) (PECL newt >= 0.1)
  2602. resource newt_textbox (int $left, int $top, int $width, int $height [, int $flags]) (PECL newt >= 0.1)
  2603. resource newt_vertical_scrollbar (int $left, int $top, int $height [, int $normal_colorset [, int $thumb_colorset]]) (PECL newt >= 0.1)
  2604. void newt_wait_for_key (void) (PECL newt >= 0.1)
  2605. int newt_win_choice (string $title, string $button1_text, string $button2_text, string $format [, mixed $args [, mixed $...]]) (PECL newt >= 0.1)
  2606. int newt_win_entries (string $title, string $text, int $suggested_width, int $flex_down, int $flex_up, int $data_width, array& $items, string $button1 [, string $...]) (PECL newt >= 0.1)
  2607. int newt_win_menu (string $title, string $text, int $suggestedWidth, int $flexDown, int $flexUp, int $maxListHeight, array $items, int& $listItem [, string $button1 [, string $...]]) (PECL newt >= 0.1)
  2608. void newt_win_message (string $title, string $button_text, string $format [, mixed $args [, mixed $...]]) (PECL newt >= 0.1)
  2609. void newt_win_messagev (string $title, string $button_text, string $format, array $args) (PECL newt >= 0.1)
  2610. int newt_win_ternary (string $title, string $button1_text, string $button2_text, string $button3_text, string $format [, mixed $args [, mixed $...]]) (PECL newt >= 0.1)
  2611. mixed next (array& $array) (PHP 4, PHP 5)
  2612. string ngettext (string $msgid1, string $msgid2, int $n) (PHP 4 >= 4.2.0, PHP 5)
  2613. string nl_langinfo (int $item) (PHP 4 >= 4.1.0, PHP 5)
  2614. string nl2br (string $string [, bool $is_xhtml=true]) (PHP 4, PHP 5)
  2615. array notes_body (string $server, string $mailbox, int $msg_number) (PHP 4 >= 4.0.5)
  2616. bool notes_copy_db (string $from_database_name, string $to_database_name) (PHP 4 >= 4.0.5)
  2617. bool notes_create_db (string $database_name) (PHP 4 >= 4.0.5)
  2618. bool notes_create_note (string $database_name, string $form_name) (PHP 4 >= 4.0.5)
  2619. bool notes_drop_db (string $database_name) (PHP 4 >= 4.0.5)
  2620. int notes_find_note (string $database_name, string $name [, string $type]) (PHP 4 >= 4.0.5)
  2621. object notes_header_info (string $server, string $mailbox, int $msg_number) (PHP 4 >= 4.0.5)
  2622. bool notes_list_msgs (string $db) (PHP 4 >= 4.0.5)
  2623. bool notes_mark_read (string $database_name, string $user_name, string $note_id) (PHP 4 >= 4.0.5)
  2624. bool notes_mark_unread (string $database_name, string $user_name, string $note_id) (PHP 4 >= 4.0.5)
  2625. bool notes_nav_create (string $database_name, string $name) (PHP 4 >= 4.0.5)
  2626. array notes_search (string $database_name, string $keywords) (PHP 4 >= 4.0.5)
  2627. array notes_unread (string $database_name, string $user_name) (PHP 4 >= 4.0.5)
  2628. float notes_version (string $database_name) (PHP 4 >= 4.0.5)
  2629. array nsapi_request_headers (void) (PHP 4 >= 4.3.3, PHP 5)
  2630. array nsapi_response_headers (void) (PHP 4 >= 4.3.3, PHP 5)
  2631. bool nsapi_virtual (string $uri) (PHP 4 >= 4.3.3, PHP 5)
  2632. string nthmac (string $clent, string $data) (PECL spplus >= 1.0.0)
  2633. string number_format (float $number [, int $decimals=0]) (PHP 4, PHP 5)
  2634. string oauth_get_sbs (string $http_method, string $uri [, array $request_parameters]) (PECL OAuth >=0.99.7)
  2635. string oauth_urlencode (string $uri) (PECL OAuth >=0.99.2)
  2636. void ob_clean (void) (PHP 4 >= 4.2.0, PHP 5)
  2637. string ob_deflatehandler (string $data, int $mode) (PECL pecl_http >= 0.21.0)
  2638. bool ob_end_clean (void) (PHP 4, PHP 5)
  2639. bool ob_end_flush (void) (PHP 4, PHP 5)
  2640. string ob_etaghandler (string $data, int $mode) (PECL pecl_http >= 0.10.0)
  2641. void ob_flush (void) (PHP 4 >= 4.2.0, PHP 5)
  2642. string ob_get_clean (void) (PHP 4 >= 4.3.0, PHP 5)
  2643. string ob_get_contents (void) (PHP 4, PHP 5)
  2644. string ob_get_flush (void) (PHP 4 >= 4.3.0, PHP 5)
  2645. int ob_get_length (void) (PHP 4 >= 4.0.2, PHP 5)
  2646. int ob_get_level (void) (PHP 4 >= 4.2.0, PHP 5)
  2647. array ob_get_status ( [bool $full_status=FALSE]) (PHP 4 >= 4.2.0, PHP 5)
  2648. string ob_gzhandler (string $buffer, int $mode) (PHP 4 >= 4.0.4, PHP 5)
  2649. string ob_iconv_handler (string $contents, int $status) (PHP 4 >= 4.0.5, PHP 5)
  2650. void ob_implicit_flush ( [int $flag=true]) (PHP 4, PHP 5)
  2651. string ob_inflatehandler (string $data, int $mode) (PECL pecl_http >= 0.21.0)
  2652. array ob_list_handlers (void) (PHP 4 >= 4.3.0, PHP 5)
  2653. bool ob_start ( [callable $output_callback [, int $chunk_size=0 [, bool $erase=true]]]) (PHP 4, PHP 5)
  2654. string ob_tidyhandler (string $input [, int $mode]) (PHP 5)
  2655. bool oci_bind_array_by_name (resource $statement, string $name, array& $var_array, int $max_table_length [, int $max_item_length=-1 [, int $type=SQLT_AFC]]) (PHP 5 >= 5.1.2, PECL OCI8 >= 1.2.0)
  2656. bool oci_bind_by_name (resource $statement, string $bv_name, mixed& $variable [, int $maxlength=-1 [, int $type=SQLT_CHR]]) (PHP 5, PECL OCI8 >= 1.1.0)
  2657. bool oci_cancel (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2658. string oci_client_version (void) (PHP 5.3.7, PECL OCI8 >= 1.4.6)
  2659. bool oci_close (resource $connection) (PHP 5, PECL OCI8 >= 1.1.0)
  2660. bool oci_commit (resource $connection) (PHP 5, PECL OCI8 >= 1.1.0)
  2661. resource oci_connect (string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode]]]) (PHP 5, PECL OCI8 >= 1.1.0)
  2662. bool oci_define_by_name (resource $statement, string $column_name, mixed& $variable [, int $type=SQLT_CHR]) (PHP 5, PECL OCI8 >= 1.1.0)
  2663. array oci_error ( [resource $resource]) (PHP 5, PECL OCI8 >= 1.1.0)
  2664. bool oci_execute (resource $statement [, int $mode=OCI_COMMIT_ON_SUCCESS]) (PHP 5, PECL OCI8 >= 1.1.0)
  2665. int oci_fetch_all (resource $statement, array& $output [, int $skip=0 [, int $maxrows=-1 [, int $flags= OCI_FETCHSTATEMENT_BY_COLUMN+ OCI_ASSOC]]]) (PHP 5, PECL OCI8 >= 1.1.0)
  2666. array oci_fetch_array (resource $statement [, int $mode]) (PHP 5, PECL OCI8 >= 1.1.0)
  2667. array oci_fetch_assoc (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2668. object oci_fetch_object (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2669. array oci_fetch_row (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2670. bool oci_fetch (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2671. bool oci_field_is_null (resource $statement, mixed $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2672. string oci_field_name (resource $statement, int $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2673. int oci_field_precision (resource $statement, int $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2674. int oci_field_scale (resource $statement, int $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2675. int oci_field_size (resource $statement, mixed $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2676. int oci_field_type_raw (resource $statement, int $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2677. mixed oci_field_type (resource $statement, int $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2678. bool oci_free_statement (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2679. void oci_internal_debug (bool $onoff) (PHP 5, PECL OCI8 >= 1.1.0)
  2680. bool oci_lob_copy (OCI-Lob $lob_to, OCI-Lob $lob_from [, int $length=0]) (PHP 5, PECL OCI8 >= 1.1.0)
  2681. bool oci_lob_is_equal (OCI-Lob $lob1, OCI-Lob $lob2) (PHP 5, PECL OCI8 >= 1.1.0)
  2682. OCI-Collection oci_new_collection (resource $connection, string $tdo [, string $schema= NULL]) (PHP 5, PECL OCI8 >= 1.1.0)
  2683. resource oci_new_connect (string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode]]]) (PHP 5, PECL OCI8 >= 1.1.0)
  2684. resource oci_new_cursor (resource $connection) (PHP 5, PECL OCI8 >= 1.1.0)
  2685. OCI-Lob oci_new_descriptor (resource $connection [, int $type=OCI_DTYPE_LOB]) (PHP 5, PECL OCI8 >= 1.1.0)
  2686. int oci_num_fields (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2687. int oci_num_rows (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2688. resource oci_parse (resource $connection, string $sql_text) (PHP 5, PECL OCI8 >= 1.1.0)
  2689. bool oci_password_change (resource $connection, string $username, string $old_password, string $new_password) (PHP 5, PECL OCI8 >= 1.1.0)
  2690. resource oci_pconnect (string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode]]]) (PHP 5, PECL OCI8 >= 1.1.0)
  2691. mixed oci_result (resource $statement, mixed $field) (PHP 5, PECL OCI8 >= 1.1.0)
  2692. bool oci_rollback (resource $connection) (PHP 5, PECL OCI8 >= 1.1.0)
  2693. string oci_server_version (resource $connection) (PHP 5, PECL OCI8 >= 1.1.0)
  2694. bool oci_set_action (resource $connection, string $action_name) (PHP 5.3.2, PECL OCI8 >= 1.4.0)
  2695. bool oci_set_client_identifier (resource $connection, string $client_identifier) (PHP 5.3.2, PECL OCI8 >= 1.4.0)
  2696. bool oci_set_client_info (resource $connection, string $client_info) (PHP 5.3.2, PECL OCI8 >= 1.4.0)
  2697. bool oci_set_edition (string $edition) (PHP 5.3.2, PECL OCI8 >= 1.4.0)
  2698. bool oci_set_module_name (resource $connection, string $module_name) (PHP 5.3.2, PECL OCI8 >= 1.4.0)
  2699. bool oci_set_prefetch (resource $statement, int $rows) (PHP 5, PECL OCI8 >= 1.1.0)
  2700. string oci_statement_type (resource $statement) (PHP 5, PECL OCI8 >= 1.1.0)
  2701. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2702. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2703. ) (PHP 4 >= 4.0.6, PECL OCI8 1.0)
  2704. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2705. ) (PHP 4 >= 4.0.6, PECL OCI8 1.0)
  2706. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2707. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2708. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2709. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2710. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2711. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2712. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2713. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2714. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2715. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2716. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2717. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2718. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2719. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2720. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2721. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2722. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2723. int ocifetchinto (resource $statement, array& $result [, int $mode= OCI_ASSOC+ OCI_NUM]) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2724. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2725. ) (PHP 4 >= 4.0.7, PHP 5, PECL OCI8 >= 1.0.0)
  2726. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2727. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2728. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2729. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2730. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2731. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2732. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2733. ) (PHP 4 >= 4.0.6, PHP 5, PECL OCI8 >= 1.0.0)
  2734. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2735. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2736. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2737. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2738. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2739. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2740. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2741. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2742. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2743. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2744. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2745. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2746. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2747. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2748. ) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
  2749. ) (PHP 4 >= 4.0.6, PECL OCI8 1.0)
  2750. number octdec (string $octal_string) (PHP 4, PHP 5)
  2751. mixed odbc_autocommit (resource $connection_id [, bool $OnOff=false]) (PHP 4, PHP 5)
  2752. bool odbc_binmode (resource $result_id, int $mode) (PHP 4, PHP 5)
  2753. void odbc_close_all (void) (PHP 4, PHP 5)
  2754. void odbc_close (resource $connection_id) (PHP 4, PHP 5)
  2755. resource odbc_columnprivileges (resource $connection_id, string $qualifier, string $owner, string $table_name, string $column_name) (PHP 4, PHP 5)
  2756. resource odbc_columns (resource $connection_id [, string $qualifier [, string $schema [, string $table_name [, string $column_name]]]]) (PHP 4, PHP 5)
  2757. bool odbc_commit (resource $connection_id) (PHP 4, PHP 5)
  2758. resource odbc_connect (string $dsn, string $user, string $password [, int $cursor_type]) (PHP 4, PHP 5)
  2759. string odbc_cursor (resource $result_id) (PHP 4, PHP 5)
  2760. array odbc_data_source (resource $connection_id, int $fetch_type) (PHP 4 >= 4.3.0, PHP 5)
  2761. ) (PHP 4, PHP 5)
  2762. string odbc_error ( [resource $connection_id]) (PHP 4 >= 4.0.5, PHP 5)
  2763. string odbc_errormsg ( [resource $connection_id]) (PHP 4 >= 4.0.5, PHP 5)
  2764. resource odbc_exec (resource $connection_id, string $query_string [, int $flags]) (PHP 4, PHP 5)
  2765. bool odbc_execute (resource $result_id [, array $parameters_array]) (PHP 4, PHP 5)
  2766. array odbc_fetch_array (resource $result [, int $rownumber]) (PHP 4 >= 4.0.2, PHP 5)
  2767. int odbc_fetch_into (resource $result_id, array& $result_array [, int $rownumber]) (PHP 4, PHP 5)
  2768. object odbc_fetch_object (resource $result [, int $rownumber]) (PHP 4 >= 4.0.2, PHP 5)
  2769. bool odbc_fetch_row (resource $result_id [, int $row_number]) (PHP 4, PHP 5)
  2770. int odbc_field_len (resource $result_id, int $field_number) (PHP 4, PHP 5)
  2771. string odbc_field_name (resource $result_id, int $field_number) (PHP 4, PHP 5)
  2772. int odbc_field_num (resource $result_id, string $field_name) (PHP 4, PHP 5)
  2773. ) (PHP 4, PHP 5)
  2774. int odbc_field_scale (resource $result_id, int $field_number) (PHP 4, PHP 5)
  2775. string odbc_field_type (resource $result_id, int $field_number) (PHP 4, PHP 5)
  2776. resource odbc_foreignkeys (resource $connection_id, string $pk_qualifier, string $pk_owner, string $pk_table, string $fk_qualifier, string $fk_owner, string $fk_table) (PHP 4, PHP 5)
  2777. bool odbc_free_result (resource $result_id) (PHP 4, PHP 5)
  2778. resource odbc_gettypeinfo (resource $connection_id [, int $data_type]) (PHP 4, PHP 5)
  2779. bool odbc_longreadlen (resource $result_id, int $length) (PHP 4, PHP 5)
  2780. bool odbc_next_result (resource $result_id) (PHP 4 >= 4.0.5, PHP 5)
  2781. int odbc_num_fields (resource $result_id) (PHP 4, PHP 5)
  2782. int odbc_num_rows (resource $result_id) (PHP 4, PHP 5)
  2783. resource odbc_pconnect (string $dsn, string $user, string $password [, int $cursor_type]) (PHP 4, PHP 5)
  2784. resource odbc_prepare (resource $connection_id, string $query_string) (PHP 4, PHP 5)
  2785. resource odbc_primarykeys (resource $connection_id, string $qualifier, string $owner, string $table) (PHP 4, PHP 5)
  2786. resource odbc_procedurecolumns (resource $connection_id) (PHP 4, PHP 5)
  2787. resource odbc_procedures (resource $connection_id) (PHP 4, PHP 5)
  2788. int odbc_result_all (resource $result_id [, string $format]) (PHP 4, PHP 5)
  2789. mixed odbc_result (resource $result_id, mixed $field) (PHP 4, PHP 5)
  2790. bool odbc_rollback (resource $connection_id) (PHP 4, PHP 5)
  2791. bool odbc_setoption (resource $id, int $function, int $option, int $param) (PHP 4, PHP 5)
  2792. resource odbc_specialcolumns (resource $connection_id, int $type, string $qualifier, string $owner, string $table, int $scope, int $nullable) (PHP 4, PHP 5)
  2793. resource odbc_statistics (resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy) (PHP 4, PHP 5)
  2794. resource odbc_tableprivileges (resource $connection_id, string $qualifier, string $owner, string $name) (PHP 4, PHP 5)
  2795. resource odbc_tables (resource $connection_id [, string $qualifier [, string $owner [, string $name [, string $types]]]]) (PHP 4, PHP 5)
  2796. resource openal_buffer_create (void) (PECL openal >= 0.1.0)
  2797. bool openal_buffer_data (resource $buffer, int $format, string $data, int $freq) (PECL openal >= 0.1.0)
  2798. bool openal_buffer_destroy (resource $buffer) (PECL openal >= 0.1.0)
  2799. int openal_buffer_get (resource $buffer, int $property) (PECL openal >= 0.1.0)
  2800. bool openal_buffer_loadwav (resource $buffer, string $wavfile) (PECL openal >= 0.1.0)
  2801. resource openal_context_create (resource $device) (PECL openal >= 0.1.0)
  2802. bool openal_context_current (resource $context) (PECL openal >= 0.1.0)
  2803. bool openal_context_destroy (resource $context) (PECL openal >= 0.1.0)
  2804. bool openal_context_process (resource $context) (PECL openal >= 0.1.0)
  2805. bool openal_context_suspend (resource $context) (PECL openal >= 0.1.0)
  2806. bool openal_device_close (resource $device) (PECL openal >= 0.1.0)
  2807. resource openal_device_open ( [string $device_desc]) (PECL openal >= 0.1.0)
  2808. mixed openal_listener_get (int $property) (PECL openal >= 0.1.0)
  2809. bool openal_listener_set (int $property, mixed $setting) (PECL openal >= 0.1.0)
  2810. resource openal_source_create (void) (PECL openal >= 0.1.0)
  2811. bool openal_source_destroy (resource $source) (PECL openal >= 0.1.0)
  2812. mixed openal_source_get (resource $source, int $property) (PECL openal >= 0.1.0)
  2813. bool openal_source_pause (resource $source) (PECL openal >= 0.1.0)
  2814. bool openal_source_play (resource $source) (PECL openal >= 0.1.0)
  2815. bool openal_source_rewind (resource $source) (PECL openal >= 0.1.0)
  2816. bool openal_source_set (resource $source, int $property, mixed $setting) (PECL openal >= 0.1.0)
  2817. bool openal_source_stop (resource $source) (PECL openal >= 0.1.0)
  2818. resource openal_stream (resource $source, int $format, int $rate) (PECL openal >= 0.1.0)
  2819. resource opendir (string $path [, resource $context]) (PHP 4, PHP 5)
  2820. bool openlog (string $ident, int $option, int $facility) (PHP 4, PHP 5)
  2821. int openssl_cipher_iv_length (string $method) (PHP 5 >= PHP 5.3.3)
  2822. bool openssl_csr_export_to_file (resource $csr, string $outfilename [, bool $notext=true]) (PHP 4 >= 4.2.0, PHP 5)
  2823. bool openssl_csr_export (resource $csr, string& $out [, bool $notext=true]) (PHP 4 >= 4.2.0, PHP 5)
  2824. resource openssl_csr_get_public_key (mixed $csr [, bool $use_shortnames=true]) (PHP 5 >= 5.2.0)
  2825. array openssl_csr_get_subject (mixed $csr [, bool $use_shortnames=true]) (PHP 5 >= 5.2.0)
  2826. mixed openssl_csr_new (array $dn, resource& $privkey [, array $configargs [, array $extraattribs]]) (PHP 4 >= 4.2.0, PHP 5)
  2827. resource openssl_csr_sign (mixed $csr, mixed $cacert, mixed $priv_key, int $days [, array $configargs [, int $serial=0]]) (PHP 4 >= 4.2.0, PHP 5)
  2828. string openssl_decrypt (string $data, string $method, string $password [, bool $raw_input=false [, string $iv=""]]) (PHP 5 >= 5.3.0)
  2829. string openssl_dh_compute_key (string $pub_key, resource $dh_key) (No version information available, might only be in SVN)
  2830. string openssl_digest (string $data, string $method [, bool $raw_output=false]) (PHP 5 >= 5.3.0)
  2831. string openssl_encrypt (string $data, string $method, string $password [, bool $raw_output=false [, string $iv=""]]) (PHP 5 >= 5.3.0)
  2832. string openssl_error_string (void) (PHP 4 >= 4.0.6, PHP 5)
  2833. void openssl_free_key (resource $key_identifier) (PHP 4 >= 4.0.4, PHP 5)
  2834. array openssl_get_cipher_methods ( [bool $aliases=false]) (PHP 5 >= 5.3.0)
  2835. array openssl_get_md_methods ( [bool $aliases=false]) (PHP 5 >= 5.3.0)
  2836. ) (PHP 4 >= 4.0.4, PHP 5)
  2837. ) (PHP 4 >= 4.0.4, PHP 5)
  2838. bool openssl_open (string $sealed_data, string& $open_data, string $env_key, mixed $priv_key_id [, string $method]) (PHP 4 >= 4.0.4, PHP 5)
  2839. bool openssl_pkcs12_export_to_file (mixed $x509, string $filename, mixed $priv_key, string $pass [, array $args]) (PHP 5 >= 5.2.2)
  2840. bool openssl_pkcs12_export (mixed $x509, string& $out, mixed $priv_key, string $pass [, array $args]) (PHP 5 >= 5.2.2)
  2841. bool openssl_pkcs12_read (string $pkcs12, array& $certs, string $pass) (PHP 5 >= 5.2.2)
  2842. bool openssl_pkcs7_decrypt (string $infilename, string $outfilename, mixed $recipcert [, mixed $recipkey]) (PHP 4 >= 4.0.6, PHP 5)
  2843. bool openssl_pkcs7_encrypt (string $infile, string $outfile, mixed $recipcerts, array $headers [, int $flags=0 [, int $cipherid=OPENSSL_CIPHER_RC2_40]]) (PHP 4 >= 4.0.6, PHP 5)
  2844. bool openssl_pkcs7_sign (string $infilename, string $outfilename, mixed $signcert, mixed $privkey, array $headers [, int $flags=PKCS7_DETACHED [, string $extracerts]]) (PHP 4 >= 4.0.6, PHP 5)
  2845. mixed openssl_pkcs7_verify (string $filename, int $flags [, string $outfilename [, array $cainfo [, string $extracerts [, string $content]]]]) (PHP 4 >= 4.0.6, PHP 5)
  2846. bool openssl_pkey_export_to_file (mixed $key, string $outfilename [, string $passphrase [, array $configargs]]) (PHP 4 >= 4.2.0, PHP 5)
  2847. bool openssl_pkey_export (mixed $key, string& $out [, string $passphrase [, array $configargs]]) (PHP 4 >= 4.2.0, PHP 5)
  2848. void openssl_pkey_free (resource $key) (PHP 4 >= 4.2.0, PHP 5)
  2849. array openssl_pkey_get_details (resource $key) (PHP 5 >= 5.2.0)
  2850. resource openssl_pkey_get_private (mixed $key [, string $passphrase=""]) (PHP 4 >= 4.2.0, PHP 5)
  2851. resource openssl_pkey_get_public (mixed $certificate) (PHP 4 >= 4.2.0, PHP 5)
  2852. resource openssl_pkey_new ( [array $configargs]) (PHP 4 >= 4.2.0, PHP 5)
  2853. bool openssl_private_decrypt (string $data, string& $decrypted, mixed $key [, int $padding=OPENSSL_PKCS1_PADDING]) (PHP 4 >= 4.0.6, PHP 5)
  2854. bool openssl_private_encrypt (string $data, string& $crypted, mixed $key [, int $padding=OPENSSL_PKCS1_PADDING]) (PHP 4 >= 4.0.6, PHP 5)
  2855. bool openssl_public_decrypt (string $data, string& $decrypted, mixed $key [, int $padding=OPENSSL_PKCS1_PADDING]) (PHP 4 >= 4.0.6, PHP 5)
  2856. bool openssl_public_encrypt (string $data, string& $crypted, mixed $key [, int $padding=OPENSSL_PKCS1_PADDING]) (PHP 4 >= 4.0.6, PHP 5)
  2857. string openssl_random_pseudo_bytes (int $length [, bool& $crypto_strong]) (PHP 5 >= 5.3.0)
  2858. int openssl_seal (string $data, string& $sealed_data, array& $env_keys, array $pub_key_ids [, string $method]) (PHP 4 >= 4.0.4, PHP 5)
  2859. bool openssl_sign (string $data, string& $signature, mixed $priv_key_id [, int $signature_alg=OPENSSL_ALGO_SHA1]) (PHP 4 >= 4.0.4, PHP 5)
  2860. int openssl_verify (string $data, string $signature, mixed $pub_key_id [, int $signature_alg=OPENSSL_ALGO_SHA1]) (PHP 4 >= 4.0.4, PHP 5)
  2861. bool openssl_x509_check_private_key (mixed $cert, mixed $key) (PHP 4 >= 4.2.0, PHP 5)
  2862. int openssl_x509_checkpurpose (mixed $x509cert, int $purpose [, array $cainfo=array () [, string $untrustedfile]]) (PHP 4 >= 4.0.6, PHP 5)
  2863. bool openssl_x509_export_to_file (mixed $x509, string $outfilename [, bool $notext= TRUE]) (PHP 4 >= 4.2.0, PHP 5)
  2864. bool openssl_x509_export (mixed $x509, string& $output [, bool $notext= TRUE]) (PHP 4 >= 4.2.0, PHP 5)
  2865. void openssl_x509_free (resource $x509cert) (PHP 4 >= 4.0.6, PHP 5)
  2866. array openssl_x509_parse (mixed $x509cert [, bool $shortnames=true]) (PHP 4 >= 4.0.6, PHP 5)
  2867. resource openssl_x509_read (mixed $x509certdata) (PHP 4 >= 4.0.6, PHP 5)
  2868. int ord (string $string) (PHP 4, PHP 5)
  2869. bool output_add_rewrite_var (string $name, string $value) (PHP 4 >= 4.3.0, PHP 5)
  2870. bool output_reset_rewrite_vars (void) (PHP 4 >= 4.3.0, PHP 5)
  2871. bool override_function (string $function_name, string $function_args, string $function_code) (PECL apd >= 0.2)
  2872. void ovrimos_close (int $connection) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2873. bool ovrimos_commit (int $connection_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2874. int ovrimos_connect (string $host, string $dborport, string $user, string $password) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2875. string ovrimos_cursor (int $result_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2876. int ovrimos_exec (int $connection_id, string $query) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2877. bool ovrimos_execute (int $result_id [, array $parameters_array]) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2878. bool ovrimos_fetch_into (int $result_id, array& $result_array [, string $how [, int $rownumber]]) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2879. bool ovrimos_fetch_row (int $result_id [, int $how [, int $row_number]]) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2880. int ovrimos_field_len (int $result_id, int $field_number) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2881. string ovrimos_field_name (int $result_id, int $field_number) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2882. int ovrimos_field_num (int $result_id, string $field_name) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2883. int ovrimos_field_type (int $result_id, int $field_number) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2884. bool ovrimos_free_result (int $result_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2885. bool ovrimos_longreadlen (int $result_id, int $length) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2886. int ovrimos_num_fields (int $result_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2887. int ovrimos_num_rows (int $result_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2888. int ovrimos_prepare (int $connection_id, string $query) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2889. int ovrimos_result_all (int $result_id [, string $format]) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2890. string ovrimos_result (int $result_id, mixed $field) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2891. bool ovrimos_rollback (int $connection_id) (PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
  2892. string pack (string $format [, mixed $args [, mixed $...]]) (PHP 4, PHP 5)
  2893. array parse_ini_file (string $filename [, bool $process_sections=false [, int $scanner_mode=INI_SCANNER_NORMAL]]) (PHP 4, PHP 5)
  2894. array parse_ini_string (string $ini [, bool $process_sections=false [, int $scanner_mode=INI_SCANNER_NORMAL]]) (PHP 5 >= 5.3.0)
  2895. void parse_str (string $str [, array& $arr]) (PHP 4, PHP 5)
  2896. mixed parse_url (string $url [, int $component=-1]) (PHP 4, PHP 5)
  2897. array parsekit_compile_file (string $filename [, array& $errors [, int $options=PARSEKIT_QUIET]]) (PECL parsekit >= 0.2.0)
  2898. array parsekit_compile_string (string $phpcode [, array& $errors [, int $options=PARSEKIT_QUIET]]) (PECL parsekit >= 0.2.0)
  2899. array parsekit_func_arginfo (mixed $function) (PECL parsekit >= 0.3.0)
  2900. void passthru (string $command [, int& $return_var]) (PHP 4, PHP 5)
  2901. array password_get_info (string $hash) (PHP 5 >= 5.5.0)
  2902. string password_hash (string $password, integer $algo [, array $options]) (PHP 5 >= 5.5.0)
  2903. boolean password_needs_rehash (string $hash, string $algo [, string $options]) (PHP 5 >= 5.5.0)
  2904. boolean password_verify (string $password, string $hash) (PHP 5 >= 5.5.0)
  2905. mixed pathinfo (string $path [, int $options=PATHINFO_DIRNAME|PATHINFO_BASENAME|PATHINFO_EXTENSION|PATHINFO_FILENAME]) (PHP 4 >= 4.0.3, PHP 5)
  2906. int pclose (resource $handle) (PHP 4, PHP 5)
  2907. int pcntl_alarm (int $seconds) (PHP 4 >= 4.3.0, PHP 5)
  2908. void pcntl_exec (string $path [, array $args [, array $envs]]) (PHP 4 >= 4.2.0, PHP 5)
  2909. int pcntl_fork (void) (PHP 4 >= 4.1.0, PHP 5)
  2910. int pcntl_getpriority ( [int $pid=getmypid () [, int $process_identifier=PRIO_PROCESS]]) (PHP 5)
  2911. bool pcntl_setpriority (int $priority [, int $pid=getmypid () [, int $process_identifier=PRIO_PROCESS]]) (PHP 5)
  2912. bool pcntl_signal_dispatch (void) (PHP 5 >= 5.3.0)
  2913. bool pcntl_signal (int $signo, callable $handler [, bool $restart_syscalls=true]) (PHP 4 >= 4.1.0, PHP 5)
  2914. bool pcntl_sigprocmask (int $how, array $set [, array& $oldset]) (PHP 5 >= 5.3.0)
  2915. int pcntl_sigtimedwait (array $set [, array& $siginfo [, int $seconds=0 [, int $nanoseconds=0]]]) (PHP 5 >= 5.3.0)
  2916. int pcntl_sigwaitinfo (array $set [, array& $siginfo]) (PHP 5 >= 5.3.0)
  2917. int pcntl_wait (int& $status [, int $options=0]) (PHP 5)
  2918. int pcntl_waitpid (int $pid, int& $status [, int $options=0]) (PHP 4 >= 4.1.0, PHP 5)
  2919. int pcntl_wexitstatus (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2920. bool pcntl_wifexited (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2921. bool pcntl_wifsignaled (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2922. bool pcntl_wifstopped (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2923. int pcntl_wstopsig (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2924. int pcntl_wtermsig (int $status) (PHP 4 >= 4.1.0, PHP 5)
  2925. bool PDF_activate_item (resource $pdfdoc, int $id) (PECL pdflib >= 2.0.0)
  2926. ) (PHP 4, PECL pdflib >= 1.0.0)
  2927. ) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  2928. bool PDF_add_launchlink (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2929. bool PDF_add_locallink (resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, int $page, string $dest) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2930. bool PDF_add_nameddest (resource $pdfdoc, string $name, string $optlist) (PECL pdflib >= 2.0.0)
  2931. bool PDF_add_note (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $contents, string $title, string $icon, int $open) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2932. ) (PHP 4, PECL pdflib >= 1.0.0)
  2933. bool PDF_add_pdflink (resource $pdfdoc, float $bottom_left_x, float $bottom_left_y, float $up_right_x, float $up_right_y, string $filename, int $page, string $dest) (PHP 4, PECL pdflib >= 1.0.0)
  2934. int PDF_add_table_cell (resource $pdfdoc, int $table, int $column, int $row, string $text, string $optlist) (PECL pdflib >= 2.1.0)
  2935. int PDF_add_textflow (resource $pdfdoc, int $textflow, string $text, string $optlist) (PECL pdflib >= 2.1.0)
  2936. bool PDF_add_thumbnail (resource $pdfdoc, int $image) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2937. bool PDF_add_weblink (resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url) (PHP 4, PECL pdflib >= 1.0.0)
  2938. bool PDF_arc (resource $p, float $x, float $y, float $r, float $alpha, float $beta) (PHP 4, PECL pdflib >= 1.0.0)
  2939. bool PDF_arcn (resource $p, float $x, float $y, float $r, float $alpha, float $beta) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2940. bool PDF_attach_file (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename, string $description, string $author, string $mimetype, string $icon) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2941. int PDF_begin_document (resource $pdfdoc, string $filename, string $optlist) (PECL pdflib >= 2.0.0)
  2942. bool PDF_begin_font (resource $pdfdoc, string $filename, float $a, float $b, float $c, float $d, float $e, float $f, string $optlist) (PECL pdflib >= 2.0.0)
  2943. bool PDF_begin_glyph (resource $pdfdoc, string $glyphname, float $wx, float $llx, float $lly, float $urx, float $ury) (PECL pdflib >= 2.0.0)
  2944. int PDF_begin_item (resource $pdfdoc, string $tag, string $optlist) (PECL pdflib >= 2.0.0)
  2945. bool PDF_begin_layer (resource $pdfdoc, int $layer) (PECL pdflib >= 2.0.0)
  2946. bool PDF_begin_page_ext (resource $pdfdoc, float $width, float $height, string $optlist) (PECL pdflib >= 2.0.0)
  2947. bool PDF_begin_page (resource $pdfdoc, float $width, float $height) (PHP 4, PECL pdflib >= 1.0.0)
  2948. int PDF_begin_pattern (resource $pdfdoc, float $width, float $height, float $xstep, float $ystep, int $painttype) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2949. int PDF_begin_template_ext (resource $pdfdoc, float $width, float $height, string $optlist) (PECL pdflib >= 2.1.0)
  2950. int PDF_begin_template (resource $pdfdoc, float $width, float $height) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2951. bool PDF_circle (resource $pdfdoc, float $x, float $y, float $r) (PHP 4, PECL pdflib >= 1.0.0)
  2952. bool PDF_clip (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2953. bool PDF_close_image (resource $p, int $image) (PHP 4, PECL pdflib >= 1.0.0)
  2954. bool PDF_close_pdi_page (resource $p, int $page) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2955. bool PDF_close_pdi (resource $p, int $doc) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2956. bool PDF_close (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2957. bool PDF_closepath_fill_stroke (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2958. bool PDF_closepath_stroke (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2959. bool PDF_closepath (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2960. bool PDF_concat (resource $p, float $a, float $b, float $c, float $d, float $e, float $f) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2961. bool PDF_continue_text (resource $p, string $text) (PHP 4, PECL pdflib >= 1.0.0)
  2962. int PDF_create_3dview (resource $pdfdoc, string $username, string $optlist) (PECL pdflib >= 2.1.0)
  2963. int PDF_create_action (resource $pdfdoc, string $type, string $optlist) (PECL pdflib >= 2.0.0)
  2964. bool PDF_create_annotation (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $type, string $optlist) (PECL pdflib >= 2.0.0)
  2965. int PDF_create_bookmark (resource $pdfdoc, string $text, string $optlist) (PECL pdflib >= 2.0.0)
  2966. bool PDF_create_field (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $name, string $type, string $optlist) (PECL pdflib >= 2.0.0)
  2967. bool PDF_create_fieldgroup (resource $pdfdoc, string $name, string $optlist) (PECL pdflib >= 2.0.0)
  2968. int PDF_create_gstate (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  2969. bool PDF_create_pvf (resource $pdfdoc, string $filename, string $data, string $optlist) (PECL pdflib >= 2.0.0)
  2970. int PDF_create_textflow (resource $pdfdoc, string $text, string $optlist) (PECL pdflib >= 2.0.0)
  2971. bool PDF_curveto (resource $p, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) (PHP 4, PECL pdflib >= 1.0.0)
  2972. int PDF_define_layer (resource $pdfdoc, string $name, string $optlist) (PECL pdflib >= 2.0.0)
  2973. int PDF_delete_pvf (resource $pdfdoc, string $filename) (PECL pdflib >= 2.0.0)
  2974. bool PDF_delete_table (resource $pdfdoc, int $table, string $optlist) (PECL pdflib >= 2.1.0)
  2975. bool PDF_delete_textflow (resource $pdfdoc, int $textflow) (PECL pdflib >= 2.0.0)
  2976. bool PDF_delete (resource $pdfdoc) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2977. bool PDF_encoding_set_char (resource $pdfdoc, string $encoding, int $slot, string $glyphname, int $uv) (PECL pdflib >= 2.0.0)
  2978. bool PDF_end_document (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  2979. bool PDF_end_font (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  2980. bool PDF_end_glyph (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  2981. bool PDF_end_item (resource $pdfdoc, int $id) (PECL pdflib >= 2.0.0)
  2982. bool PDF_end_layer (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  2983. bool PDF_end_page_ext (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  2984. bool PDF_end_page (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2985. bool PDF_end_pattern (resource $p) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2986. bool PDF_end_template (resource $p) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2987. bool PDF_endpath (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2988. int PDF_fill_imageblock (resource $pdfdoc, int $page, string $blockname, int $image, string $optlist) (PECL pdflib >= 2.0.0)
  2989. int PDF_fill_pdfblock (resource $pdfdoc, int $page, string $blockname, int $contents, string $optlist) (PECL pdflib >= 2.0.0)
  2990. bool PDF_fill_stroke (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2991. int PDF_fill_textblock (resource $pdfdoc, int $page, string $blockname, string $text, string $optlist) (PECL pdflib >= 2.0.0)
  2992. bool PDF_fill (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  2993. int PDF_findfont (resource $p, string $fontname, string $encoding, int $embed) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  2994. bool PDF_fit_image (resource $pdfdoc, int $image, float $x, float $y, string $optlist) (PECL pdflib >= 2.0.0)
  2995. bool PDF_fit_pdi_page (resource $pdfdoc, int $page, float $x, float $y, string $optlist) (PECL pdflib >= 2.0.0)
  2996. string PDF_fit_table (resource $pdfdoc, int $table, float $llx, float $lly, float $urx, float $ury, string $optlist) (PECL pdflib >= 2.1.0)
  2997. string PDF_fit_textflow (resource $pdfdoc, int $textflow, float $llx, float $lly, float $urx, float $ury, string $optlist) (PECL pdflib >= 2.0.0)
  2998. bool PDF_fit_textline (resource $pdfdoc, string $text, float $x, float $y, string $optlist) (PECL pdflib >= 2.0.0)
  2999. string PDF_get_apiname (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  3000. string PDF_get_buffer (resource $p) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3001. string PDF_get_errmsg (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  3002. int PDF_get_errnum (resource $pdfdoc) (PECL pdflib >= 2.0.0)
  3003. ) (PHP 4, PECL pdflib >= 1.0.0)
  3004. ) (PHP 4, PECL pdflib >= 1.0.0)
  3005. ) (PHP 4, PECL pdflib >= 1.0.0)
  3006. ) (PHP 4, PECL pdflib >= 1.0.0)
  3007. ) (PHP 4, PECL pdflib >= 1.0.0)
  3008. int PDF_get_majorversion (void) (PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0)
  3009. int PDF_get_minorversion (void) (PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0)
  3010. string PDF_get_parameter (resource $p, string $key, float $modifier) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  3011. string PDF_get_pdi_parameter (resource $p, string $key, int $doc, int $page, int $reserved) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3012. float PDF_get_pdi_value (resource $p, string $key, int $doc, int $page, int $reserved) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3013. float PDF_get_value (resource $p, string $key, float $modifier) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  3014. float PDF_info_font (resource $pdfdoc, int $font, string $keyword, string $optlist) (PECL pdflib >= 2.1.0)
  3015. float PDF_info_matchbox (resource $pdfdoc, string $boxname, int $num, string $keyword) (PECL pdflib >= 2.1.0)
  3016. float PDF_info_table (resource $pdfdoc, int $table, string $keyword) (PECL pdflib >= 2.1.0)
  3017. float PDF_info_textflow (resource $pdfdoc, int $textflow, string $keyword) (PECL pdflib >= 2.0.0)
  3018. float PDF_info_textline (resource $pdfdoc, string $text, string $keyword, string $optlist) (PECL pdflib >= 2.1.0)
  3019. bool PDF_initgraphics (resource $p) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3020. bool PDF_lineto (resource $p, float $x, float $y) (PHP 4, PECL pdflib >= 1.0.0)
  3021. int PDF_load_3ddata (resource $pdfdoc, string $filename, string $optlist) (PECL pdflib >= 2.1.0)
  3022. int PDF_load_font (resource $pdfdoc, string $fontname, string $encoding, string $optlist) (PECL pdflib >= 2.0.0)
  3023. int PDF_load_iccprofile (resource $pdfdoc, string $profilename, string $optlist) (PECL pdflib >= 2.0.0)
  3024. int PDF_load_image (resource $pdfdoc, string $imagetype, string $filename, string $optlist) (PECL pdflib >= 2.0.0)
  3025. int PDF_makespotcolor (resource $p, string $spotname) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3026. bool PDF_moveto (resource $p, float $x, float $y) (PHP 4, PECL pdflib >= 1.0.0)
  3027. resource PDF_new (void) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3028. int PDF_open_ccitt (resource $pdfdoc, string $filename, int $width, int $height, int $BitReverse, int $k, int $Blackls1) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3029. bool PDF_open_file (resource $p, string $filename) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3030. ) (PHP 4, PECL pdflib >= 1.0.0)
  3031. int PDF_open_image_file (resource $p, string $imagetype, string $filename, string $stringparam, int $intparam) (PHP 4, PECL pdflib >= 1.0.0)
  3032. int PDF_open_image (resource $p, string $imagetype, string $source, string $data, int $length, int $width, int $height, int $components, int $bpc, string $params) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3033. ) (PHP 4, PECL pdflib >= 1.0.0)
  3034. int PDF_open_memory_image (resource $p, resource $image) (PHP 4, PECL pdflib >= 1.0.0)
  3035. int PDF_open_pdi_document (resource $p, string $filename, string $optlist) (PECL pdflib >= 2.1.0)
  3036. int PDF_open_pdi_page (resource $p, int $doc, int $pagenumber, string $optlist) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3037. int PDF_open_pdi (resource $pdfdoc, string $filename, string $optlist, int $len) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3038. ) (PHP 4, PECL pdflib >= 1.0.0)
  3039. float PDF_pcos_get_number (resource $p, int $doc, string $path) (PECL pdflib >= 2.1.0)
  3040. string PDF_pcos_get_stream (resource $p, int $doc, string $optlist, string $path) (PECL pdflib >= 2.1.0)
  3041. string PDF_pcos_get_string (resource $p, int $doc, string $path) (PECL pdflib >= 2.1.0)
  3042. bool PDF_place_image (resource $pdfdoc, int $image, float $x, float $y, float $scale) (PHP 4, PECL pdflib >= 1.0.0)
  3043. bool PDF_place_pdi_page (resource $pdfdoc, int $page, float $x, float $y, float $sx, float $sy) (PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0)
  3044. int PDF_process_pdi (resource $pdfdoc, int $doc, int $page, string $optlist) (PECL pdflib >= 2.0.0)
  3045. bool PDF_rect (resource $p, float $x, float $y, float $width, float $height) (PHP 4, PECL pdflib >= 1.0.0)
  3046. bool PDF_restore (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  3047. bool PDF_resume_page (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  3048. bool PDF_rotate (resource $p, float $phi) (PHP 4, PECL pdflib >= 1.0.0)
  3049. bool PDF_save (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  3050. bool PDF_scale (resource $p, float $sx, float $sy) (PHP 4, PECL pdflib >= 1.0.0)
  3051. bool PDF_set_border_color (resource $p, float $red, float $green, float $blue) (PHP 4, PECL pdflib >= 1.0.0)
  3052. bool PDF_set_border_dash (resource $pdfdoc, float $black, float $white) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  3053. bool PDF_set_border_style (resource $pdfdoc, string $style, float $width) (PHP 4, PECL pdflib >= 1.0.0)
  3054. ) (PHP 4, PECL pdflib >= 1.0.0)
  3055. ) (PHP 4, PECL pdflib >= 1.0.0)
  3056. bool PDF_set_gstate (resource $pdfdoc, int $gstate) (PECL pdflib >= 2.0.0)
  3057. ) (PHP 4, PECL pdflib >= 1.0.0)
  3058. ) (PHP 4, PECL pdflib >= 1.0.0)
  3059. ) (PHP 4, PECL pdflib >= 1.0.0)
  3060. ) (PHP 4, PECL pdflib >= 1.0.0)
  3061. ) (PHP 4, PECL pdflib >= 1.0.0)
  3062. ) (PHP 4, PECL pdflib >= 1.0.0)
  3063. bool PDF_set_info (resource $p, string $key, string $value) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  3064. bool PDF_set_layer_dependency (resource $pdfdoc, string $type, string $optlist) (PECL pdflib >= 2.0.0)
  3065. ) (PHP 4, PECL pdflib >= 1.0.0)
  3066. bool PDF_set_parameter (resource $p, string $key, string $value) (PHP 4, PECL pdflib >= 1.0.0)
  3067. ) (PHP 4 <= 4.0.4)
  3068. bool PDF_set_text_pos (resource $p, float $x, float $y) (PHP 4, PECL pdflib >= 1.0.0)
  3069. ) (PHP 4, PECL pdflib >= 1.0.0)
  3070. ) (PHP 4, PECL pdflib >= 1.0.0)
  3071. bool PDF_set_value (resource $p, string $key, float $value) (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
  3072. ) (PHP 4, PECL pdflib >= 1.0.0)
  3073. bool PDF_setcolor (resource $p, string $fstype, string $colorspace, float $c1, float $c2, float $c3, float $c4) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3074. bool PDF_setdash (resource $pdfdoc, float $b, float $w) (PHP 4, PECL pdflib >= 1.0.0)
  3075. bool PDF_setdashpattern (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  3076. bool PDF_setflat (resource $pdfdoc, float $flatness) (PHP 4, PECL pdflib >= 1.0.0)
  3077. bool PDF_setfont (resource $pdfdoc, int $font, float $fontsize) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3078. bool PDF_setgray_fill (resource $p, float $g) (PHP 4, PECL pdflib >= 1.0.0)
  3079. bool PDF_setgray_stroke (resource $p, float $g) (PHP 4, PECL pdflib >= 1.0.0)
  3080. bool PDF_setgray (resource $p, float $g) (PHP 4, PECL pdflib >= 1.0.0)
  3081. bool PDF_setlinecap (resource $p, int $linecap) (PHP 4, PECL pdflib >= 1.0.0)
  3082. bool PDF_setlinejoin (resource $p, int $value) (PHP 4, PECL pdflib >= 1.0.0)
  3083. bool PDF_setlinewidth (resource $p, float $width) (PHP 4, PECL pdflib >= 1.0.0)
  3084. bool PDF_setmatrix (resource $p, float $a, float $b, float $c, float $d, float $e, float $f) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3085. bool PDF_setmiterlimit (resource $pdfdoc, float $miter) (PHP 4, PECL pdflib >= 1.0.0)
  3086. ) (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
  3087. bool PDF_setrgbcolor_fill (resource $p, float $red, float $green, float $blue) (PHP 4, PECL pdflib >= 1.0.0)
  3088. bool PDF_setrgbcolor_stroke (resource $p, float $red, float $green, float $blue) (PHP 4, PECL pdflib >= 1.0.0)
  3089. bool PDF_setrgbcolor (resource $p, float $red, float $green, float $blue) (PHP 4, PECL pdflib >= 1.0.0)
  3090. int PDF_shading_pattern (resource $pdfdoc, int $shading, string $optlist) (PECL pdflib >= 2.0.0)
  3091. int PDF_shading (resource $pdfdoc, string $shtype, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist) (PECL pdflib >= 2.0.0)
  3092. bool PDF_shfill (resource $pdfdoc, int $shading) (PECL pdflib >= 2.0.0)
  3093. int PDF_show_boxed (resource $p, string $text, float $left, float $top, float $width, float $height, string $mode, string $feature) (PHP 4, PECL pdflib >= 1.0.0)
  3094. bool PDF_show_xy (resource $p, string $text, float $x, float $y) (PHP 4, PECL pdflib >= 1.0.0)
  3095. bool PDF_show (resource $pdfdoc, string $text) (PHP 4, PECL pdflib >= 1.0.0)
  3096. bool PDF_skew (resource $p, float $alpha, float $beta) (PHP 4, PECL pdflib >= 1.0.0)
  3097. float PDF_stringwidth (resource $p, string $text, int $font, float $fontsize) (PHP 4, PECL pdflib >= 1.0.0)
  3098. bool PDF_stroke (resource $p) (PHP 4, PECL pdflib >= 1.0.0)
  3099. bool PDF_suspend_page (resource $pdfdoc, string $optlist) (PECL pdflib >= 2.0.0)
  3100. bool PDF_translate (resource $p, float $tx, float $ty) (PHP 4, PECL pdflib >= 1.0.0)
  3101. string PDF_utf16_to_utf8 (resource $pdfdoc, string $utf16string) (PECL pdflib >= 2.0.3)
  3102. string PDF_utf32_to_utf16 (resource $pdfdoc, string $utf32string, string $ordering) (PECL pdflib >= Unknown future)
  3103. string PDF_utf8_to_utf16 (resource $pdfdoc, string $utf8string, string $ordering) (PECL pdflib >= 2.0.3)
  3104. resource pfsockopen (string $hostname [, int $port=-1 [, int& $errno [, string& $errstr [, float $timeout=ini_get ("default_socket_timeout")]]]]) (PHP 4, PHP 5)
  3105. int pg_affected_rows (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3106. bool pg_cancel_query (resource $connection) (PHP 4 >= 4.2.0, PHP 5)
  3107. string pg_client_encoding ( [resource $connection]) (PHP 4 >= 4.0.3, PHP 5)
  3108. bool pg_close ( [resource $connection]) (PHP 4, PHP 5)
  3109. resource pg_connect (string $connection_string [, int $connect_type]) (PHP 4, PHP 5)
  3110. bool pg_connection_busy (resource $connection) (PHP 4 >= 4.2.0, PHP 5)
  3111. bool pg_connection_reset (resource $connection) (PHP 4 >= 4.2.0, PHP 5)
  3112. int pg_connection_status (resource $connection) (PHP 4 >= 4.2.0, PHP 5)
  3113. array pg_convert (resource $connection, string $table_name, array $assoc_array [, int $options=0]) (PHP 4 >= 4.3.0, PHP 5)
  3114. bool pg_copy_from (resource $connection, string $table_name, array $rows [, string $delimiter [, string $null_as]]) (PHP 4 >= 4.2.0, PHP 5)
  3115. array pg_copy_to (resource $connection, string $table_name [, string $delimiter [, string $null_as]]) (PHP 4 >= 4.2.0, PHP 5)
  3116. string pg_dbname ( [resource $connection]) (PHP 4, PHP 5)
  3117. mixed pg_delete (resource $connection, string $table_name, array $assoc_array [, int $options=PGSQL_DML_EXEC]) (PHP 4 >= 4.3.0, PHP 5)
  3118. bool pg_end_copy ( [resource $connection]) (PHP 4 >= 4.0.3, PHP 5)
  3119. string pg_escape_bytea ( [resource $connection], string $data) (PHP 4 >= 4.2.0, PHP 5)
  3120. string pg_escape_identifier ( [resource $connection], string $data) (PHP 5 >= 5.4.4)
  3121. string pg_escape_literal ( [resource $connection], string $data) (PHP 5 >= 5.4.4)
  3122. string pg_escape_string ( [resource $connection], string $data) (PHP 4 >= 4.2.0, PHP 5)
  3123. resource pg_execute ( [resource $connection], string $stmtname, array $params) (PHP 5 >= 5.1.0)
  3124. array pg_fetch_all_columns (resource $result [, int $column=0]) (PHP 5 >= 5.1.0)
  3125. array pg_fetch_all (resource $result) (PHP 4 >= 4.3.0, PHP 5)
  3126. array pg_fetch_array (resource $result [, int $row [, int $result_type=PGSQL_BOTH]]) (PHP 4, PHP 5)
  3127. array pg_fetch_assoc (resource $result [, int $row]) (PHP 4 >= 4.3.0, PHP 5)
  3128. object pg_fetch_object (resource $result [, int $row [, int $result_type=PGSQL_ASSOC]]) (PHP 4, PHP 5)
  3129. string pg_fetch_result (resource $result, int $row, mixed $field) (PHP 4 >= 4.2.0, PHP 5)
  3130. array pg_fetch_row (resource $result [, int $row]) (PHP 4, PHP 5)
  3131. int pg_field_is_null (resource $result, int $row, mixed $field) (PHP 4 >= 4.2.0, PHP 5)
  3132. string pg_field_name (resource $result, int $field_number) (PHP 4 >= 4.2.0, PHP 5)
  3133. int pg_field_num (resource $result, string $field_name) (PHP 4 >= 4.2.0, PHP 5)
  3134. int pg_field_prtlen (resource $result, int $row_number, mixed $field_name_or_number) (PHP 4 >= 4.2.0, PHP 5)
  3135. int pg_field_size (resource $result, int $field_number) (PHP 4 >= 4.2.0, PHP 5)
  3136. mixed pg_field_table (resource $result, int $field_number [, bool $oid_only=false]) (PHP 5 >= 5.2.0)
  3137. int pg_field_type_oid (resource $result, int $field_number) (PHP 5 >= 5.1.0)
  3138. string pg_field_type (resource $result, int $field_number) (PHP 4 >= 4.2.0, PHP 5)
  3139. bool pg_free_result (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3140. array pg_get_notify (resource $connection [, int $result_type]) (PHP 4 >= 4.3.0, PHP 5)
  3141. int pg_get_pid (resource $connection) (PHP 4 >= 4.3.0, PHP 5)
  3142. resource pg_get_result ( [resource $connection]) (PHP 4 >= 4.2.0, PHP 5)
  3143. string pg_host ( [resource $connection]) (PHP 4, PHP 5)
  3144. mixed pg_insert (resource $connection, string $table_name, array $assoc_array [, int $options=PGSQL_DML_EXEC]) (PHP 4 >= 4.3.0, PHP 5)
  3145. string pg_last_error ( [resource $connection]) (PHP 4 >= 4.2.0, PHP 5)
  3146. string pg_last_notice (resource $connection) (PHP 4 >= 4.0.6, PHP 5)
  3147. string pg_last_oid (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3148. bool pg_lo_close (resource $large_object) (PHP 4 >= 4.2.0, PHP 5)
  3149. int pg_lo_create ( [resource $connection [, mixed $object_id]]) (PHP 4 >= 4.2.0, PHP 5)
  3150. bool pg_lo_export ( [resource $connection], int $oid, string $pathname) (PHP 4 >= 4.2.0, PHP 5)
  3151. int pg_lo_import ( [resource $connection], string $pathname [, mixed $object_id]) (PHP 4 >= 4.2.0, PHP 5)
  3152. resource pg_lo_open (resource $connection, int $oid, string $mode) (PHP 4 >= 4.2.0, PHP 5)
  3153. int pg_lo_read_all (resource $large_object) (PHP 4 >= 4.2.0, PHP 5)
  3154. string pg_lo_read (resource $large_object [, int $len=8192]) (PHP 4 >= 4.2.0, PHP 5)
  3155. bool pg_lo_seek (resource $large_object, int $offset [, int $whence=PGSQL_SEEK_CUR]) (PHP 4 >= 4.2.0, PHP 5)
  3156. int pg_lo_tell (resource $large_object) (PHP 4 >= 4.2.0, PHP 5)
  3157. bool pg_lo_unlink (resource $connection, int $oid) (PHP 4 >= 4.2.0, PHP 5)
  3158. int pg_lo_write (resource $large_object, string $data [, int $len]) (PHP 4 >= 4.2.0, PHP 5)
  3159. array pg_meta_data (resource $connection, string $table_name) (PHP 4 >= 4.3.0, PHP 5)
  3160. int pg_num_fields (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3161. int pg_num_rows (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3162. string pg_options ( [resource $connection]) (PHP 4, PHP 5)
  3163. string pg_parameter_status ( [resource $connection], string $param_name) (PHP 5)
  3164. resource pg_pconnect (string $connection_string [, int $connect_type]) (PHP 4, PHP 5)
  3165. bool pg_ping ( [resource $connection]) (PHP 4 >= 4.3.0, PHP 5)
  3166. int pg_port ( [resource $connection]) (PHP 4, PHP 5)
  3167. resource pg_prepare ( [resource $connection], string $stmtname, string $query) (PHP 5 >= 5.1.0)
  3168. bool pg_put_line ( [resource $connection], string $data) (PHP 4 >= 4.0.3, PHP 5)
  3169. resource pg_query_params ( [resource $connection], string $query, array $params) (PHP 5 >= 5.1.0)
  3170. resource pg_query ( [resource $connection], string $query) (PHP 4 >= 4.2.0, PHP 5)
  3171. string pg_result_error_field (resource $result, int $fieldcode) (PHP 5 >= 5.1.0)
  3172. string pg_result_error (resource $result) (PHP 4 >= 4.2.0, PHP 5)
  3173. bool pg_result_seek (resource $result, int $offset) (PHP 4 >= 4.3.0, PHP 5)
  3174. mixed pg_result_status (resource $result [, int $type=PGSQL_STATUS_LONG]) (PHP 4 >= 4.2.0, PHP 5)
  3175. mixed pg_select (resource $connection, string $table_name, array $assoc_array [, int $options=PGSQL_DML_EXEC]) (PHP 4 >= 4.3.0, PHP 5)
  3176. bool pg_send_execute (resource $connection, string $stmtname, array $params) (PHP 5 >= 5.1.0)
  3177. bool pg_send_prepare (resource $connection, string $stmtname, string $query) (PHP 5 >= 5.1.0)
  3178. bool pg_send_query_params (resource $connection, string $query, array $params) (PHP 5 >= 5.1.0)
  3179. bool pg_send_query (resource $connection, string $query) (PHP 4 >= 4.2.0, PHP 5)
  3180. int pg_set_client_encoding ( [resource $connection], string $encoding) (PHP 4 >= 4.0.3, PHP 5)
  3181. int pg_set_error_verbosity ( [resource $connection], int $verbosity) (PHP 5 >= 5.1.0)
  3182. bool pg_trace (string $pathname [, string $mode="w" [, resource $connection]]) (PHP 4 >= 4.0.1, PHP 5)
  3183. int pg_transaction_status (resource $connection) (PHP 5 >= 5.1.0)
  3184. string pg_tty ( [resource $connection]) (PHP 4, PHP 5)
  3185. string pg_unescape_bytea (string $data) (PHP 4 >= 4.3.0, PHP 5)
  3186. bool pg_untrace ( [resource $connection]) (PHP 4 >= 4.0.1, PHP 5)
  3187. mixed pg_update (resource $connection, string $table_name, array $data, array $condition [, int $options=PGSQL_DML_EXEC]) (PHP 4 >= 4.3.0, PHP 5)
  3188. array pg_version ( [resource $connection]) (PHP 5)
  3189. bool php_check_syntax (string $filename [, string& $error_message]) (PHP 5 <= 5.0.4)
  3190. string php_ini_loaded_file (void) (PHP 5 >= 5.2.4)
  3191. string php_ini_scanned_files (void) (PHP 4 >= 4.3.0, PHP 5)
  3192. string php_logo_guid (void) (PHP 4, PHP 5 < 5.5)
  3193. string php_sapi_name (void) (PHP 4 >= 4.0.1, PHP 5)
  3194. string php_strip_whitespace (string $filename) (PHP 5)
  3195. string php_uname ( [string $mode="a"]) (PHP 4 >= 4.0.2, PHP 5)
  3196. bool phpcredits ( [int $flag=CREDITS_ALL]) (PHP 4, PHP 5)
  3197. bool phpinfo ( [int $what=INFO_ALL]) (PHP 4, PHP 5)
  3198. string phpversion ( [string $extension]) (PHP 4, PHP 5)
  3199. float pi (void) (PHP 4, PHP 5)
  3200. bool png2wbmp (string $pngname, string $wbmpname, int $dest_height, int $dest_width, int $threshold) (PHP 4 >= 4.0.5, PHP 5)
  3201. resource popen (string $command, string $mode) (PHP 4, PHP 5)
  3202. ) (PHP 4, PHP 5)
  3203. bool posix_access (string $file [, int $mode=POSIX_F_OK]) (PHP 5 >= 5.1.0)
  3204. string posix_ctermid (void) (PHP 4, PHP 5)
  3205. ) (PHP 4 >= 4.2.0, PHP 5)
  3206. int posix_get_last_error (void) (PHP 4 >= 4.2.0, PHP 5)
  3207. string posix_getcwd (void) (PHP 4, PHP 5)
  3208. int posix_getegid (void) (PHP 4, PHP 5)
  3209. int posix_geteuid (void) (PHP 4, PHP 5)
  3210. int posix_getgid (void) (PHP 4, PHP 5)
  3211. array posix_getgrgid (int $gid) (PHP 4, PHP 5)
  3212. array posix_getgrnam (string $name) (PHP 4, PHP 5)
  3213. array posix_getgroups (void) (PHP 4, PHP 5)
  3214. string posix_getlogin (void) (PHP 4, PHP 5)
  3215. int posix_getpgid (int $pid) (PHP 4, PHP 5)
  3216. int posix_getpgrp (void) (PHP 4, PHP 5)
  3217. int posix_getpid (void) (PHP 4, PHP 5)
  3218. int posix_getppid (void) (PHP 4, PHP 5)
  3219. array posix_getpwnam (string $username) (PHP 4, PHP 5)
  3220. array posix_getpwuid (int $uid) (PHP 4, PHP 5)
  3221. array posix_getrlimit (void) (PHP 4, PHP 5)
  3222. int posix_getsid (int $pid) (PHP 4, PHP 5)
  3223. int posix_getuid (void) (PHP 4, PHP 5)
  3224. bool posix_initgroups (string $name, int $base_group_id) (PHP 5 >= 5.2.0)
  3225. bool posix_isatty (int $fd) (PHP 4, PHP 5)
  3226. bool posix_kill (int $pid, int $sig) (PHP 4, PHP 5)
  3227. bool posix_mkfifo (string $pathname, int $mode) (PHP 4, PHP 5)
  3228. bool posix_mknod (string $pathname, int $mode [, int $major=0 [, int $minor=0]]) (PHP 5 >= 5.1.0)
  3229. bool posix_setegid (int $gid) (PHP 4 >= 4.0.2, PHP 5)
  3230. bool posix_seteuid (int $uid) (PHP 4 >= 4.0.2, PHP 5)
  3231. bool posix_setgid (int $gid) (PHP 4, PHP 5)
  3232. bool posix_setpgid (int $pid, int $pgid) (PHP 4, PHP 5)
  3233. int posix_setsid (void) (PHP 4, PHP 5)
  3234. bool posix_setuid (int $uid) (PHP 4, PHP 5)
  3235. string posix_strerror (int $errno) (PHP 4 >= 4.2.0, PHP 5)
  3236. array posix_times (void) (PHP 4, PHP 5)
  3237. string posix_ttyname (int $fd) (PHP 4, PHP 5)
  3238. array posix_uname (void) (PHP 4, PHP 5)
  3239. number pow (number $base, number $exp) (PHP 4, PHP 5)
  3240. mixed preg_filter (mixed $pattern, mixed $replacement, mixed $subject [, int $limit=-1 [, int& $count]]) (PHP 5 >= 5.3.0)
  3241. array preg_grep (string $pattern, array $input [, int $flags=0]) (PHP 4, PHP 5)
  3242. int preg_last_error (void) (PHP 5 >= 5.2.0)
  3243. int preg_match_all (string $pattern, string $subject [, array& $matches [, int $flags= PREG_PATTERN_ORDER [, int $offset=0]]]) (PHP 4, PHP 5)
  3244. int preg_match (string $pattern, string $subject [, array& $matches [, int $flags=0 [, int $offset=0]]]) (PHP 4, PHP 5)
  3245. string preg_quote (string $str [, string $delimiter= NULL]) (PHP 4, PHP 5)
  3246. mixed preg_replace_callback (mixed $pattern, callable $callback, mixed $subject [, int $limit=-1 [, int& $count]]) (PHP 4 >= 4.0.5, PHP 5)
  3247. mixed preg_replace (mixed $pattern, mixed $replacement, mixed $subject [, int $limit=-1 [, int& $count]]) (PHP 4, PHP 5)
  3248. array preg_split (string $pattern, string $subject [, int $limit=-1 [, int $flags=0]]) (PHP 4, PHP 5)
  3249. mixed prev (array& $array) (PHP 4, PHP 5)
  3250. mixed print_r (mixed $expression [, bool $return=false]) (PHP 4, PHP 5)
  3251. int print (string $arg) (PHP 4, PHP 5)
  3252. void printer_abort (resource $printer_handle) (PECL printer SVN)
  3253. void printer_close (resource $printer_handle) (PECL printer SVN)
  3254. resource printer_create_brush (int $style, string $color) (PECL printer SVN)
  3255. void printer_create_dc (resource $printer_handle) (PECL printer SVN)
  3256. resource printer_create_font (string $face, int $height, int $width, int $font_weight, bool $italic, bool $underline, bool $strikeout, int $orientation) (PECL printer SVN)
  3257. resource printer_create_pen (int $style, int $width, string $color) (PECL printer SVN)
  3258. void printer_delete_brush (resource $brush_handle) (PECL printer SVN)
  3259. bool printer_delete_dc (resource $printer_handle) (PECL printer SVN)
  3260. void printer_delete_font (resource $font_handle) (PECL printer SVN)
  3261. void printer_delete_pen (resource $pen_handle) (PECL printer SVN)
  3262. bool printer_draw_bmp (resource $printer_handle, string $filename, int $x, int $y [, int $width], int $height) (PECL printer SVN)
  3263. void printer_draw_chord (resource $printer_handle, int $rec_x, int $rec_y, int $rec_x1, int $rec_y1, int $rad_x, int $rad_y, int $rad_x1, int $rad_y1) (PECL printer SVN)
  3264. void printer_draw_elipse (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y) (PECL printer SVN)
  3265. void printer_draw_line (resource $printer_handle, int $from_x, int $from_y, int $to_x, int $to_y) (PECL printer SVN)
  3266. void printer_draw_pie (resource $printer_handle, int $rec_x, int $rec_y, int $rec_x1, int $rec_y1, int $rad1_x, int $rad1_y, int $rad2_x, int $rad2_y) (PECL printer SVN)
  3267. void printer_draw_rectangle (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y) (PECL printer SVN)
  3268. void printer_draw_roundrect (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y, int $width, int $height) (PECL printer SVN)
  3269. void printer_draw_text (resource $printer_handle, string $text, int $x, int $y) (PECL printer SVN)
  3270. bool printer_end_doc (resource $printer_handle) (PECL printer SVN)
  3271. bool printer_end_page (resource $printer_handle) (PECL printer SVN)
  3272. mixed printer_get_option (resource $printer_handle, string $option) (PECL printer SVN)
  3273. array printer_list (int $enumtype [, string $name [, int $level]]) (PECL printer SVN)
  3274. int printer_logical_fontheight (resource $printer_handle, int $height) (PECL printer SVN)
  3275. resource printer_open ( [string $printername]) (PECL printer SVN)
  3276. void printer_select_brush (resource $printer_handle, resource $brush_handle) (PECL printer SVN)
  3277. void printer_select_font (resource $printer_handle, resource $font_handle) (PECL printer SVN)
  3278. void printer_select_pen (resource $printer_handle, resource $pen_handle) (PECL printer SVN)
  3279. bool printer_set_option (resource $printer_handle, int $option, mixed $value) (PECL printer SVN)
  3280. bool printer_start_doc (resource $printer_handle [, string $document]) (PECL printer SVN)
  3281. bool printer_start_page (resource $printer_handle) (PECL printer SVN)
  3282. bool printer_write (resource $printer_handle, string $content) (PECL printer SVN)
  3283. int printf (string $format [, mixed $args [, mixed $...]]) (PHP 4, PHP 5)
  3284. int proc_close (resource $process) (PHP 4 >= 4.3.0, PHP 5)
  3285. array proc_get_status (resource $process) (PHP 5)
  3286. bool proc_nice (int $increment) (PHP 5)
  3287. resource proc_open (string $cmd, array $descriptorspec, array& $pipes [, string $cwd [, array $env [, array $other_options]]]) (PHP 4 >= 4.3.0, PHP 5)
  3288. bool proc_terminate (resource $process [, int $signal=15]) (PHP 5)
  3289. bool property_exists (mixed $class, string $property) (PHP 5 >= 5.1.0)
  3290. int ps_add_bookmark (resource $psdoc, string $text [, int $parent=0 [, int $open=0]]) (PECL ps >= 1.1.0)
  3291. bool ps_add_launchlink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename) (PECL ps >= 1.1.0)
  3292. bool ps_add_locallink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, int $page, string $dest) (PECL ps >= 1.1.0)
  3293. bool ps_add_note (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $contents, string $title, string $icon, int $open) (PECL ps >= 1.1.0)
  3294. bool ps_add_pdflink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename, int $page, string $dest) (PECL ps >= 1.1.0)
  3295. bool ps_add_weblink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $url) (PECL ps >= 1.1.0)
  3296. bool ps_arc (resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta) (PECL ps >= 1.1.0)
  3297. bool ps_arcn (resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta) (PECL ps >= 1.1.0)
  3298. bool ps_begin_page (resource $psdoc, float $width, float $height) (PECL ps >= 1.1.0)
  3299. int ps_begin_pattern (resource $psdoc, float $width, float $height, float $xstep, float $ystep, int $painttype) (PECL ps >= 1.2.0)
  3300. int ps_begin_template (resource $psdoc, float $width, float $height) (PECL ps >= 1.2.0)
  3301. bool ps_circle (resource $psdoc, float $x, float $y, float $radius) (PECL ps >= 1.1.0)
  3302. bool ps_clip (resource $psdoc) (PECL ps >= 1.1.0)
  3303. void ps_close_image (resource $psdoc, int $imageid) (PECL ps >= 1.1.0)
  3304. bool ps_close (resource $psdoc) (PECL ps >= 1.1.0)
  3305. bool ps_closepath_stroke (resource $psdoc) (PECL ps >= 1.1.0)
  3306. bool ps_closepath (resource $psdoc) (PECL ps >= 1.1.0)
  3307. bool ps_continue_text (resource $psdoc, string $text) (PECL ps >= 1.1.0)
  3308. bool ps_curveto (resource $psdoc, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) (PECL ps >= 1.1.0)
  3309. bool ps_delete (resource $psdoc) (PECL ps >= 1.1.0)
  3310. bool ps_end_page (resource $psdoc) (PECL ps >= 1.1.0)
  3311. bool ps_end_pattern (resource $psdoc) (PECL ps >= 1.2.0)
  3312. bool ps_end_template (resource $psdoc) (PECL ps >= 1.2.0)
  3313. bool ps_fill_stroke (resource $psdoc) (PECL ps >= 1.1.0)
  3314. bool ps_fill (resource $psdoc) (PECL ps >= 1.1.0)
  3315. int ps_findfont (resource $psdoc, string $fontname, string $encoding [, bool $embed=false]) (PECL ps >= 1.1.0)
  3316. string ps_get_buffer (resource $psdoc) (PECL ps >= 1.1.0)
  3317. string ps_get_parameter (resource $psdoc, string $name [, float $modifier]) (PECL ps >= 1.1.0)
  3318. float ps_get_value (resource $psdoc, string $name [, float $modifier]) (PECL ps >= 1.1.0)
  3319. array ps_hyphenate (resource $psdoc, string $text) (PECL ps >= 1.1.1)
  3320. bool ps_include_file (resource $psdoc, string $file) (PECL ps >= 1.3.4)
  3321. bool ps_lineto (resource $psdoc, float $x, float $y) (PECL ps >= 1.1.0)
  3322. int ps_makespotcolor (resource $psdoc, string $name [, int $reserved=0]) (PECL ps >= 1.1.0)
  3323. bool ps_moveto (resource $psdoc, float $x, float $y) (PECL ps >= 1.1.0)
  3324. resource ps_new (void) (PECL ps >= 1.1.0)
  3325. bool ps_open_file (resource $psdoc [, string $filename]) (PECL ps >= 1.1.0)
  3326. int ps_open_image_file (resource $psdoc, string $type, string $filename [, string $stringparam [, int $intparam=0]]) (PECL ps >= 1.1.0)
  3327. int ps_open_image (resource $psdoc, string $type, string $source, string $data, int $lenght, int $width, int $height, int $components, int $bpc, string $params) (PECL ps >= 1.1.0)
  3328. int ps_open_memory_image (resource $psdoc, int $gd) (PECL ps >= 1.1.0)
  3329. bool ps_place_image (resource $psdoc, int $imageid, float $x, float $y, float $scale) (PECL ps >= 1.1.0)
  3330. bool ps_rect (resource $psdoc, float $x, float $y, float $width, float $height) (PECL ps >= 1.1.0)
  3331. bool ps_restore (resource $psdoc) (PECL ps >= 1.1.0)
  3332. bool ps_rotate (resource $psdoc, float $rot) (PECL ps >= 1.1.0)
  3333. bool ps_save (resource $psdoc) (PECL ps >= 1.1.0)
  3334. bool ps_scale (resource $psdoc, float $x, float $y) (PECL ps >= 1.1.0)
  3335. bool ps_set_border_color (resource $psdoc, float $red, float $green, float $blue) (PECL ps >= 1.1.0)
  3336. bool ps_set_border_dash (resource $psdoc, float $black, float $white) (PECL ps >= 1.1.0)
  3337. bool ps_set_border_style (resource $psdoc, string $style, float $width) (PECL ps >= 1.1.0)
  3338. bool ps_set_info (resource $p, string $key, string $val) (PECL ps >= 1.1.0)
  3339. bool ps_set_parameter (resource $psdoc, string $name, string $value) (PECL ps >= 1.1.0)
  3340. bool ps_set_text_pos (resource $psdoc, float $x, float $y) (PECL ps >= 1.1.0)
  3341. bool ps_set_value (resource $psdoc, string $name, float $value) (PECL ps >= 1.1.0)
  3342. bool ps_setcolor (resource $psdoc, string $type, string $colorspace, float $c1, float $c2, float $c3, float $c4) (PECL ps >= 1.1.0)
  3343. bool ps_setdash (resource $psdoc, float $on, float $off) (PECL ps >= 1.1.0)
  3344. bool ps_setflat (resource $psdoc, float $value) (PECL ps >= 1.1.0)
  3345. bool ps_setfont (resource $psdoc, int $fontid, float $size) (PECL ps >= 1.1.0)
  3346. bool ps_setgray (resource $psdoc, float $gray) (PECL ps >= 1.1.0)
  3347. bool ps_setlinecap (resource $psdoc, int $type) (PECL ps >= 1.1.0)
  3348. bool ps_setlinejoin (resource $psdoc, int $type) (PECL ps >= 1.1.0)
  3349. bool ps_setlinewidth (resource $psdoc, float $width) (PECL ps >= 1.1.0)
  3350. bool ps_setmiterlimit (resource $psdoc, float $value) (PECL ps >= 1.1.0)
  3351. bool ps_setoverprintmode (resource $psdoc, int $mode) (PECL ps >= 1.3.0)
  3352. bool ps_setpolydash (resource $psdoc, float $arr) (PECL ps >= 1.1.0)
  3353. int ps_shading_pattern (resource $psdoc, int $shadingid, string $optlist) (PECL ps >= 1.3.0)
  3354. int ps_shading (resource $psdoc, string $type, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist) (PECL ps >= 1.3.0)
  3355. bool ps_shfill (resource $psdoc, int $shadingid) (PECL ps >= 1.3.0)
  3356. int ps_show_boxed (resource $psdoc, string $text, float $left, float $bottom, float $width, float $height, string $hmode [, string $feature]) (PECL ps >= 1.1.0)
  3357. bool ps_show_xy (resource $psdoc, string $text, float $x, float $y) (PECL ps >= 1.1.0)
  3358. bool ps_show_xy2 (resource $psdoc, string $text, int $len, float $xcoor, float $ycoor) (PECL ps >= 1.1.0)
  3359. bool ps_show (resource $psdoc, string $text) (PECL ps >= 1.1.0)
  3360. bool ps_show2 (resource $psdoc, string $text, int $len) (PECL ps >= 1.1.0)
  3361. array ps_string_geometry (resource $psdoc, string $text [, int $fontid=0 [, float $size=0.0]]) (PECL ps >= 1.2.0)
  3362. float ps_stringwidth (resource $psdoc, string $text [, int $fontid=0 [, float $size=0.0]]) (PECL ps >= 1.1.0)
  3363. bool ps_stroke (resource $psdoc) (PECL ps >= 1.1.0)
  3364. string ps_symbol_name (resource $psdoc, int $ord [, int $fontid=0]) (PECL ps >= 1.2.0)
  3365. float ps_symbol_width (resource $psdoc, int $ord [, int $fontid=0 [, float $size=0.0]]) (PECL ps >= 1.2.0)
  3366. bool ps_symbol (resource $psdoc, int $ord) (PECL ps >= 1.2.0)
  3367. bool ps_translate (resource $psdoc, float $x, float $y) (PECL ps >= 1.1.0)
  3368. bool pspell_add_to_personal (int $dictionary_link, string $word) (PHP 4 >= 4.0.2, PHP 5)
  3369. bool pspell_add_to_session (int $dictionary_link, string $word) (PHP 4 >= 4.0.2, PHP 5)
  3370. bool pspell_check (int $dictionary_link, string $word) (PHP 4 >= 4.0.2, PHP 5)
  3371. bool pspell_clear_session (int $dictionary_link) (PHP 4 >= 4.0.2, PHP 5)
  3372. int pspell_config_create (string $language [, string $spelling [, string $jargon [, string $encoding]]]) (PHP 4 >= 4.0.2, PHP 5)
  3373. bool pspell_config_data_dir (int $conf, string $directory) (PHP 5)
  3374. bool pspell_config_dict_dir (int $conf, string $directory) (PHP 5)
  3375. bool pspell_config_ignore (int $dictionary_link, int $n) (PHP 4 >= 4.0.2, PHP 5)
  3376. bool pspell_config_mode (int $dictionary_link, int $mode) (PHP 4 >= 4.0.2, PHP 5)
  3377. bool pspell_config_personal (int $dictionary_link, string $file) (PHP 4 >= 4.0.2, PHP 5)
  3378. bool pspell_config_repl (int $dictionary_link, string $file) (PHP 4 >= 4.0.2, PHP 5)
  3379. bool pspell_config_runtogether (int $dictionary_link, bool $flag) (PHP 4 >= 4.0.2, PHP 5)
  3380. bool pspell_config_save_repl (int $dictionary_link, bool $flag) (PHP 4 >= 4.0.2, PHP 5)
  3381. int pspell_new_config (int $config) (PHP 4 >= 4.0.2, PHP 5)
  3382. int pspell_new_personal (string $personal, string $language [, string $spelling [, string $jargon [, string $encoding [, int $mode=0]]]]) (PHP 4 >= 4.0.2, PHP 5)
  3383. int pspell_new (string $language [, string $spelling [, string $jargon [, string $encoding [, int $mode=0]]]]) (PHP 4 >= 4.0.2, PHP 5)
  3384. bool pspell_save_wordlist (int $dictionary_link) (PHP 4 >= 4.0.2, PHP 5)
  3385. bool pspell_store_replacement (int $dictionary_link, string $misspelled, string $correct) (PHP 4 >= 4.0.2, PHP 5)
  3386. array pspell_suggest (int $dictionary_link, string $word) (PHP 4 >= 4.0.2, PHP 5)
  3387. bool putenv (string $setting) (PHP 4, PHP 5)
  3388. bool px_close (resource $pxdoc) (PECL paradox >= 1.0.0)
  3389. bool px_create_fp (resource $pxdoc, resource $file, array $fielddesc) (PECL paradox >= 1.0.0)
  3390. string px_date2string (resource $pxdoc, int $value, string $format) (PECL paradox >= 1.4.0)
  3391. bool px_delete_record (resource $pxdoc, int $num) (PECL paradox >= 1.4.0)
  3392. bool px_delete (resource $pxdoc) (PECL paradox >= 1.0.0)
  3393. array px_get_field (resource $pxdoc, int $fieldno) (PECL paradox >= 1.0.0)
  3394. array px_get_info (resource $pxdoc) (PECL paradox >= 1.0.0)
  3395. string px_get_parameter (resource $pxdoc, string $name) (PECL paradox >= 1.1.0)
  3396. array px_get_record (resource $pxdoc, int $num [, int $mode=0]) (PECL paradox >= 1.0.0)
  3397. array px_get_schema (resource $pxdoc [, int $mode=0]) (PECL paradox >= 1.0.0)
  3398. float px_get_value (resource $pxdoc, string $name) (PECL paradox >= 1.1.0)
  3399. int px_insert_record (resource $pxdoc, array $data) (PECL paradox >= 1.4.0)
  3400. resource px_new (void) (PECL paradox >= 1.0.0)
  3401. int px_numfields (resource $pxdoc) (PECL paradox >= 1.0.0)
  3402. int px_numrecords (resource $pxdoc) (PECL paradox >= 1.0.0)
  3403. bool px_open_fp (resource $pxdoc, resource $file) (PECL paradox >= 1.0.0)
  3404. bool px_put_record (resource $pxdoc, array $record [, int $recpos=-1]) (PECL paradox >= 1.0.0)
  3405. array px_retrieve_record (resource $pxdoc, int $num [, int $mode=0]) (PECL paradox >= 1.4.0)
  3406. bool px_set_blob_file (resource $pxdoc, string $filename) (PECL paradox >= 1.3.0)
  3407. bool px_set_parameter (resource $pxdoc, string $name, string $value) (PECL paradox >= 1.1.0)
  3408. void px_set_tablename (resource $pxdoc, string $name) (PECL paradox >= 1.0.0)
  3409. bool px_set_targetencoding (resource $pxdoc, string $encoding) (PECL paradox >= 1.0.0)
  3410. bool px_set_value (resource $pxdoc, string $name, float $value) (PECL paradox >= 1.1.0)
  3411. string px_timestamp2string (resource $pxdoc, float $value, string $format) (PECL paradox >= 1.4.0)
  3412. bool px_update_record (resource $pxdoc, array $data, int $num) (PECL paradox >= 1.4.0)
  3413. string qdom_error (void) (PHP 4 >= 4.0.5)
  3414. QDomDocument qdom_tree (string $doc) (PHP 4 >= 4.0.4)
  3415. string quoted_printable_decode (string $str) (PHP 4, PHP 5)
  3416. string quoted_printable_encode (string $str) (PHP 5 >= 5.3.0)
  3417. string quotemeta (string $str) (PHP 4, PHP 5)
  3418. float rad2deg (float $number) (PHP 4, PHP 5)
  3419. resource radius_acct_open (void) (PECL radius >= 1.1.0)
  3420. bool radius_add_server (resource $radius_handle, string $hostname, int $port, string $secret, int $timeout, int $max_tries) (PECL radius >= 1.1.0)
  3421. resource radius_auth_open (void) (PECL radius >= 1.1.0)
  3422. bool radius_close (resource $radius_handle) (PECL radius >= 1.1.0)
  3423. bool radius_config (resource $radius_handle, string $file) (PECL radius >= 1.1.0)
  3424. bool radius_create_request (resource $radius_handle, int $type) (PECL radius >= 1.1.0)
  3425. string radius_cvt_addr (string $data) (PECL radius >= 1.1.0)
  3426. int radius_cvt_int (string $data) (PECL radius >= 1.1.0)
  3427. string radius_cvt_string (string $data) (PECL radius >= 1.1.0)
  3428. string radius_demangle_mppe_key (resource $radius_handle, string $mangled) (PECL radius >= 1.2.0)
  3429. string radius_demangle (resource $radius_handle, string $mangled) (PECL radius >= 1.2.0)
  3430. mixed radius_get_attr (resource $radius_handle) (PECL radius >= 1.1.0)
  3431. array radius_get_vendor_attr (string $data) (PECL radius >= 1.1.0)
  3432. bool radius_put_addr (resource $radius_handle, int $type, string $addr) (PECL radius >= 1.1.0)
  3433. bool radius_put_attr (resource $radius_handle, int $type, string $value) (PECL radius >= 1.1.0)
  3434. bool radius_put_int (resource $radius_handle, int $type, int $value) (PECL radius >= 1.1.0)
  3435. bool radius_put_string (resource $radius_handle, int $type, string $value) (PECL radius >= 1.1.0)
  3436. bool radius_put_vendor_addr (resource $radius_handle, int $vendor, int $type, string $addr) (PECL radius >= 1.1.0)
  3437. bool radius_put_vendor_attr (resource $radius_handle, int $vendor, int $type, string $value) (PECL radius >= 1.1.0)
  3438. bool radius_put_vendor_int (resource $radius_handle, int $vendor, int $type, int $value) (PECL radius >= 1.1.0)
  3439. bool radius_put_vendor_string (resource $radius_handle, int $vendor, int $type, string $value) (PECL radius >= 1.1.0)
  3440. string radius_request_authenticator (resource $radius_handle) (PECL radius >= 1.1.0)
  3441. int radius_send_request (resource $radius_handle) (PECL radius >= 1.1.0)
  3442. string radius_server_secret (resource $radius_handle) (PECL radius >= 1.1.0)
  3443. string radius_strerror (resource $radius_handle) (PECL radius >= 1.1.0)
  3444. int rand (void) (PHP 4, PHP 5)
  3445. array range (mixed $start, mixed $end [, number $step=1]) (PHP 4, PHP 5)
  3446. string rar_wrapper_cache_stats (void) (PECL rar >= 3.0.0)
  3447. string rawurldecode (string $str) (PHP 4, PHP 5)
  3448. string rawurlencode (string $str) (PHP 4, PHP 5)
  3449. ) (PHP 4 >= 4.0.1, PHP 5)
  3450. string readdir ( [resource $dir_handle]) (PHP 4, PHP 5)
  3451. int readfile (string $filename [, bool $use_include_path=false [, resource $context]]) (PHP 4, PHP 5)
  3452. int readgzfile (string $filename [, int $use_include_path=0]) (PHP 4, PHP 5)
  3453. bool readline_add_history (string $line) (PHP 4, PHP 5)
  3454. bool readline_callback_handler_install (string $prompt, callable $callback) (PHP 5 >= 5.1.0)
  3455. bool readline_callback_handler_remove (void) (PHP 5 >= 5.1.0)
  3456. void readline_callback_read_char (void) (PHP 5 >= 5.1.0)
  3457. bool readline_clear_history (void) (PHP 4, PHP 5)
  3458. bool readline_completion_function (callable $function) (PHP 4, PHP 5)
  3459. mixed readline_info ( [string $varname [, string $newvalue]]) (PHP 4, PHP 5)
  3460. array readline_list_history (void) (PHP 4, PHP 5)
  3461. void readline_on_new_line (void) (PHP 5 >= 5.1.0)
  3462. bool readline_read_history ( [string $filename]) (PHP 4, PHP 5)
  3463. void readline_redisplay (void) (PHP 5 >= 5.1.0)
  3464. bool readline_write_history ( [string $filename]) (PHP 4, PHP 5)
  3465. string readline ( [string $prompt]) (PHP 4, PHP 5)
  3466. string readlink (string $path) (PHP 4, PHP 5)
  3467. array realpath_cache_get (void) (PHP 5 >= 5.3.2)
  3468. int realpath_cache_size (void) (PHP 5 >= 5.3.2)
  3469. string realpath (string $path) (PHP 4, PHP 5)
  3470. bool recode_file (string $request, resource $input, resource $output) (PHP 4, PHP 5)
  3471. string recode_string (string $request, string $string) (PHP 4, PHP 5)
  3472. ) (PHP 4, PHP 5)
  3473. void register_shutdown_function (callable $callback [, mixed $parameter [, mixed $...]]) (PHP 4, PHP 5)
  3474. bool register_tick_function (callable $function [, mixed $arg [, mixed $...]]) (PHP 4 >= 4.0.3, PHP 5)
  3475. bool rename_function (string $original_name, string $new_name) (PECL apd >= 0.2)
  3476. bool rename (string $oldname, string $newname [, resource $context]) (PHP 4, PHP 5)
  3477. ) (PHP 4, PHP 5)
  3478. ) (PHP 4, PHP 5)
  3479. mixed reset (array& $array) (PHP 4, PHP 5)
  3480. bool restore_error_handler (void) (PHP 4 >= 4.0.1, PHP 5)
  3481. bool restore_exception_handler (void) (PHP 5)
  3482. void restore_include_path (void) (PHP 4 >= 4.3.0, PHP 5)
  3483. ) (PHP 4, PHP 5)
  3484. bool rewind (resource $handle) (PHP 4, PHP 5)
  3485. void rewinddir ( [resource $dir_handle]) (PHP 4, PHP 5)
  3486. bool rmdir (string $dirname [, resource $context]) (PHP 4, PHP 5)
  3487. float round (float $val [, int $precision=0 [, int $mode=PHP_ROUND_HALF_UP]]) (PHP 4, PHP 5)
  3488. bool rpm_close (resource $rpmr) (PECL rpmreader >= 0.1.0)
  3489. mixed rpm_get_tag (resource $rpmr, int $tagnum) (PECL rpmreader >= 0.1.0)
  3490. bool rpm_is_valid (string $filename) (PECL rpmreader >= 0.1.0)
  3491. resource rpm_open (string $filename) (PECL rpmreader >= 0.1.0)
  3492. string rpm_version (void) (PECL rpmreader >= 0.3.0)
  3493. bool rrd_create (string $filename, array $options) (PECL rrd >= 0.9.0)
  3494. string rrd_error (void) (PECL rrd >= 0.9.0)
  3495. array rrd_fetch (string $filename, array $options) (PECL rrd >= 0.9.0)
  3496. int rrd_first (string $file [, int $raaindex=0]) (PECL rrd >= 0.9.0)
  3497. array rrd_graph (string $filename, array $options) (PECL rrd >= 0.9.0)
  3498. array rrd_info (string $filename) (PECL rrd >= 0.9.0)
  3499. int rrd_last (string $filename) (PECL rrd >= 0.9.0)
  3500. array rrd_lastupdate (string $filename) (PECL rrd >= 0.9.0)
  3501. bool rrd_restore (string $xml_file, string $rrd_file [, array $options]) (PECL rrd >= 0.9.0)
  3502. bool rrd_tune (string $filename, array $options) (PECL rrd >= 0.9.0)
  3503. bool rrd_update (string $filename, array $options) (PECL rrd >= 0.9.0)
  3504. string rrd_version (void) (PECL rrd >= 1.0.0)
  3505. array rrd_xport (array $options) (PECL rrd >= 0.9.0)
  3506. bool rsort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  3507. string rtrim (string $str [, string $charlist]) (PHP 4, PHP 5)
  3508. bool runkit_class_adopt (string $classname, string $parentname) (PECL runkit >= 0.7.0)
  3509. bool runkit_class_emancipate (string $classname) (PECL runkit >= 0.7.0)
  3510. bool runkit_constant_add (string $constname, mixed $value) (PECL runkit >= 0.7.0)
  3511. bool runkit_constant_redefine (string $constname, mixed $newvalue) (PECL runkit >= 0.7.0)
  3512. bool runkit_constant_remove (string $constname) (PECL runkit >= 0.7.0)
  3513. bool runkit_function_add (string $funcname, string $arglist, string $code) (PECL runkit >= 0.7.0)
  3514. bool runkit_function_copy (string $funcname, string $targetname) (PECL runkit >= 0.7.0)
  3515. bool runkit_function_redefine (string $funcname, string $arglist, string $code) (PECL runkit >= 0.7.0)
  3516. bool runkit_function_remove (string $funcname) (PECL runkit >= 0.7.0)
  3517. bool runkit_function_rename (string $funcname, string $newname) (PECL runkit >= 0.7.0)
  3518. bool runkit_import (string $filename [, int $flags=RUNKIT_IMPORT_CLASS_METHODS]) (PECL runkit >= 0.7.0)
  3519. bool runkit_lint_file (string $filename) (PECL runkit >= 0.7.0)
  3520. bool runkit_lint (string $code) (PECL runkit >= 0.7.0)
  3521. bool runkit_method_add (string $classname, string $methodname, string $args, string $code [, int $flags=RUNKIT_ACC_PUBLIC]) (PECL runkit >= 0.7.0)
  3522. bool runkit_method_copy (string $dClass, string $dMethod, string $sClass [, string $sMethod]) (PECL runkit >= 0.7.0)
  3523. bool runkit_method_redefine (string $classname, string $methodname, string $args, string $code [, int $flags=RUNKIT_ACC_PUBLIC]) (PECL runkit >= 0.7.0)
  3524. bool runkit_method_remove (string $classname, string $methodname) (PECL runkit >= 0.7.0)
  3525. bool runkit_method_rename (string $classname, string $methodname, string $newname) (PECL runkit >= 0.7.0)
  3526. bool runkit_return_value_used (void) (PECL runkit >= 0.8.0)
  3527. mixed runkit_sandbox_output_handler (object $sandbox [, mixed $callback]) (PECL runkit >= 0.7.0)
  3528. array runkit_superglobals (void) (PECL runkit >= 0.7.0)
  3529. array scandir (string $directory [, int $sorting_order=SCANDIR_SORT_ASCENDING [, resource $context]]) (PHP 5)
  3530. bool sem_acquire (resource $sem_identifier) (PHP 4, PHP 5)
  3531. resource sem_get (int $key [, int $max_acquire=1 [, int $perm=0666 [, int $auto_release=1]]]) (PHP 4, PHP 5)
  3532. bool sem_release (resource $sem_identifier) (PHP 4, PHP 5)
  3533. bool sem_remove (resource $sem_identifier) (PHP 4 >= 4.1.0, PHP 5)
  3534. string serialize (mixed $value) (PHP 4, PHP 5)
  3535. int session_cache_expire ( [string $new_cache_expire]) (PHP 4 >= 4.2.0, PHP 5)
  3536. string session_cache_limiter ( [string $cache_limiter]) (PHP 4 >= 4.0.3, PHP 5)
  3537. ) (PHP 4 >= 4.4.0, PHP 5)
  3538. bool session_decode (string $data) (PHP 4, PHP 5)
  3539. bool session_destroy (void) (PHP 4, PHP 5)
  3540. string session_encode (void) (PHP 4, PHP 5)
  3541. array session_get_cookie_params (void) (PHP 4, PHP 5)
  3542. string session_id ( [string $id]) (PHP 4, PHP 5)
  3543. bool session_is_registered (string $name) (PHP 4, PHP 5 < 5.4.0)
  3544. string session_module_name ( [string $module]) (PHP 4, PHP 5)
  3545. string session_name ( [string $name]) (PHP 4, PHP 5)
  3546. bool session_pgsql_add_error (int $error_level [, string $error_message]) (PECL session_pgsql SVN)
  3547. array session_pgsql_get_error ( [bool $with_error_message=false]) (PECL session_pgsql SVN)
  3548. string session_pgsql_get_field (void) (PECL session_pgsql SVN)
  3549. bool session_pgsql_reset (void) (PECL session_pgsql SVN)
  3550. bool session_pgsql_set_field (string $value) (PECL session_pgsql SVN)
  3551. array session_pgsql_status (void) (PECL session_pgsql SVN)
  3552. bool session_regenerate_id ( [bool $delete_old_session=false]) (PHP 4 >= 4.3.2, PHP 5)
  3553. void session_register_shutdown (void) (PHP >=5.4.0)
  3554. bool session_register (mixed $name [, mixed $...]) (PHP 4, PHP 5 < 5.4.0)
  3555. string session_save_path ( [string $path]) (PHP 4, PHP 5)
  3556. void session_set_cookie_params (int $lifetime [, string $path [, string $domain [, bool $secure=false [, bool $httponly=false]]]]) (PHP 4, PHP 5)
  3557. bool session_set_save_handler (callable $open, callable $close, callable $read, callable $write, callable $destroy, callable $gc) (PHP 4, PHP 5)
  3558. bool session_start (void) (PHP 4, PHP 5)
  3559. int session_status (void) (PHP >=5.4.0)
  3560. bool session_unregister (string $name) (PHP 4, PHP 5 < 5.4.0)
  3561. void session_unset (void) (PHP 4, PHP 5)
  3562. void session_write_close (void) (PHP 4 >= 4.0.4, PHP 5)
  3563. mixed set_error_handler (callable $error_handler [, int $error_types=E_ALL|E_STRICT]) (PHP 4 >= 4.0.1, PHP 5)
  3564. callable set_exception_handler (callable $exception_handler) (PHP 5)
  3565. ) (PHP 4, PHP 5)
  3566. string set_include_path (string $new_include_path) (PHP 4 >= 4.3.0, PHP 5)
  3567. bool set_magic_quotes_runtime (bool $new_setting) (PHP 4, PHP 5 < 5.4.0)
  3568. ) (PHP 4, PHP 5)
  3569. void set_time_limit (int $seconds) (PHP 4, PHP 5)
  3570. bool setcookie (string $name [, string $value [, int $expire=0 [, string $path [, string $domain [, bool $secure=false [, bool $httponly=false]]]]]]) (PHP 4, PHP 5)
  3571. string setlocale (int $category, string $locale [, string $...]) (PHP 4, PHP 5)
  3572. void setproctitle (string $title) (PECL proctitle >= 0.1.0)
  3573. bool setrawcookie (string $name [, string $value [, int $expire=0 [, string $path [, string $domain [, bool $secure=false [, bool $httponly=false]]]]]]) (PHP 5)
  3574. bool setthreadtitle (string $title) (PECL proctitle >= 0.1.2)
  3575. bool settype (mixed& $var, string $type) (PHP 4, PHP 5)
  3576. string sha1_file (string $filename [, bool $raw_output=false]) (PHP 4 >= 4.3.0, PHP 5)
  3577. string sha1 (string $str [, bool $raw_output=false]) (PHP 4 >= 4.3.0, PHP 5)
  3578. string shell_exec (string $cmd) (PHP 4, PHP 5)
  3579. resource shm_attach (int $key [, int $memsize [, int $perm=0666]]) (PHP 4, PHP 5)
  3580. bool shm_detach (resource $shm_identifier) (PHP 4, PHP 5)
  3581. mixed shm_get_var (resource $shm_identifier, int $variable_key) (PHP 4, PHP 5)
  3582. bool shm_has_var (resource $shm_identifier, int $variable_key) (PHP 5 >= 5.3.0)
  3583. bool shm_put_var (resource $shm_identifier, int $variable_key, mixed $variable) (PHP 4, PHP 5)
  3584. bool shm_remove_var (resource $shm_identifier, int $variable_key) (PHP 4, PHP 5)
  3585. bool shm_remove (resource $shm_identifier) (PHP 4, PHP 5)
  3586. void shmop_close (int $shmid) (PHP 4 >= 4.0.4, PHP 5)
  3587. bool shmop_delete (int $shmid) (PHP 4 >= 4.0.4, PHP 5)
  3588. int shmop_open (int $key, string $flags, int $mode, int $size) (PHP 4 >= 4.0.4, PHP 5)
  3589. string shmop_read (int $shmid, int $start, int $count) (PHP 4 >= 4.0.4, PHP 5)
  3590. int shmop_size (int $shmid) (PHP 4 >= 4.0.4, PHP 5)
  3591. int shmop_write (int $shmid, string $data, int $offset) (PHP 4 >= 4.0.4, PHP 5)
  3592. ) (PHP 4, PHP 5)
  3593. bool shuffle (array& $array) (PHP 4, PHP 5)
  3594. stringnthmac (string $clent, string $data) (PECL spplus >= 1.0.0)
  3595. int similar_text (string $first, string $second [, float& $percent]) (PHP 4, PHP 5)
  3596. SimpleXMLElement simplexml_import_dom (DOMNode $node [, string $class_name="SimpleXMLElement"]) (PHP 5)
  3597. SimpleXMLElement simplexml_load_file (string $filename [, string $class_name="SimpleXMLElement" [, int $options=0 [, string $ns="" [, bool $is_prefix=false]]]]) (PHP 5)
  3598. SimpleXMLElement simplexml_load_string (string $data [, string $class_name="SimpleXMLElement" [, int $options=0 [, string $ns="" [, bool $is_prefix=false]]]]) (PHP 5)
  3599. float sin (float $arg) (PHP 4, PHP 5)
  3600. float sinh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  3601. ) (PHP 4, PHP 5)
  3602. int sleep (int $seconds) (PHP 4, PHP 5)
  3603. bool snmp_get_quick_print (void) (PHP 4, PHP 5)
  3604. int snmp_get_valueretrieval (void) (PHP 4 >= 4.3.3, PHP 5)
  3605. bool snmp_read_mib (string $filename) (PHP 5)
  3606. bool snmp_set_enum_print (int $enum_print) (PHP 4 >= 4.3.0, PHP 5)
  3607. void snmp_set_oid_numeric_print (int $oid_format) (PHP 4 >= 4.3.0, PHP 5)
  3608. bool snmp_set_oid_output_format (int $oid_format=SNMP_OID_OUTPUT_MODULE) (PHP 5 >= 5.2.0)
  3609. bool snmp_set_quick_print (bool $quick_print) (PHP 4, PHP 5)
  3610. bool snmp_set_valueretrieval (int $method=SNMP_VALUE_LIBRARY) (PHP 4 >= 4.3.3, PHP 5)
  3611. string snmp2_get (string $host, string $community, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP 5 >= 5.2.0)
  3612. string snmp2_getnext (string $host, string $community, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP >= 5.2.0)
  3613. array snmp2_real_walk (string $host, string $community, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP >= 5.2.0)
  3614. bool snmp2_set (string $host, string $community, string $object_id, string $type, string $value [, string $timeout=1000000 [, string $retries=5]]) (PHP >= 5.2.0)
  3615. array snmp2_walk (string $host, string $community, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP >= 5.2.0)
  3616. string snmp3_get (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP 4, PHP 5)
  3617. string snmp3_getnext (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP 5)
  3618. array snmp3_real_walk (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP 4, PHP 5)
  3619. bool snmp3_set (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, string $type, string $value [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3620. array snmp3_walk (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout=1000000 [, string $retries=5]]) (PHP 4, PHP 5)
  3621. string snmpget (string $hostname, string $community, string $object_id [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3622. string snmpgetnext (string $host, string $community, string $object_id [, int $timeout=1000000 [, int $retries=5]]) (PHP 5)
  3623. array snmprealwalk (string $host, string $community, string $object_id [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3624. bool snmpset (string $host, string $community, string $object_id, string $type, mixed $value [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3625. array snmpwalk (string $hostname, string $community, string $object_id [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3626. array snmpwalkoid (string $hostname, string $community, string $object_id [, int $timeout=1000000 [, int $retries=5]]) (PHP 4, PHP 5)
  3627. resource socket_accept (resource $socket) (PHP 4 >= 4.1.0, PHP 5)
  3628. bool socket_bind (resource $socket, string $address [, int $port=0]) (PHP 4 >= 4.1.0, PHP 5)
  3629. void socket_clear_error ( [resource $socket]) (PHP 4 >= 4.2.0, PHP 5)
  3630. void socket_close (resource $socket) (PHP 4 >= 4.1.0, PHP 5)
  3631. bool socket_connect (resource $socket, string $address [, int $port=0]) (PHP 4 >= 4.1.0, PHP 5)
  3632. resource socket_create_listen (int $port [, int $backlog=128]) (PHP 4 >= 4.1.0, PHP 5)
  3633. bool socket_create_pair (int $domain, int $type, int $protocol, array& $fd) (PHP 4 >= 4.1.0, PHP 5)
  3634. resource socket_create (int $domain, int $type, int $protocol) (PHP 4 >= 4.1.0, PHP 5)
  3635. mixed socket_get_option (resource $socket, int $level, int $optname) (PHP 4 >= 4.3.0, PHP 5)
  3636. ) (PHP 4, PHP 5)
  3637. bool socket_getpeername (resource $socket, string& $address [, int& $port]) (PHP 4 >= 4.1.0, PHP 5)
  3638. bool socket_getsockname (resource $socket, string& $addr [, int& $port]) (PHP 4 >= 4.1.0, PHP 5)
  3639. resource socket_import_stream (resource $stream) (PHP 4 >= 5.4.0)
  3640. int socket_last_error ( [resource $socket]) (PHP 4 >= 4.1.0, PHP 5)
  3641. bool socket_listen (resource $socket [, int $backlog=0]) (PHP 4 >= 4.1.0, PHP 5)
  3642. string socket_read (resource $socket, int $length [, int $type=PHP_BINARY_READ]) (PHP 4 >= 4.1.0, PHP 5)
  3643. int socket_recv (resource $socket, string& $buf, int $len, int $flags) (PHP 4 >= 4.1.0, PHP 5)
  3644. int socket_recvfrom (resource $socket, string& $buf, int $len, int $flags, string& $name [, int& $port]) (PHP 4 >= 4.1.0, PHP 5)
  3645. int socket_select (array& $read, array& $write, array& $except, int $tv_sec [, int $tv_usec=0]) (PHP 4 >= 4.1.0, PHP 5)
  3646. int socket_send (resource $socket, string $buf, int $len, int $flags) (PHP 4 >= 4.1.0, PHP 5)
  3647. int socket_sendto (resource $socket, string $buf, int $len, int $flags, string $addr [, int $port=0]) (PHP 4 >= 4.1.0, PHP 5)
  3648. bool socket_set_block (resource $socket) (PHP 4 >= 4.2.0, PHP 5)
  3649. ) (PHP 4, PHP 5)
  3650. bool socket_set_nonblock (resource $socket) (PHP 4 >= 4.1.0, PHP 5)
  3651. bool socket_set_option (resource $socket, int $level, int $optname, mixed $optval) (PHP 4 >= 4.3.0, PHP 5)
  3652. ) (PHP 4, PHP 5)
  3653. bool socket_shutdown (resource $socket [, int $how=2]) (PHP 4 >= 4.1.0, PHP 5)
  3654. string socket_strerror (int $errno) (PHP 4 >= 4.1.0, PHP 5)
  3655. int socket_write (resource $socket, string $buffer [, int $length=0]) (PHP 4 >= 4.1.0, PHP 5)
  3656. string solr_get_version (void) (PECL solr >= 0.9.1)
  3657. bool sort (array& $array [, int $sort_flags=SORT_REGULAR]) (PHP 4, PHP 5)
  3658. string soundex (string $str) (PHP 4, PHP 5)
  3659. void spl_autoload_call (string $class_name) (PHP 5 >= 5.1.2)
  3660. string spl_autoload_extensions ( [string $file_extensions]) (PHP 5 >= 5.1.2)
  3661. array spl_autoload_functions (void) (PHP 5 >= 5.1.2)
  3662. bool spl_autoload_register ( [callable $autoload_function [, bool $throw=true [, bool $prepend=false]]]) (PHP 5 >= 5.1.2)
  3663. bool spl_autoload_unregister (mixed $autoload_function) (PHP 5 >= 5.1.2)
  3664. void spl_autoload (string $class_name [, string $file_extensions=spl_autoload_extensions ()]) (PHP 5 >= 5.1.2)
  3665. array spl_classes (void) (PHP 5)
  3666. string spl_object_hash (object $obj) (PHP 5 >= 5.2.0)
  3667. array split (string $pattern, string $string [, int $limit=-1]) (PHP 4, PHP 5)
  3668. array spliti (string $pattern, string $string [, int $limit=-1]) (PHP 4 >= 4.0.1, PHP 5)
  3669. string sprintf (string $format [, mixed $args [, mixed $...]]) (PHP 4, PHP 5)
  3670. string sql_regcase (string $string) (PHP 4, PHP 5)
  3671. array sqlite_array_query (resource $dbhandle, string $query [, int $result_type=SQLITE_BOTH [, bool $decode_binary=true]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3672. void sqlite_busy_timeout (resource $dbhandle, int $milliseconds) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3673. int sqlite_changes (resource $dbhandle) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3674. void sqlite_close (resource $dbhandle) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3675. mixed sqlite_column (resource $result, mixed $index_or_name [, bool $decode_binary=true]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3676. void sqlite_create_aggregate (resource $dbhandle, string $function_name, callable $step_func, callable $finalize_func [, int $num_args=-1]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3677. void sqlite_create_function (resource $dbhandle, string $function_name, callable $callback [, int $num_args=-1]) (PHP 5 < 5.4.0, sqlite >= 1.0.0)
  3678. array sqlite_current (resource $result [, int $result_type=SQLITE_BOTH [, bool $decode_binary=true]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3679. string sqlite_error_string (int $error_code) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3680. string sqlite_escape_string (string $item) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3681. bool sqlite_exec (resource $dbhandle, string $query [, string& $error_msg]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.3)
  3682. SQLiteDatabase sqlite_factory (string $filename [, int $mode=0666 [, string& $error_message]]) (PHP 5 < 5.4.0)
  3683. array sqlite_fetch_all (resource $result [, int $result_type=SQLITE_BOTH [, bool $decode_binary=true]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3684. array sqlite_fetch_array (resource $result [, int $result_type=SQLITE_BOTH [, bool $decode_binary=true]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3685. array sqlite_fetch_column_types (string $table_name, resource $dbhandle [, int $result_type=SQLITE_ASSOC]) (PHP 5 < 5.4.0)
  3686. object sqlite_fetch_object (resource $result [, string $class_name [, array $ctor_params [, bool $decode_binary=true]]]) (PHP 5 < 5.4.0)
  3687. string sqlite_fetch_single (resource $result [, bool $decode_binary=true]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)
  3688. ) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3689. string sqlite_field_name (resource $result, int $field_index) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3690. bool sqlite_has_more (resource $result) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3691. bool sqlite_has_prev (resource $result) (PHP 5 < 5.4.0)
  3692. int SQLiteResult::key (void) (PHP 5 >= 5.1.0 and < 5.4.0)
  3693. int sqlite_last_error (resource $dbhandle) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3694. int sqlite_last_insert_rowid (resource $dbhandle) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3695. string sqlite_libencoding (void) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3696. string sqlite_libversion (void) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3697. bool sqlite_next (resource $result) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3698. int sqlite_num_fields (resource $result) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3699. int sqlite_num_rows (resource $result) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3700. resource sqlite_open (string $filename [, int $mode=0666 [, string& $error_message]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3701. resource sqlite_popen (string $filename [, int $mode=0666 [, string& $error_message]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3702. bool sqlite_prev (resource $result) (PHP 5 < 5.4.0)
  3703. resource sqlite_query (resource $dbhandle, string $query [, int $result_type=SQLITE_BOTH [, string& $error_msg]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3704. bool sqlite_rewind (resource $result) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3705. bool sqlite_seek (resource $result, int $rownum) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3706. array sqlite_single_query (resource $db, string $query [, bool $first_row_only [, bool $decode_binary]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.1)
  3707. string sqlite_udf_decode_binary (string $data) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3708. string sqlite_udf_encode_binary (string $data) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3709. resource sqlite_unbuffered_query (resource $dbhandle, string $query [, int $result_type=SQLITE_BOTH [, string& $error_msg]]) (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
  3710. bool sqlite_valid (resource $result) (PHP 5 < 5.4.0)
  3711. bool sqlsrv_begin_transaction (resource $conn) (No version information available, might only be in SVN)
  3712. bool sqlsrv_cancel (resource $stmt) (No version information available, might only be in SVN)
  3713. array sqlsrv_client_info (resource $conn) (No version information available, might only be in SVN)
  3714. bool sqlsrv_close (resource $conn) (No version information available, might only be in SVN)
  3715. bool sqlsrv_commit (resource $conn) (No version information available, might only be in SVN)
  3716. bool sqlsrv_configure (string $setting, mixed $value) (No version information available, might only be in SVN)
  3717. resource sqlsrv_connect (string $serverName [, array $connectionInfo]) (No version information available, might only be in SVN)
  3718. mixed sqlsrv_errors ( [int $errorsOrWarnings]) (No version information available, might only be in SVN)
  3719. bool sqlsrv_execute (resource $stmt) (No version information available, might only be in SVN)
  3720. array sqlsrv_fetch_array (resource $stmt [, int $fetchType [, int $row [, int $offset]]]) (No version information available, might only be in SVN)
  3721. mixed sqlsrv_fetch_object (resource $stmt [, string $className [, array $ctorParams [, int $row [, int $offset]]]]) (No version information available, might only be in SVN)
  3722. mixed sqlsrv_fetch (resource $stmt [, int $row [, int $offset]]) (No version information available, might only be in SVN)
  3723. mixed sqlsrv_field_metadata (resource $stmt) (No version information available, might only be in SVN)
  3724. bool sqlsrv_free_stmt (resource $stmt) (No version information available, might only be in SVN)
  3725. mixed sqlsrv_get_config (string $setting) (No version information available, might only be in SVN)
  3726. mixed sqlsrv_get_field (resource $stmt, int $fieldIndex [, int $getAsType]) (No version information available, might only be in SVN)
  3727. bool sqlsrv_has_rows (resource $stmt) (No version information available, might only be in SVN)
  3728. mixed sqlsrv_next_result (resource $stmt) (No version information available, might only be in SVN)
  3729. mixed sqlsrv_num_fields (resource $stmt) (No version information available, might only be in SVN)
  3730. mixed sqlsrv_num_rows (resource $stmt) (No version information available, might only be in SVN)
  3731. mixed sqlsrv_prepare (resource $conn, string $sql [, array $params [, array $options]]) (No version information available, might only be in SVN)
  3732. mixed sqlsrv_query (resource $conn, string $sql [, array $params [, array $options]]) (No version information available, might only be in SVN)
  3733. bool sqlsrv_rollback (resource $conn) (No version information available, might only be in SVN)
  3734. int sqlsrv_rows_affected (resource $stmt) (No version information available, might only be in SVN)
  3735. bool sqlsrv_send_stream_data (resource $stmt) (No version information available, might only be in SVN)
  3736. array sqlsrv_server_info (resource $conn) (No version information available, might only be in SVN)
  3737. float sqrt (float $arg) (PHP 4, PHP 5)
  3738. void srand ( [int $seed]) (PHP 4, PHP 5)
  3739. mixed sscanf (string $str, string $format [, mixed& $...]) (PHP 4 >= 4.0.1, PHP 5)
  3740. int ssdeep_fuzzy_compare (string $signature1, string $signature2) (PECL ssdeep >= 1.0.0)
  3741. string ssdeep_fuzzy_hash_filename (string $file_name) (PECL ssdeep >= 1.0.0)
  3742. string ssdeep_fuzzy_hash (string $to_hash) (PECL ssdeep >= 1.0.0)
  3743. bool ssh2_auth_agent (resource $session, string $username) (PECL ssh2 >= 0.12)
  3744. bool ssh2_auth_hostbased_file (resource $session, string $username, string $hostname, string $pubkeyfile, string $privkeyfile [, string $passphrase [, string $local_username]]) (PECL ssh2 >= 0.9.0)
  3745. mixed ssh2_auth_none (resource $session, string $username) (PECL ssh2 >= 0.9.0)
  3746. bool ssh2_auth_password (resource $session, string $username, string $password) (PECL ssh2 >= 0.9.0)
  3747. bool ssh2_auth_pubkey_file (resource $session, string $username, string $pubkeyfile, string $privkeyfile [, string $passphrase]) (PECL ssh2 >= 0.9.0)
  3748. resource ssh2_connect (string $host [, int $port=22 [, array $methods [, array $callbacks]]]) (PECL ssh2 >= 0.9.0)
  3749. resource ssh2_exec (resource $session, string $command [, string $pty [, array $env [, int $width=80 [, int $height=25 [, int $width_height_type=SSH2_TERM_UNIT_CHARS]]]]]) (PECL ssh2 >= 0.9.0)
  3750. resource ssh2_fetch_stream (resource $channel, int $streamid) (PECL ssh2 >= 0.9.0)
  3751. string ssh2_fingerprint (resource $session [, int $flags=SSH2_FINGERPRINT_MD5|SSH2_FINGERPRINT_HEX]) (PECL ssh2 >= 0.9.0)
  3752. array ssh2_methods_negotiated (resource $session) (PECL ssh2 >= 0.9.0)
  3753. bool ssh2_publickey_add (resource $pkey, string $algoname, string $blob [, bool $overwrite=false [, array $attributes]]) (PECL ssh2 >= 0.10)
  3754. resource ssh2_publickey_init (resource $session) (PECL ssh2 >= 0.10)
  3755. array ssh2_publickey_list (resource $pkey) (PECL ssh2 >= 0.10)
  3756. bool ssh2_publickey_remove (resource $pkey, string $algoname, string $blob) (PECL ssh2 >= 0.10)
  3757. bool ssh2_scp_recv (resource $session, string $remote_file, string $local_file) (PECL ssh2 >= 0.9.0)
  3758. bool ssh2_scp_send (resource $session, string $local_file, string $remote_file [, int $create_mode=0644]) (PECL ssh2 >= 0.9.0)
  3759. bool ssh2_sftp_chmod (resource $sftp, string $filename, int $mode) (PECL ssh2 >= 0.12)
  3760. array ssh2_sftp_lstat (resource $sftp, string $path) (PECL ssh2 >= 0.9.0)
  3761. bool ssh2_sftp_mkdir (resource $sftp, string $dirname [, int $mode=0777 [, bool $recursive=false]]) (PECL ssh2 >= 0.9.0)
  3762. string ssh2_sftp_readlink (resource $sftp, string $link) (PECL ssh2 >= 0.9.0)
  3763. string ssh2_sftp_realpath (resource $sftp, string $filename) (PECL ssh2 >= 0.9.0)
  3764. bool ssh2_sftp_rename (resource $sftp, string $from, string $to) (PECL ssh2 >= 0.9.0)
  3765. bool ssh2_sftp_rmdir (resource $sftp, string $dirname) (PECL ssh2 >= 0.9.0)
  3766. array ssh2_sftp_stat (resource $sftp, string $path) (PECL ssh2 >= 0.9.0)
  3767. bool ssh2_sftp_symlink (resource $sftp, string $target, string $link) (PECL ssh2 >= 0.9.0)
  3768. bool ssh2_sftp_unlink (resource $sftp, string $filename) (PECL ssh2 >= 0.9.0)
  3769. resource ssh2_sftp (resource $session) (PECL ssh2 >= 0.9.0)
  3770. resource ssh2_shell (resource $session [, string $term_type="vanilla" [, array $env [, int $width=80 [, int $height=25 [, int $width_height_type=SSH2_TERM_UNIT_CHARS]]]]]) (PECL ssh2 >= 0.9.0)
  3771. resource ssh2_tunnel (resource $session, string $host, int $port) (PECL ssh2 >= 0.9.0)
  3772. array stat (string $filename) (PHP 4, PHP 5)
  3773. float stats_absolute_deviation (array $a) (PECL stats >= 1.0.0)
  3774. float stats_cdf_beta (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3775. float stats_cdf_binomial (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3776. float stats_cdf_cauchy (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3777. float stats_cdf_chisquare (float $par1, float $par2, int $which) (PECL stats >= 1.0.0)
  3778. float stats_cdf_exponential (float $par1, float $par2, int $which) (PECL stats >= 1.0.0)
  3779. float stats_cdf_f (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3780. float stats_cdf_gamma (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3781. float stats_cdf_laplace (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3782. float stats_cdf_logistic (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3783. float stats_cdf_negative_binomial (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3784. float stats_cdf_noncentral_chisquare (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3785. float stats_cdf_noncentral_f (float $par1, float $par2, float $par3, float $par4, int $which) (PECL stats >= 1.0.0)
  3786. float stats_cdf_poisson (float $par1, float $par2, int $which) (PECL stats >= 1.0.0)
  3787. float stats_cdf_t (float $par1, float $par2, int $which) (PECL stats >= 1.0.0)
  3788. float stats_cdf_uniform (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3789. float stats_cdf_weibull (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3790. float stats_covariance (array $a, array $b) (PECL stats >= 1.0.0)
  3791. float stats_den_uniform (float $x, float $a, float $b) (PECL stats >= 1.0.0)
  3792. float stats_dens_beta (float $x, float $a, float $b) (PECL stats >= 1.0.0)
  3793. float stats_dens_cauchy (float $x, float $ave, float $stdev) (PECL stats >= 1.0.0)
  3794. float stats_dens_chisquare (float $x, float $dfr) (PECL stats >= 1.0.0)
  3795. float stats_dens_exponential (float $x, float $scale) (PECL stats >= 1.0.0)
  3796. float stats_dens_f (float $x, float $dfr1, float $dfr2) (PECL stats >= 1.0.0)
  3797. float stats_dens_gamma (float $x, float $shape, float $scale) (PECL stats >= 1.0.0)
  3798. float stats_dens_laplace (float $x, float $ave, float $stdev) (PECL stats >= 1.0.0)
  3799. float stats_dens_logistic (float $x, float $ave, float $stdev) (PECL stats >= 1.0.0)
  3800. float stats_dens_negative_binomial (float $x, float $n, float $pi) (PECL stats >= 1.0.0)
  3801. float stats_dens_normal (float $x, float $ave, float $stdev) (PECL stats >= 1.0.0)
  3802. float stats_dens_pmf_binomial (float $x, float $n, float $pi) (PECL stats >= 1.0.0)
  3803. float stats_dens_pmf_hypergeometric (float $n1, float $n2, float $N1, float $N2) (PECL stats >= 1.0.0)
  3804. float stats_dens_pmf_poisson (float $x, float $lb) (PECL stats >= 1.0.0)
  3805. float stats_dens_t (float $x, float $dfr) (PECL stats >= 1.0.0)
  3806. float stats_dens_weibull (float $x, float $a, float $b) (PECL stats >= 1.0.0)
  3807. number stats_harmonic_mean (array $a) (PECL stats >= 1.0.0)
  3808. float stats_kurtosis (array $a) (PECL stats >= 1.0.0)
  3809. float stats_rand_gen_beta (float $a, float $b) (PECL stats >= 1.0.0)
  3810. float stats_rand_gen_chisquare (float $df) (PECL stats >= 1.0.0)
  3811. float stats_rand_gen_exponential (float $av) (PECL stats >= 1.0.0)
  3812. float stats_rand_gen_f (float $dfn, float $dfd) (PECL stats >= 1.0.0)
  3813. float stats_rand_gen_funiform (float $low, float $high) (PECL stats >= 1.0.0)
  3814. float stats_rand_gen_gamma (float $a, float $r) (PECL stats >= 1.0.0)
  3815. int stats_rand_gen_ibinomial_negative (int $n, float $p) (PECL stats >= 1.0.0)
  3816. int stats_rand_gen_ibinomial (int $n, float $pp) (PECL stats >= 1.0.0)
  3817. int stats_rand_gen_int (void) (PECL stats >= 1.0.0)
  3818. int stats_rand_gen_ipoisson (float $mu) (PECL stats >= 1.0.0)
  3819. int stats_rand_gen_iuniform (int $low, int $high) (PECL stats >= 1.0.0)
  3820. float stats_rand_gen_noncenral_chisquare (float $df, float $xnonc) (PECL stats >= 1.0.0)
  3821. float stats_rand_gen_noncentral_f (float $dfn, float $dfd, float $xnonc) (PECL stats >= 1.0.0)
  3822. float stats_rand_gen_noncentral_t (float $df, float $xnonc) (PECL stats >= 1.0.0)
  3823. float stats_rand_gen_normal (float $av, float $sd) (PECL stats >= 1.0.0)
  3824. float stats_rand_gen_t (float $df) (PECL stats >= 1.0.0)
  3825. array stats_rand_get_seeds (void) (PECL stats >= 1.0.0)
  3826. array stats_rand_phrase_to_seeds (string $phrase) (PECL stats >= 1.0.0)
  3827. float stats_rand_ranf (void) (PECL stats >= 1.0.0)
  3828. void stats_rand_setall (int $iseed1, int $iseed2) (PECL stats >= 1.0.0)
  3829. float stats_skew (array $a) (PECL stats >= 1.0.0)
  3830. float stats_standard_deviation (array $a [, bool $sample=false]) (PECL stats >= 1.0.0)
  3831. float stats_stat_binomial_coef (int $x, int $n) (PECL stats >= 1.0.0)
  3832. float stats_stat_correlation (array $arr1, array $arr2) (PECL stats >= 1.0.0)
  3833. float stats_stat_gennch (int $n) (PECL stats >= 1.0.0)
  3834. float stats_stat_independent_t (array $arr1, array $arr2) (PECL stats >= 1.0.0)
  3835. float stats_stat_innerproduct (array $arr1, array $arr2) (PECL stats >= 1.0.0)
  3836. float stats_stat_noncentral_t (float $par1, float $par2, float $par3, int $which) (PECL stats >= 1.0.0)
  3837. float stats_stat_paired_t (array $arr1, array $arr2) (PECL stats >= 1.0.0)
  3838. float stats_stat_percentile (float $df, float $xnonc) (PECL stats >= 1.0.0)
  3839. float stats_stat_powersum (array $arr, float $power) (PECL stats >= 1.0.0)
  3840. float stats_variance (array $a [, bool $sample=false]) (PECL stats >= 1.0.0)
  3841. string stomp_connect_error (void) (PECL stomp >= 0.3.0)
  3842. string stomp_version (void) (PECL stomp >= 0.1.0)
  3843. array str_getcsv (string $input [, string $delimiter=', ' [, string $enclosure='"' [, string $escape='\\']]]) (PHP 5 >= 5.3.0)
  3844. mixed str_ireplace (mixed $search, mixed $replace, mixed $subject [, int& $count]) (PHP 5)
  3845. string str_pad (string $input, int $pad_length [, string $pad_string="" [, int $pad_type=STR_PAD_RIGHT]]) (PHP 4 >= 4.0.1, PHP 5)
  3846. string str_repeat (string $input, int $multiplier) (PHP 4, PHP 5)
  3847. mixed str_replace (mixed $search, mixed $replace, mixed $subject [, int& $count]) (PHP 4, PHP 5)
  3848. string str_rot13 (string $str) (PHP 4 >= 4.2.0, PHP 5)
  3849. string str_shuffle (string $str) (PHP 4 >= 4.3.0, PHP 5)
  3850. array str_split (string $string [, int $split_length=1]) (PHP 5)
  3851. mixed str_word_count (string $string [, int $format=0 [, string $charlist]]) (PHP 4 >= 4.3.0, PHP 5)
  3852. int strcasecmp (string $str1, string $str2) (PHP 4, PHP 5)
  3853. ) (PHP 4, PHP 5)
  3854. int strcmp (string $str1, string $str2) (PHP 4, PHP 5)
  3855. int strcoll (string $str1, string $str2) (PHP 4 >= 4.0.5, PHP 5)
  3856. int strcspn (string $str1, string $str2 [, int $start [, int $length]]) (PHP 4, PHP 5)
  3857. void stream_bucket_append (resource $brigade, resource $bucket) (PHP 5)
  3858. object stream_bucket_make_writeable (resource $brigade) (PHP 5)
  3859. object stream_bucket_new (resource $stream, string $buffer) (PHP 5)
  3860. void stream_bucket_prepend (resource $brigade, resource $bucket) (PHP 5)
  3861. resource stream_context_create ( [array $options [, array $params]]) (PHP 4 >= 4.3.0, PHP 5)
  3862. resource stream_context_get_default ( [array $options]) (PHP 5 >= 5.1.0)
  3863. array stream_context_get_options (resource $stream_or_context) (PHP 4 >= 4.3.0, PHP 5)
  3864. array stream_context_get_params (resource $stream_or_context) (PHP 5 >= 5.3.0)
  3865. resource stream_context_set_default (array $options) (PHP 5 >= 5.3.0)
  3866. bool stream_context_set_option (resource $stream_or_context, string $wrapper, string $option, mixed $value) (PHP 4 >= 4.3.0, PHP 5)
  3867. bool stream_context_set_params (resource $stream_or_context, array $params) (PHP 4 >= 4.3.0, PHP 5)
  3868. int stream_copy_to_stream (resource $source, resource $dest [, int $maxlength=-1 [, int $offset=0]]) (PHP 5)
  3869. bool stream_encoding (resource $stream [, string $encoding]) (No version information available, might only be in SVN)
  3870. resource stream_filter_append (resource $stream, string $filtername [, int $read_write [, mixed $params]]) (PHP 4 >= 4.3.0, PHP 5)
  3871. resource stream_filter_prepend (resource $stream, string $filtername [, int $read_write [, mixed $params]]) (PHP 4 >= 4.3.0, PHP 5)
  3872. bool stream_filter_register (string $filtername, string $classname) (PHP 5)
  3873. bool stream_filter_remove (resource $stream_filter) (PHP 5 >= 5.1.0)
  3874. string stream_get_contents (resource $handle [, int $maxlength=-1 [, int $offset=-1]]) (PHP 5)
  3875. array stream_get_filters (void) (PHP 5)
  3876. string stream_get_line (resource $handle, int $length [, string $ending]) (PHP 5)
  3877. array stream_get_meta_data (resource $stream) (PHP 4 >= 4.3.0, PHP 5)
  3878. array stream_get_transports (void) (PHP 5)
  3879. array stream_get_wrappers (void) (PHP 5)
  3880. bool stream_is_local (mixed $stream_or_url) (PHP 5 >= 5.2.4)
  3881. void stream_notification_callback (int $notification_code, int $severity, string $message, int $message_code, int $bytes_transferred, int $bytes_max) (PHP 5 >= 5.2.0)
  3882. ) (PHP 4 >= 4.3.0, PHP 5)
  3883. string stream_resolve_include_path (string $filename) (PHP 5 >= 5.3.2)
  3884. int stream_select (array& $read, array& $write, array& $except, int $tv_sec [, int $tv_usec=0]) (PHP 4 >= 4.3.0, PHP 5)
  3885. bool stream_set_blocking (resource $stream, int $mode) (PHP 4 >= 4.3.0, PHP 5)
  3886. int stream_set_chunk_size (resource $fp, int $chunk_size) (PHP 5 >= 5.4.0)
  3887. int stream_set_read_buffer (resource $stream, int $buffer) (PHP 5 >= 5.3.3)
  3888. bool stream_set_timeout (resource $stream, int $seconds [, int $microseconds=0]) (PHP 4 >= 4.3.0, PHP 5)
  3889. int stream_set_write_buffer (resource $stream, int $buffer) (PHP 4 >= 4.3.0, PHP 5)
  3890. resource stream_socket_accept (resource $server_socket [, float $timeout=ini_get ("default_socket_timeout") [, string& $peername]]) (PHP 5)
  3891. resource stream_socket_client (string $remote_socket [, int& $errno [, string& $errstr [, float $timeout=ini_get ("default_socket_timeout") [, int $flags=STREAM_CLIENT_CONNECT [, resource $context]]]]]) (PHP 5)
  3892. mixed stream_socket_enable_crypto (resource $stream, bool $enable [, int $crypto_type [, resource $session_stream]]) (PHP 5 >= 5.1.0)
  3893. string stream_socket_get_name (resource $handle, bool $want_peer) (PHP 5)
  3894. array stream_socket_pair (int $domain, int $type, int $protocol) (PHP 5 >= 5.1.0)
  3895. string stream_socket_recvfrom (resource $socket, int $length [, int $flags=0 [, string& $address]]) (PHP 5)
  3896. int stream_socket_sendto (resource $socket, string $data [, int $flags=0 [, string $address]]) (PHP 5)
  3897. resource stream_socket_server (string $local_socket [, int& $errno [, string& $errstr [, int $flags=STREAM_SERVER_BIND|STREAM_SERVER_LISTEN [, resource $context]]]]) (PHP 5)
  3898. bool stream_socket_shutdown (resource $stream, int $how) (PHP 5 >= 5.2.1)
  3899. bool stream_supports_lock (resource $stream) (PHP 5 >= 5.3.0)
  3900. bool stream_wrapper_register (string $protocol, string $classname [, int $flags=0]) (PHP 4 >= 4.3.2, PHP 5)
  3901. bool stream_wrapper_restore (string $protocol) (PHP 5 >= 5.1.0)
  3902. bool stream_wrapper_unregister (string $protocol) (PHP 5 >= 5.1.0)
  3903. string strftime (string $format [, int $timestamp=time ()]) (PHP 4, PHP 5)
  3904. string strip_tags (string $str [, string $allowable_tags]) (PHP 4, PHP 5)
  3905. string stripcslashes (string $str) (PHP 4, PHP 5)
  3906. int stripos (string $haystack, string $needle [, int $offset=0]) (PHP 5)
  3907. string stripslashes (string $str) (PHP 4, PHP 5)
  3908. string stristr (string $haystack, mixed $needle [, bool $before_needle=false]) (PHP 4, PHP 5)
  3909. int strlen (string $string) (PHP 4, PHP 5)
  3910. int strnatcasecmp (string $str1, string $str2) (PHP 4, PHP 5)
  3911. int strnatcmp (string $str1, string $str2) (PHP 4, PHP 5)
  3912. int strncasecmp (string $str1, string $str2, int $len) (PHP 4 >= 4.0.2, PHP 5)
  3913. int strncmp (string $str1, string $str2, int $len) (PHP 4, PHP 5)
  3914. string strpbrk (string $haystack, string $char_list) (PHP 5)
  3915. int strpos (string $haystack, mixed $needle [, int $offset=0]) (PHP 4, PHP 5)
  3916. array strptime (string $date, string $format) (PHP 5 >= 5.1.0)
  3917. string strrchr (string $haystack, mixed $needle) (PHP 4, PHP 5)
  3918. string strrev (string $string) (PHP 4, PHP 5)
  3919. int strripos (string $haystack, string $needle [, int $offset=0]) (PHP 5)
  3920. int strrpos (string $haystack, string $needle [, int $offset=0]) (PHP 4, PHP 5)
  3921. int strspn (string $subject, string $mask [, int $start [, int $length]]) (PHP 4, PHP 5)
  3922. string strstr (string $haystack, mixed $needle [, bool $before_needle=false]) (PHP 4, PHP 5)
  3923. string strtok (string $str, string $token) (PHP 4, PHP 5)
  3924. string strtolower (string $str) (PHP 4, PHP 5)
  3925. int strtotime (string $time [, int $now=time ()]) (PHP 4, PHP 5)
  3926. string strtoupper (string $string) (PHP 4, PHP 5)
  3927. string strtr (string $str, string $from, string $to) (PHP 4, PHP 5)
  3928. string strval (mixed $var) (PHP 4, PHP 5)
  3929. int substr_compare (string $main_str, string $str, int $offset [, int $length [, bool $case_insensitivity=false]]) (PHP 5)
  3930. int substr_count (string $haystack, string $needle [, int $offset=0 [, int $length]]) (PHP 4, PHP 5)
  3931. mixed substr_replace (mixed $string, mixed $replacement, mixed $start [, mixed $length]) (PHP 4, PHP 5)
  3932. string substr (string $string, int $start [, int $length]) (PHP 4, PHP 5)
  3933. bool svn_add (string $path [, bool $recursive=true [, bool $force=false]]) (PECL svn >= 0.1.0)
  3934. string svn_auth_get_parameter (string $key) (PECL svn >= 0.1.0)
  3935. void svn_auth_set_parameter (string $key, string $value) (PECL svn >= 0.1.0)
  3936. array svn_blame (string $repository_url [, int $revision_no=SVN_REVISION_HEAD]) (PECL svn >= 0.3.0)
  3937. string svn_cat (string $repos_url [, int $revision_no]) (PECL svn >= 0.1.0)
  3938. bool svn_checkout (string $repos, string $targetpath [, int $revision [, int $flags=0]]) (PECL svn >= 0.1.0)
  3939. bool svn_cleanup (string $workingdir) (PECL svn >= 0.1.0)
  3940. string svn_client_version (void) (PECL svn >= 0.1.0)
  3941. array svn_commit (string $log, array $targets [, bool $recursive=true]) (PECL svn >= 0.1.0)
  3942. bool svn_delete (string $path [, bool $force=false]) (PECL svn >= 0.4.0)
  3943. array svn_diff (string $path1, int $rev1, string $path2, int $rev2) (PECL svn >= 0.1.0)
  3944. bool svn_export (string $frompath, string $topath [, bool $working_copy=true [, int $revision_no=-1]]) (PECL svn >= 0.3.0)
  3945. bool svn_fs_abort_txn (resource $txn) (PECL svn >= 0.2.0)
  3946. resource svn_fs_apply_text (resource $root, string $path) (PECL svn >= 0.2.0)
  3947. resource svn_fs_begin_txn2 (resource $repos, int $rev) (PECL svn >= 0.2.0)
  3948. bool svn_fs_change_node_prop (resource $root, string $path, string $name, string $value) (PECL svn >= 0.2.0)
  3949. int svn_fs_check_path (resource $fsroot, string $path) (PECL svn >= 0.1.0)
  3950. bool svn_fs_contents_changed (resource $root1, string $path1, resource $root2, string $path2) (PECL svn >= 0.2.0)
  3951. bool svn_fs_copy (resource $from_root, string $from_path, resource $to_root, string $to_path) (PECL svn >= 0.2.0)
  3952. bool svn_fs_delete (resource $root, string $path) (PECL svn >= 0.2.0)
  3953. array svn_fs_dir_entries (resource $fsroot, string $path) (PECL svn >= 0.1.0)
  3954. resource svn_fs_file_contents (resource $fsroot, string $path) (PECL svn >= 0.1.0)
  3955. int svn_fs_file_length (resource $fsroot, string $path) (PECL svn >= 0.1.0)
  3956. bool svn_fs_is_dir (resource $root, string $path) (PECL svn >= 0.2.0)
  3957. bool svn_fs_is_file (resource $root, string $path) (PECL svn >= 0.2.0)
  3958. bool svn_fs_make_dir (resource $root, string $path) (PECL svn >= 0.2.0)
  3959. bool svn_fs_make_file (resource $root, string $path) (PECL svn >= 0.2.0)
  3960. int svn_fs_node_created_rev (resource $fsroot, string $path) (PECL svn >= 0.1.0)
  3961. string svn_fs_node_prop (resource $fsroot, string $path, string $propname) (PECL svn >= 0.1.0)
  3962. bool svn_fs_props_changed (resource $root1, string $path1, resource $root2, string $path2) (PECL svn >= 0.2.0)
  3963. string svn_fs_revision_prop (resource $fs, int $revnum, string $propname) (PECL svn >= 0.1.0)
  3964. resource svn_fs_revision_root (resource $fs, int $revnum) (PECL svn >= 0.1.0)
  3965. resource svn_fs_txn_root (resource $txn) (PECL svn >= 0.2.0)
  3966. int svn_fs_youngest_rev (resource $fs) (PECL svn >= 0.1.0)
  3967. bool svn_import (string $path, string $url, bool $nonrecursive) (PECL svn >= 0.2.0)
  3968. array svn_log (string $repos_url [, int $start_revision [, int $end_revision [, int $limit=0 [, int $flags=SVN_DISCOVER_CHANGED_PATHS|SVN_STOP_ON_COPY]]]]) (PECL svn >= 0.1.0)
  3969. array svn_ls (string $repos_url [, int $revision_no=SVN_REVISION_HEAD [, bool $recurse=false [, bool $peg=false]]]) (PECL svn >= 0.1.0)
  3970. bool svn_mkdir (string $path [, string $log_message]) (PECL svn >= 0.4.0)
  3971. resource svn_repos_create (string $path [, array $config [, array $fsconfig]]) (PECL svn >= 0.1.0)
  3972. resource svn_repos_fs_begin_txn_for_commit (resource $repos, int $rev, string $author, string $log_msg) (PECL svn >= 0.2.0)
  3973. int svn_repos_fs_commit_txn (resource $txn) (PECL svn >= 0.2.0)
  3974. resource svn_repos_fs (resource $repos) (PECL svn >= 0.1.0)
  3975. bool svn_repos_hotcopy (string $repospath, string $destpath, bool $cleanlogs) (PECL svn >= 0.1.0)
  3976. resource svn_repos_open (string $path) (PECL svn >= 0.1.0)
  3977. bool svn_repos_recover (string $path) (PECL svn >= 0.1.0)
  3978. bool svn_revert (string $path [, bool $recursive=false]) (PECL svn >= 0.3.0)
  3979. array svn_status (string $path [, int $flags=0]) (PECL svn >= 0.1.0)
  3980. int svn_update (string $path [, int $revno=SVN_REVISION_HEAD [, bool $recurse=true]]) (PECL svn >= 0.1.0)
  3981. void swf_actiongeturl (string $url, string $target) (PHP 4)
  3982. void swf_actiongotoframe (int $framenumber) (PHP 4)
  3983. void swf_actiongotolabel (string $label) (PHP 4)
  3984. void swf_actionnextframe (void) (PHP 4)
  3985. void swf_actionplay (void) (PHP 4)
  3986. void swf_actionprevframe (void) (PHP 4)
  3987. void swf_actionsettarget (string $target) (PHP 4)
  3988. void swf_actionstop (void) (PHP 4)
  3989. void swf_actiontogglequality (void) (PHP 4)
  3990. void swf_actionwaitforframe (int $framenumber, int $skipcount) (PHP 4)
  3991. void swf_addbuttonrecord (int $states, int $shapeid, int $depth) (PHP 4)
  3992. void swf_addcolor (float $r, float $g, float $b, float $a) (PHP 4)
  3993. void swf_closefile ( [int $return_file]) (PHP 4)
  3994. void swf_definebitmap (int $objid, string $image_name) (PHP 4)
  3995. void swf_definefont (int $fontid, string $fontname) (PHP 4)
  3996. void swf_defineline (int $objid, float $x1, float $y1, float $x2, float $y2, float $width) (PHP 4)
  3997. void swf_definepoly (int $objid, array $coords, int $npoints, float $width) (PHP 4)
  3998. void swf_definerect (int $objid, float $x1, float $y1, float $x2, float $y2, float $width) (PHP 4)
  3999. void swf_definetext (int $objid, string $str, int $docenter) (PHP 4)
  4000. void swf_endbutton (void) (PHP 4)
  4001. void swf_enddoaction (void) (PHP 4)
  4002. void swf_endshape (void) (PHP 4)
  4003. void swf_endsymbol (void) (PHP 4)
  4004. void swf_fontsize (float $size) (PHP 4)
  4005. void swf_fontslant (float $slant) (PHP 4)
  4006. void swf_fonttracking (float $tracking) (PHP 4)
  4007. array swf_getbitmapinfo (int $bitmapid) (PHP 4)
  4008. array swf_getfontinfo (void) (PHP 4)
  4009. int swf_getframe (void) (PHP 4)
  4010. void swf_labelframe (string $name) (PHP 4)
  4011. void swf_lookat (float $view_x, float $view_y, float $view_z, float $reference_x, float $reference_y, float $reference_z, float $twist) (PHP 4)
  4012. void swf_modifyobject (int $depth, int $how) (PHP 4)
  4013. void swf_mulcolor (float $r, float $g, float $b, float $a) (PHP 4)
  4014. int swf_nextid (void) (PHP 4)
  4015. void swf_oncondition (int $transition) (PHP 4)
  4016. void swf_openfile (string $filename, float $width, float $height, float $framerate, float $r, float $g, float $b) (PHP 4)
  4017. void swf_ortho (float $xmin, float $xmax, float $ymin, float $ymax, float $zmin, float $zmax) (PHP 4 >= 4.0.1)
  4018. void swf_ortho2 (float $xmin, float $xmax, float $ymin, float $ymax) (PHP 4)
  4019. void swf_perspective (float $fovy, float $aspect, float $near, float $far) (PHP 4)
  4020. void swf_placeobject (int $objid, int $depth) (PHP 4)
  4021. void swf_polarview (float $dist, float $azimuth, float $incidence, float $twist) (PHP 4)
  4022. void swf_popmatrix (void) (PHP 4)
  4023. void swf_posround (int $round) (PHP 4)
  4024. void swf_pushmatrix (void) (PHP 4)
  4025. void swf_removeobject (int $depth) (PHP 4)
  4026. void swf_rotate (float $angle, string $axis) (PHP 4)
  4027. void swf_scale (float $x, float $y, float $z) (PHP 4)
  4028. void swf_setfont (int $fontid) (PHP 4)
  4029. void swf_setframe (int $framenumber) (PHP 4)
  4030. void swf_shapearc (float $x, float $y, float $r, float $ang1, float $ang2) (PHP 4)
  4031. void swf_shapecurveto (float $x1, float $y1, float $x2, float $y2) (PHP 4)
  4032. void swf_shapecurveto3 (float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) (PHP 4)
  4033. void swf_shapefillbitmapclip (int $bitmapid) (PHP 4)
  4034. void swf_shapefillbitmaptile (int $bitmapid) (PHP 4)
  4035. void swf_shapefilloff (void) (PHP 4)
  4036. void swf_shapefillsolid (float $r, float $g, float $b, float $a) (PHP 4)
  4037. void swf_shapelinesolid (float $r, float $g, float $b, float $a, float $width) (PHP 4)
  4038. void swf_shapelineto (float $x, float $y) (PHP 4)
  4039. void swf_shapemoveto (float $x, float $y) (PHP 4)
  4040. void swf_showframe (void) (PHP 4)
  4041. void swf_startbutton (int $objid, int $type) (PHP 4)
  4042. void swf_startdoaction (void) (PHP 4)
  4043. void swf_startshape (int $objid) (PHP 4)
  4044. void swf_startsymbol (int $objid) (PHP 4)
  4045. float swf_textwidth (string $str) (PHP 4)
  4046. void swf_translate (float $x, float $y, float $z) (PHP 4)
  4047. void swf_viewport (float $xmin, float $xmax, float $ymin, float $ymax) (PHP 4)
  4048. int sybase_affected_rows ( [resource $link_identifier]) (PHP 4, PHP 5)
  4049. bool sybase_close ( [resource $link_identifier]) (PHP 4, PHP 5)
  4050. resource sybase_connect ( [string $servername [, string $username [, string $password [, string $charset [, string $appname [, bool $new=false]]]]]]) (PHP 4, PHP 5)
  4051. bool sybase_data_seek (resource $result_identifier, int $row_number) (PHP 4, PHP 5)
  4052. void sybase_deadlock_retry_count (int $retry_count) (PHP 4 >= 4.3.0, PHP 5)
  4053. array sybase_fetch_array (resource $result) (PHP 4, PHP 5)
  4054. array sybase_fetch_assoc (resource $result) (PHP 4 >= 4.3.0, PHP 5)
  4055. object sybase_fetch_field (resource $result [, int $field_offset=-1]) (PHP 4, PHP 5)
  4056. object sybase_fetch_object (resource $result [, mixed $object]) (PHP 4, PHP 5)
  4057. array sybase_fetch_row (resource $result) (PHP 4, PHP 5)
  4058. bool sybase_field_seek (resource $result, int $field_offset) (PHP 4, PHP 5)
  4059. bool sybase_free_result (resource $result) (PHP 4, PHP 5)
  4060. string sybase_get_last_message (void) (PHP 4, PHP 5)
  4061. void sybase_min_client_severity (int $severity) (PHP 4, PHP 5)
  4062. void sybase_min_error_severity (int $severity) (PHP 4, PHP 5)
  4063. void sybase_min_message_severity (int $severity) (PHP 4, PHP 5)
  4064. void sybase_min_server_severity (int $severity) (PHP 4, PHP 5)
  4065. int sybase_num_fields (resource $result) (PHP 4, PHP 5)
  4066. int sybase_num_rows (resource $result) (PHP 4, PHP 5)
  4067. resource sybase_pconnect ( [string $servername [, string $username [, string $password [, string $charset [, string $appname]]]]]) (PHP 4, PHP 5)
  4068. mixed sybase_query (string $query [, resource $link_identifier]) (PHP 4, PHP 5)
  4069. string sybase_result (resource $result, int $row, mixed $field) (PHP 4, PHP 5)
  4070. bool sybase_select_db (string $database_name [, resource $link_identifier]) (PHP 4, PHP 5)
  4071. bool sybase_set_message_handler (callable $handler [, resource $link_identifier]) (PHP 4 >= 4.3.0, PHP 5)
  4072. resource sybase_unbuffered_query (string $query, resource $link_identifier [, bool $store_result]) (PHP 4 >= 4.3.0, PHP 5)
  4073. bool symlink (string $target, string $link) (PHP 4, PHP 5)
  4074. string sys_get_temp_dir (void) (PHP 5 >= 5.2.1)
  4075. array sys_getloadavg (void) (PHP 5 >= 5.1.3)
  4076. bool syslog (int $priority, string $message) (PHP 4, PHP 5)
  4077. string system (string $command [, int& $return_var]) (PHP 4, PHP 5)
  4078. bool taint (string& $string [, string $...]) (PECL taint >=0.1.0)
  4079. float tan (float $arg) (PHP 4, PHP 5)
  4080. float tanh (float $arg) (PHP 4 >= 4.1.0, PHP 5)
  4081. bool tcpwrap_check (string $daemon, string $address [, string $user [, bool $nodns=false]]) (PECL tcpwrap >= 0.1.0)
  4082. string tempnam (string $dir, string $prefix) (PHP 4, PHP 5)
  4083. string textdomain (string $text_domain) (PHP 4, PHP 5)
  4084. int tidy_access_count (tidy $object) (PHP 5, PECL tidy >= 0.5.2)
  4085. int tidy_config_count (tidy $object) (PHP 5, PECL tidy >= 0.5.2)
  4086. int tidy_error_count (tidy $object) (PHP 5, PECL tidy >= 0.5.2)
  4087. string tidy_get_output (tidy $object) (PHP 5, PECL tidy >= 0.5.2)
  4088. void tidy_load_config (string $filename, string $encoding) (PECL tidy >= 0.5.2)
  4089. bool tidy_reset_config (void) (PECL tidy >= 0.7.0)
  4090. bool tidy_save_config (string $filename) (PECL tidy >= 0.5.2)
  4091. bool tidy_set_encoding (string $encoding) (PECL tidy >= 0.5.2)
  4092. bool tidy_setopt (string $option, mixed $value) (PECL tidy >= 0.5.2)
  4093. int tidy_warning_count (tidy $object) (PHP 5, PECL tidy >= 0.5.2)
  4094. mixed time_nanosleep (int $seconds, int $nanoseconds) (PHP 5)
  4095. bool time_sleep_until (float $timestamp) (PHP 5 >= 5.1.0)
  4096. int time (void) (PHP 4, PHP 5)
  4097. ) (PHP 5 >= 5.2.0)
  4098. ) (PHP 5 >= 5.2.0)
  4099. ) (PHP 5 >= 5.3.0)
  4100. string timezone_name_from_abbr (string $abbr [, int $gmtOffset=-1 [, int $isdst=-1]]) (PHP 5 >= 5.1.3)
  4101. ) (PHP 5 >= 5.2.0)
  4102. ) (PHP 5 >= 5.2.0)
  4103. ) (PHP 5 >= 5.2.0)
  4104. ) (PHP 5 >= 5.2.0)
  4105. string timezone_version_get (void) (PHP 5 >= 5.3.0)
  4106. resource tmpfile (void) (PHP 4, PHP 5)
  4107. array token_get_all (string $source) (PHP 4 >= 4.2.0, PHP 5)
  4108. string token_name (int $token) (PHP 4 >= 4.2.0, PHP 5)
  4109. bool touch (string $filename [, int $time=time () [, int $atime]]) (PHP 4, PHP 5)
  4110. array trader_acos (array $real) (PECL trader >= 0.2.0)
  4111. array trader_ad (array $high, array $low, array $close, array $volume) (PECL trader >= 0.2.0)
  4112. array trader_add (array $real0, array $real1) (PECL trader >= 0.2.0)
  4113. array trader_adosc (array $high, array $low, array $close, array $volume [, integer $fastPeriod [, integer $slowPeriod]]) (PECL trader >= 0.2.0)
  4114. array trader_adx (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4115. array trader_adxr (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4116. array trader_apo (array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $mAType]]]) (PECL trader >= 0.2.0)
  4117. array trader_aroon (array $high, array $low [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4118. array trader_aroonosc (array $high, array $low [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4119. array trader_asin (array $real) (PECL trader >= 0.2.0)
  4120. array trader_atan (array $real) (PECL trader >= 0.2.0)
  4121. array trader_atr (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4122. array trader_avgprice (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4123. array trader_bbands (array $real [, integer $timePeriod [, float $nbDevUp [, float $nbDevDn [, integer $mAType]]]]) (PECL trader >= 0.2.0)
  4124. array trader_beta (array $real0, array $real1 [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4125. array trader_bop (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4126. array trader_cci (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4127. array trader_cdl2crows (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4128. array trader_cdl3blackcrows (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4129. array trader_cdl3inside (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4130. array trader_cdl3linestrike (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4131. array trader_cdl3outside (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4132. array trader_cdl3starsinsouth (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4133. array trader_cdl3whitesoldiers (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4134. array trader_cdlabandonedbaby (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4135. array trader_cdladvanceblock (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4136. array trader_cdlbelthold (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4137. array trader_cdlbreakaway (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4138. array trader_cdlclosingmarubozu (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4139. array trader_cdlconcealbabyswall (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4140. array trader_cdlcounterattack (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4141. array trader_cdldarkcloudcover (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4142. array trader_cdldoji (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4143. array trader_cdldojistar (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4144. array trader_cdldragonflydoji (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4145. array trader_cdlengulfing (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4146. array trader_cdleveningdojistar (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4147. array trader_cdleveningstar (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4148. array trader_cdlgapsidesidewhite (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4149. array trader_cdlgravestonedoji (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4150. array trader_cdlhammer (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4151. array trader_cdlhangingman (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4152. array trader_cdlharami (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4153. array trader_cdlharamicross (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4154. array trader_cdlhighwave (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4155. array trader_cdlhikkake (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4156. array trader_cdlhikkakemod (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4157. array trader_cdlhomingpigeon (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4158. array trader_cdlidentical3crows (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4159. array trader_cdlinneck (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4160. array trader_cdlinvertedhammer (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4161. array trader_cdlkicking (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4162. array trader_cdlkickingbylength (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4163. array trader_cdlladderbottom (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4164. array trader_cdllongleggeddoji (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4165. array trader_cdllongline (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4166. array trader_cdlmarubozu (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4167. array trader_cdlmatchinglow (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4168. array trader_cdlmathold (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4169. array trader_cdlmorningdojistar (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4170. array trader_cdlmorningstar (array $open, array $high, array $low, array $close [, float $penetration]) (PECL trader >= 0.2.0)
  4171. array trader_cdlonneck (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4172. array trader_cdlpiercing (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4173. array trader_cdlrickshawman (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4174. array trader_cdlrisefall3methods (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4175. array trader_cdlseparatinglines (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4176. array trader_cdlshootingstar (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4177. array trader_cdlshortline (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4178. array trader_cdlspinningtop (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4179. array trader_cdlstalledpattern (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4180. array trader_cdlsticksandwich (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4181. array trader_cdltakuri (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4182. array trader_cdltasukigap (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4183. array trader_cdlthrusting (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4184. array trader_cdltristar (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4185. array trader_cdlunique3river (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4186. array trader_cdlupsidegap2crows (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4187. array trader_cdlxsidegap3methods (array $open, array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4188. array trader_ceil (array $real) (PECL trader >= 0.2.0)
  4189. array trader_cmo (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4190. array trader_correl (array $real0, array $real1 [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4191. array trader_cos (array $real) (PECL trader >= 0.2.0)
  4192. array trader_cosh (array $real) (PECL trader >= 0.2.0)
  4193. array trader_dema (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4194. array trader_div (array $real0, array $real1) (PECL trader >= 0.2.0)
  4195. array trader_dx (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4196. array trader_ema (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4197. integer trader_errno (void) (PECL trader >= 0.3.0)
  4198. array trader_exp (array $real) (PECL trader >= 0.2.0)
  4199. array trader_floor (array $real) (PECL trader >= 0.2.0)
  4200. integer trader_get_compat (void) (PECL trader >= 0.2.2)
  4201. integer trader_get_unstable_period (integer $functionId) (PECL trader >= 0.2.2)
  4202. array trader_ht_dcperiod (array $real) (PECL trader >= 0.2.0)
  4203. array trader_ht_dcphase (array $real) (PECL trader >= 0.2.0)
  4204. array trader_ht_phasor (array $real) (PECL trader >= 0.2.0)
  4205. array trader_ht_sine (array $real) (PECL trader >= 0.2.0)
  4206. array trader_ht_trendline (array $real) (PECL trader >= 0.2.0)
  4207. array trader_ht_trendmode (array $real) (PECL trader >= 0.2.0)
  4208. array trader_kama (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4209. array trader_linearreg_angle (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4210. array trader_linearreg_intercept (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4211. array trader_linearreg_slope (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4212. array trader_linearreg (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4213. array trader_ln (array $real) (PECL trader >= 0.2.0)
  4214. array trader_log10 (array $real) (PECL trader >= 0.2.0)
  4215. array trader_ma (array $real [, integer $timePeriod [, integer $mAType]]) (PECL trader >= 0.2.0)
  4216. array trader_macd (array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $signalPeriod]]]) (PECL trader >= 0.2.0)
  4217. array trader_macdext (array $real [, integer $fastPeriod [, integer $fastMAType [, integer $slowPeriod [, integer $slowMAType [, integer $signalPeriod [, integer $signalMAType]]]]]]) (PECL trader >= 0.2.0)
  4218. array trader_macdfix (array $real [, integer $signalPeriod]) (PECL trader >= 0.2.0)
  4219. array trader_mama (array $real [, float $fastLimit [, float $slowLimit]]) (PECL trader >= 0.2.0)
  4220. array trader_mavp (array $real, array $periods [, integer $minPeriod [, integer $maxPeriod [, integer $mAType]]]) (PECL trader >= 0.2.0)
  4221. array trader_max (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4222. array trader_maxindex (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4223. array trader_medprice (array $high, array $low) (PECL trader >= 0.2.0)
  4224. array trader_mfi (array $high, array $low, array $close, array $volume [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4225. array trader_midpoint (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4226. array trader_midprice (array $high, array $low [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4227. array trader_min (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4228. array trader_minindex (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4229. array trader_minmax (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4230. array trader_minmaxindex (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4231. array trader_minus_di (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4232. array trader_minus_dm (array $high, array $low [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4233. array trader_mom (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4234. array trader_mult (array $real0, array $real1) (PECL trader >= 0.2.0)
  4235. array trader_natr (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4236. array trader_obv (array $real, array $volume) (PECL trader >= 0.2.0)
  4237. array trader_plus_di (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4238. array trader_plus_dm (array $high, array $low [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4239. array trader_ppo (array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $mAType]]]) (PECL trader >= 0.2.0)
  4240. array trader_roc (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4241. array trader_rocp (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4242. array trader_rocr (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4243. array trader_rocr100 (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4244. array trader_rsi (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4245. array trader_sar (array $high, array $low [, float $acceleration [, float $maximum]]) (PECL trader >= 0.2.0)
  4246. array trader_sarext (array $high, array $low [, float $startValue [, float $offsetOnReverse [, float $accelerationInitLong [, float $accelerationLong [, float $accelerationMaxLong [, float $accelerationInitShort [, float $accelerationShort [, float $accelerationMaxShort]]]]]]]]) (PECL trader >= 0.2.0)
  4247. void trader_set_compat (integer $compatId) (PECL trader >= 0.2.2)
  4248. void trader_set_unstable_period (integer $functionId, integer $timePeriod) (PECL trader >= 0.2.2)
  4249. array trader_sin (array $real) (PECL trader >= 0.2.0)
  4250. array trader_sinh (array $real) (PECL trader >= 0.2.0)
  4251. array trader_sma (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4252. array trader_sqrt (array $real) (PECL trader >= 0.2.0)
  4253. array trader_stddev (array $real [, integer $timePeriod [, float $nbDev]]) (PECL trader >= 0.2.0)
  4254. array trader_stoch (array $high, array $low, array $close [, integer $fastK_Period [, integer $slowK_Period [, integer $slowK_MAType [, integer $slowD_Period [, integer $slowD_MAType]]]]]) (PECL trader >= 0.2.0)
  4255. array trader_stochf (array $high, array $low, array $close [, integer $fastK_Period [, integer $fastD_Period [, integer $fastD_MAType]]]) (PECL trader >= 0.2.0)
  4256. array trader_stochrsi (array $real [, integer $timePeriod [, integer $fastK_Period [, integer $fastD_Period [, integer $fastD_MAType]]]]) (PECL trader >= 0.2.0)
  4257. array trader_sub (array $real0, array $real1) (PECL trader >= 0.2.0)
  4258. array trader_sum (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4259. array trader_t3 (array $real [, integer $timePeriod [, float $vFactor]]) (PECL trader >= 0.2.0)
  4260. array trader_tan (array $real) (PECL trader >= 0.2.0)
  4261. array trader_tanh (array $real) (PECL trader >= 0.2.0)
  4262. array trader_tema (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4263. array trader_trange (array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4264. array trader_trima (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4265. array trader_trix (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4266. array trader_tsf (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4267. array trader_typprice (array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4268. array trader_ultosc (array $high, array $low, array $close [, integer $timePeriod1 [, integer $timePeriod2 [, integer $timePeriod3]]]) (PECL trader >= 0.2.0)
  4269. array trader_var (array $real [, integer $timePeriod [, float $nbDev]]) (PECL trader >= 0.2.0)
  4270. array trader_wclprice (array $high, array $low, array $close) (PECL trader >= 0.2.0)
  4271. array trader_willr (array $high, array $low, array $close [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4272. array trader_wma (array $real [, integer $timePeriod]) (PECL trader >= 0.2.0)
  4273. bool trait_exists (string $traitname [, bool $autoload]) (No version information available, might only be in SVN)
  4274. bool trigger_error (string $error_msg [, int $error_type=E_USER_NOTICE]) (PHP 4 >= 4.0.1, PHP 5)
  4275. string trim (string $str [, string $charlist]) (PHP 4, PHP 5)
  4276. bool uasort (array& $array, callable $cmp_function) (PHP 4, PHP 5)
  4277. string ucfirst (string $str) (PHP 4, PHP 5)
  4278. string ucwords (string $str) (PHP 4, PHP 5)
  4279. bool udm_add_search_limit (resource $agent, int $var, string $val) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4280. resource udm_alloc_agent_array (array $databases) (PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4281. resource udm_alloc_agent (string $dbaddr [, string $dbmode]) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4282. int udm_api_version (void) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4283. array udm_cat_list (resource $agent, string $category) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4284. array udm_cat_path (resource $agent, string $category) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4285. bool udm_check_charset (resource $agent, string $charset) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4286. int udm_check_stored (resource $agent, int $link, string $doc_id) (PHP 4 >= 4.2.0)
  4287. bool udm_clear_search_limits (resource $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4288. int udm_close_stored (resource $agent, int $link) (PHP 4 >= 4.2.0)
  4289. int udm_crc32 (resource $agent, string $str) (PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4290. int udm_errno (resource $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4291. string udm_error (resource $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4292. resource udm_find (resource $agent, string $query) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4293. int udm_free_agent (resource $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4294. bool udm_free_ispell_data (int $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4295. bool udm_free_res (resource $res) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4296. int udm_get_doc_count (resource $agent) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4297. string udm_get_res_field (resource $res, int $row, int $field) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4298. string udm_get_res_param (resource $res, int $param) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4299. int udm_hash32 (resource $agent, string $str) (PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4300. bool udm_load_ispell_data (resource $agent, int $var, string $val1, string $val2, int $flag) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4301. int udm_open_stored (resource $agent, string $storedaddr) (PHP 4 >= 4.2.0)
  4302. bool udm_set_agent_param (resource $agent, int $var, string $val) (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0)
  4303. bool uksort (array& $array, callable $cmp_function) (PHP 4, PHP 5)
  4304. int umask ( [int $mask]) (PHP 4, PHP 5)
  4305. string uniqid ( [string $prefix="" [, bool $more_entropy=false]]) (PHP 4, PHP 5)
  4306. int unixtojd ( [int $timestamp=time ()]) (PHP 4, PHP 5)
  4307. bool unlink (string $filename [, resource $context]) (PHP 4, PHP 5)
  4308. array unpack (string $format, string $data) (PHP 4, PHP 5)
  4309. void unregister_tick_function (string $function_name) (PHP 4 >= 4.0.3, PHP 5)
  4310. mixed unserialize (string $str) (PHP 4, PHP 5)
  4311. void unset (mixed $var [, mixed $...]) (PHP 4, PHP 5)
  4312. bool untaint (string& $string [, string $...]) (PECL taint >=0.1.0)
  4313. string urldecode (string $str) (PHP 4, PHP 5)
  4314. string urlencode (string $str) (PHP 4, PHP 5)
  4315. bool use_soap_error_handler ( [bool $handler=true]) (Unknown)
  4316. ) (PHP 4, PHP 5)
  4317. void usleep (int $micro_seconds) (PHP 4, PHP 5)
  4318. bool usort (array& $array, callable $cmp_function) (PHP 4, PHP 5)
  4319. string utf8_decode (string $data) (PHP 4, PHP 5)
  4320. string utf8_encode (string $data) (PHP 4, PHP 5)
  4321. void var_dump (mixed $expression [, mixed $...]) (PHP 4, PHP 5)
  4322. mixed var_export (mixed $expression [, bool $return=false]) (PHP 4 >= 4.2.0, PHP 5)
  4323. mixed variant_abs (mixed $val) (PHP 5)
  4324. mixed variant_add (mixed $left, mixed $right) (PHP 5)
  4325. mixed variant_and (mixed $left, mixed $right) (PHP 5)
  4326. variant variant_cast (variant $variant, int $type) (PHP 5)
  4327. mixed variant_cat (mixed $left, mixed $right) (PHP 5)
  4328. int variant_cmp (mixed $left, mixed $right [, int $lcid [, int $flags]]) (PHP 5)
  4329. variant variant_date_from_timestamp (int $timestamp) (PHP 5)
  4330. int variant_date_to_timestamp (variant $variant) (PHP 5)
  4331. mixed variant_div (mixed $left, mixed $right) (PHP 5)
  4332. mixed variant_eqv (mixed $left, mixed $right) (PHP 5)
  4333. mixed variant_fix (mixed $variant) (PHP 5)
  4334. int variant_get_type (variant $variant) (PHP 5)
  4335. mixed variant_idiv (mixed $left, mixed $right) (PHP 5)
  4336. mixed variant_imp (mixed $left, mixed $right) (PHP 5)
  4337. mixed variant_int (mixed $variant) (PHP 5)
  4338. mixed variant_mod (mixed $left, mixed $right) (PHP 5)
  4339. mixed variant_mul (mixed $left, mixed $right) (PHP 5)
  4340. mixed variant_neg (mixed $variant) (PHP 5)
  4341. mixed variant_not (mixed $variant) (PHP 5)
  4342. mixed variant_or (mixed $left, mixed $right) (PHP 5)
  4343. mixed variant_pow (mixed $left, mixed $right) (PHP 5)
  4344. mixed variant_round (mixed $variant, int $decimals) (PHP 5)
  4345. void variant_set_type (variant $variant, int $type) (PHP 5)
  4346. void variant_set (variant $variant, mixed $value) (PHP 5)
  4347. mixed variant_sub (mixed $left, mixed $right) (PHP 5)
  4348. mixed variant_xor (mixed $left, mixed $right) (PHP 5)
  4349. mixed version_compare (string $version1, string $version2 [, string $operator]) (PHP 4 >= 4.1.0, PHP 5)
  4350. int vfprintf (resource $handle, string $format, array $args) (PHP 5)
  4351. bool virtual (string $filename) (PHP 4, PHP 5)
  4352. bool vpopmail_add_alias_domain_ex (string $olddomain, string $newdomain) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4353. bool vpopmail_add_alias_domain (string $domain, string $aliasdomain) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4354. bool vpopmail_add_domain_ex (string $domain, string $passwd [, string $quota [, string $bounce [, bool $apop]]]) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4355. bool vpopmail_add_domain (string $domain, string $dir, int $uid, int $gid) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4356. bool vpopmail_add_user (string $user, string $domain, string $password [, string $gecos [, bool $apop]]) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4357. bool vpopmail_alias_add (string $user, string $domain, string $alias) (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2)
  4358. bool vpopmail_alias_del_domain (string $domain) (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2)
  4359. bool vpopmail_alias_del (string $user, string $domain) (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2)
  4360. array vpopmail_alias_get_all (string $domain) (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2)
  4361. array vpopmail_alias_get (string $alias, string $domain) (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2)
  4362. bool vpopmail_auth_user (string $user, string $domain, string $password [, string $apop]) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4363. bool vpopmail_del_domain_ex (string $domain) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4364. bool vpopmail_del_domain (string $domain) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4365. bool vpopmail_del_user (string $user, string $domain) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4366. string vpopmail_error (void) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4367. bool vpopmail_passwd (string $user, string $domain, string $password [, bool $apop]) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4368. bool vpopmail_set_user_quota (string $user, string $domain, string $quota) (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2)
  4369. int vprintf (string $format, array $args) (PHP 4 >= 4.1.0, PHP 5)
  4370. string vsprintf (string $format, array $args) (PHP 4 >= 4.1.0, PHP 5)
  4371. bool w32api_deftype (string $typename, string $member1_type, string $member1_name [, string $... [, string $...]]) (PHP 4 >= 4.2.0)
  4372. resource w32api_init_dtype (string $typename, mixed $value [, mixed $...]) (PHP 4 >= 4.2.0)
  4373. mixed w32api_invoke_function (string $funcname, mixed $argument [, mixed $...]) (PHP 4 >= 4.2.0)
  4374. bool w32api_register_function (string $library, string $function_name, string $return_type) (PHP 4 >= 4.2.0)
  4375. void w32api_set_call_method (int $method) (PHP 4 >= 4.2.0)
  4376. bool wddx_add_vars (resource $packet_id, mixed $var_name [, mixed $...]) (PHP 4, PHP 5)
  4377. mixed wddx_deserialize (string $packet) (PHP 4, PHP 5)
  4378. string wddx_packet_end (resource $packet_id) (PHP 4, PHP 5)
  4379. resource wddx_packet_start ( [string $comment]) (PHP 4, PHP 5)
  4380. string wddx_serialize_value (mixed $var [, string $comment]) (PHP 4, PHP 5)
  4381. string wddx_serialize_vars (mixed $var_name [, mixed $...]) (PHP 4, PHP 5)
  4382. int win32_continue_service (string $servicename [, string $machine]) (PECL win32service SVN)
  4383. mixed win32_create_service (array $details [, string $machine]) (PECL win32service SVN)
  4384. mixed win32_delete_service (string $servicename [, string $machine]) (PECL win32service SVN)
  4385. int win32_get_last_control_message (void) (PECL win32service SVN)
  4386. int win32_pause_service (string $servicename [, string $machine]) (PECL win32service SVN)
  4387. array win32_ps_list_procs (void) (PECL win32ps >= 1.0.1)
  4388. array win32_ps_stat_mem (void) (PECL win32ps >= 1.0.1)
  4389. array win32_ps_stat_proc ( [int $pid=0]) (PECL win32ps >= 1.0.1)
  4390. mixed win32_query_service_status (string $servicename [, string $machine]) (PECL win32service SVN)
  4391. bool win32_set_service_status (int $status [, int $checkpoint=0]) (PECL win32service SVN)
  4392. mixed win32_start_service_ctrl_dispatcher (string $name) (PECL win32service SVN)
  4393. int win32_start_service (string $servicename [, string $machine]) (PECL win32service SVN)
  4394. int win32_stop_service (string $servicename [, string $machine]) (PECL win32service SVN)
  4395. array wincache_fcache_fileinfo ( [bool $summaryonly=false]) (PECL wincache >= 1.0.0)
  4396. array wincache_fcache_meminfo (void) (PECL wincache >= 1.0.0)
  4397. bool wincache_lock (string $key [, bool $isglobal=false]) (PECL wincache >= 1.1.0)
  4398. array wincache_ocache_fileinfo ( [bool $summaryonly=false]) (PECL wincache >= 1.0.0)
  4399. array wincache_ocache_meminfo (void) (PECL wincache >= 1.0.0)
  4400. bool wincache_refresh_if_changed ( [array $files]) (PECL wincache >= 1.0.0)
  4401. array wincache_rplist_fileinfo ( [bool $summaryonly=false]) (PECL wincache >= 1.0.0)
  4402. array wincache_rplist_meminfo (void) (PECL wincache >= 1.0.0)
  4403. array wincache_scache_info ( [bool $summaryonly=false]) (PECL wincache >= 1.1.0)
  4404. array wincache_scache_meminfo (void) (PECL wincache >= 1.1.0)
  4405. bool wincache_ucache_add (string $key, mixed $value [, int $ttl=0]) (PECL wincache >= 1.1.0)
  4406. bool wincache_ucache_cas (string $key, int $old_value, int $new_value) (PECL wincache >= 1.1.0)
  4407. bool wincache_ucache_clear (void) (PECL wincache >= 1.1.0)
  4408. mixed wincache_ucache_dec (string $key [, int $dec_by=1 [, bool& $success]]) (PECL wincache >= 1.1.0)
  4409. bool wincache_ucache_delete (mixed $key) (PECL wincache >= 1.1.0)
  4410. bool wincache_ucache_exists (string $key) (PECL wincache >= 1.1.0)
  4411. mixed wincache_ucache_get (mixed $key [, bool& $success]) (PECL wincache >= 1.1.0)
  4412. mixed wincache_ucache_inc (string $key [, int $inc_by=1 [, bool& $success]]) (PECL wincache >= 1.1.0)
  4413. array wincache_ucache_info ( [bool $summaryonly=false [, string $key]]) (PECL wincache >= 1.1.0)
  4414. array wincache_ucache_meminfo (void) (PECL wincache >= 1.1.0)
  4415. bool wincache_ucache_set (mixed $key, mixed $value [, int $ttl=0]) (PECL wincache >= 1.1.0)
  4416. bool wincache_unlock (string $key) (PECL wincache >= 1.1.0)
  4417. string wordwrap (string $str [, int $width=75 [, string $break="\n" [, bool $cut=false]]]) (PHP 4 >= 4.0.2, PHP 5)
  4418. string xattr_get (string $filename, string $name [, int $flags=0]) (PECL xattr >= 0.9.0)
  4419. array xattr_list (string $filename [, int $flags=0]) (PECL xattr >= 0.9.0)
  4420. bool xattr_remove (string $filename, string $name [, int $flags=0]) (PECL xattr >= 0.9.0)
  4421. bool xattr_set (string $filename, string $name, string $value [, int $flags=0]) (PECL xattr >= 0.9.0)
  4422. bool xattr_supported (string $filename [, int $flags=0]) (PECL xattr >= 1.0.0)
  4423. int xdiff_file_bdiff_size (string $file) (PECL xdiff >= 1.5.0)
  4424. bool xdiff_file_bdiff (string $old_file, string $new_file, string $dest) (PECL xdiff >= 1.5.0)
  4425. bool xdiff_file_bpatch (string $file, string $patch, string $dest) (PECL xdiff >= 1.5.0)
  4426. bool xdiff_file_diff_binary (string $old_file, string $new_file, string $dest) (PECL xdiff >= 0.2.0)
  4427. bool xdiff_file_diff (string $old_file, string $new_file, string $dest [, int $context=3 [, bool $minimal=false]]) (PECL xdiff >= 0.2.0)
  4428. mixed xdiff_file_merge3 (string $old_file, string $new_file1, string $new_file2, string $dest) (PECL xdiff >= 0.2.0)
  4429. bool xdiff_file_patch_binary (string $file, string $patch, string $dest) (PECL xdiff >= 0.2.0)
  4430. mixed xdiff_file_patch (string $file, string $patch, string $dest [, int $flags=DIFF_PATCH_NORMAL]) (PECL xdiff >= 0.2.0)
  4431. bool xdiff_file_rabdiff (string $old_file, string $new_file, string $dest) (PECL xdiff >= 1.5.0)
  4432. int xdiff_string_bdiff_size (string $patch) (PECL xdiff >= 1.5.0)
  4433. string xdiff_string_bdiff (string $old_data, string $new_data) (PECL xdiff >= 1.5.0)
  4434. string xdiff_string_bpatch (string $str, string $patch) (PECL xdiff >= 1.5.0)
  4435. stringxdiff_string_bdiff (string $old_data, string $new_data) (PECL xdiff >= 0.2.0)
  4436. string xdiff_string_diff (string $old_data, string $new_data [, int $context=3 [, bool $minimal=false]]) (PECL xdiff >= 0.2.0)
  4437. mixed xdiff_string_merge3 (string $old_data, string $new_data1, string $new_data2 [, string& $error]) (PECL xdiff >= 0.2.0)
  4438. string xdiff_string_patch_binary (string $str, string $patch) (PECL xdiff >= 0.2.0)
  4439. string xdiff_string_patch (string $str, string $patch [, int $flags [, string& $error]]) (PECL xdiff >= 0.2.0)
  4440. stringxdiff_string_bdiff (string $old_data, string $new_data) (PECL xdiff >= 1.5.0)
  4441. array xhprof_disable (void) (PECL xhprof >= 0.9.0)
  4442. void xhprof_enable ( [int $flags=0 [, array $options]]) (PECL xhprof >= 0.9.0)
  4443. array xhprof_sample_disable (void) (PECL xhprof >= 0.9.0)
  4444. void xhprof_sample_enable (void) (PECL xhprof >= 0.9.0)
  4445. string xml_error_string (int $code) (PHP 4, PHP 5)
  4446. int xml_get_current_byte_index (resource $parser) (PHP 4, PHP 5)
  4447. int xml_get_current_column_number (resource $parser) (PHP 4, PHP 5)
  4448. int xml_get_current_line_number (resource $parser) (PHP 4, PHP 5)
  4449. int xml_get_error_code (resource $parser) (PHP 4, PHP 5)
  4450. int xml_parse_into_struct (resource $parser, string $data, array& $values [, array& $index]) (PHP 4, PHP 5)
  4451. int xml_parse (resource $parser, string $data [, bool $is_final=false]) (PHP 4, PHP 5)
  4452. resource xml_parser_create_ns ( [string $encoding [, string $separator=':']]) (PHP 4 >= 4.0.5, PHP 5)
  4453. resource xml_parser_create ( [string $encoding]) (PHP 4, PHP 5)
  4454. bool xml_parser_free (resource $parser) (PHP 4, PHP 5)
  4455. mixed xml_parser_get_option (resource $parser, int $option) (PHP 4, PHP 5)
  4456. bool xml_parser_set_option (resource $parser, int $option, mixed $value) (PHP 4, PHP 5)
  4457. bool xml_set_character_data_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4458. bool xml_set_default_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4459. bool xml_set_element_handler (resource $parser, callable $start_element_handler, callable $end_element_handler) (PHP 4, PHP 5)
  4460. bool xml_set_end_namespace_decl_handler (resource $parser, callable $handler) (PHP 4 >= 4.0.5, PHP 5)
  4461. bool xml_set_external_entity_ref_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4462. bool xml_set_notation_decl_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4463. bool xml_set_object (resource $parser, object& $object) (PHP 4, PHP 5)
  4464. bool xml_set_processing_instruction_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4465. bool xml_set_start_namespace_decl_handler (resource $parser, callable $handler) (PHP 4 >= 4.0.5, PHP 5)
  4466. bool xml_set_unparsed_entity_decl_handler (resource $parser, callable $handler) (PHP 4, PHP 5)
  4467. mixed xmlrpc_decode_request (string $xml, string& $method [, string $encoding]) (PHP 4 >= 4.1.0, PHP 5)
  4468. mixed xmlrpc_decode (string $xml [, string $encoding="iso-8859-1"]) (PHP 4 >= 4.1.0, PHP 5)
  4469. string xmlrpc_encode_request (string $method, mixed $params [, array $output_options]) (PHP 4 >= 4.1.0, PHP 5)
  4470. string xmlrpc_encode (mixed $value) (PHP 4 >= 4.1.0, PHP 5)
  4471. string xmlrpc_get_type (mixed $value) (PHP 4 >= 4.1.0, PHP 5)
  4472. bool xmlrpc_is_fault (array $arg) (PHP 4 >= 4.3.0, PHP 5)
  4473. array xmlrpc_parse_method_descriptions (string $xml) (PHP 4 >= 4.1.0, PHP 5)
  4474. int xmlrpc_server_add_introspection_data (resource $server, array $desc) (PHP 4 >= 4.1.0, PHP 5)
  4475. string xmlrpc_server_call_method (resource $server, string $xml, mixed $user_data [, array $output_options]) (PHP 4 >= 4.1.0, PHP 5)
  4476. resource xmlrpc_server_create (void) (PHP 4 >= 4.1.0, PHP 5)
  4477. int xmlrpc_server_destroy (resource $server) (PHP 4 >= 4.1.0, PHP 5)
  4478. bool xmlrpc_server_register_introspection_callback (resource $server, string $function) (PHP 4 >= 4.1.0, PHP 5)
  4479. bool xmlrpc_server_register_method (resource $server, string $method_name, string $function) (PHP 4 >= 4.1.0, PHP 5)
  4480. bool xmlrpc_set_type (string& $value, string $type) (PHP 4 >= 4.1.0, PHP 5)
  4481. bool XMLWriter::endAttribute (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4482. bool XMLWriter::endCData (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4483. bool XMLWriter::endComment (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
  4484. bool XMLWriter::endDocument (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4485. bool XMLWriter::endDTDAttlist (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4486. bool XMLWriter::endDTDElement (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4487. bool XMLWriter::endDTDEntity (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4488. bool XMLWriter::endDTD (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4489. bool XMLWriter::endElement (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4490. bool XMLWriter::endPI (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4491. mixed XMLWriter::flush ( [bool $empty=true]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
  4492. bool XMLWriter::fullEndElement (void) (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
  4493. bool XMLWriter::openMemory (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4494. bool XMLWriter::openURI (string $uri) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4495. string XMLWriter::outputMemory ( [bool $flush=true]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4496. bool XMLWriter::setIndentString (string $indentString) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4497. bool XMLWriter::setIndent (bool $indent) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4498. bool XMLWriter::startAttributeNS (string $prefix, string $name, string $uri) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4499. bool XMLWriter::startAttribute (string $name) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4500. bool XMLWriter::startCData (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4501. bool XMLWriter::startComment (void) (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0)
  4502. bool XMLWriter::startDocument ( [string $version=1.0 [, string $encoding= NULL [, string $standalone]]]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4503. bool XMLWriter::startDTDAttlist (string $name) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4504. bool XMLWriter::startDTDElement (string $qualifiedName) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4505. bool XMLWriter::startDTDEntity (string $name, bool $isparam) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4506. bool XMLWriter::startDTD (string $qualifiedName [, string $publicId [, string $systemId]]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4507. bool XMLWriter::startElementNS (string $prefix, string $name, string $uri) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4508. bool XMLWriter::startElement (string $name) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4509. bool XMLWriter::startPI (string $target) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4510. bool XMLWriter::text (string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4511. bool XMLWriter::writeAttributeNS (string $prefix, string $name, string $uri, string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4512. bool XMLWriter::writeAttribute (string $name, string $value) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4513. bool XMLWriter::writeCData (string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4514. bool XMLWriter::writeComment (string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4515. bool XMLWriter::writeDTDAttlist (string $name, string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4516. bool XMLWriter::writeDTDElement (string $name, string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4517. bool XMLWriter::writeDTDEntity (string $name, string $content, bool $pe, string $pubid, string $sysid, string $ndataid) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4518. bool XMLWriter::writeDTD (string $name [, string $publicId [, string $systemId [, string $subset]]]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4519. bool XMLWriter::writeElementNS (string $prefix, string $name, string $uri [, string $content]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4520. bool XMLWriter::writeElement (string $name [, string $content]) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4521. bool XMLWriter::writePI (string $target, string $content) (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
  4522. bool XMLWriter::writeRaw (string $content) (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4)
  4523. string xslt_backend_info (void) (PHP 4 >= 4.3.0)
  4524. string xslt_backend_name (void) (PHP 4 >= 4.3.0)
  4525. string xslt_backend_version (void) (PHP 4 >= 4.3.0)
  4526. resource xslt_create (void) (PHP 4 >= 4.0.3)
  4527. int xslt_errno (resource $xh) (PHP 4 >= 4.0.3)
  4528. string xslt_error (resource $xh) (PHP 4 >= 4.0.3)
  4529. void xslt_free (resource $xh) (PHP 4 >= 4.0.3)
  4530. int xslt_getopt (resource $processor) (PHP 4 >= 4.3.0)
  4531. mixed xslt_process (resource $xh, string $xmlcontainer, string $xslcontainer [, string $resultcontainer [, array $arguments [, array $parameters]]]) (PHP 4 >= 4.0.3)
  4532. void xslt_set_base (resource $xh, string $uri) (PHP 4 >= 4.0.5)
  4533. void xslt_set_encoding (resource $xh, string $encoding) (PHP 4 >= 4.0.5)
  4534. void xslt_set_error_handler (resource $xh, mixed $handler) (PHP 4 >= 4.0.4)
  4535. void xslt_set_log (resource $xh [, mixed $log]) (PHP 4 >= 4.0.6)
  4536. bool xslt_set_object (resource $processor, object& $obj) (PHP 4 >= 4.3.0)
  4537. void xslt_set_sax_handler (resource $xh, array $handlers) (PHP 4 >= 4.0.3)
  4538. void xslt_set_sax_handlers (resource $processor, array $handlers) (PHP 4 >= 4.0.6)
  4539. void xslt_set_scheme_handler (resource $xh, array $handlers) (PHP 4 >= 4.0.5)
  4540. void xslt_set_scheme_handlers (resource $xh, array $handlers) (PHP 4 >= 4.0.6)
  4541. mixed xslt_setopt (resource $processor, int $newmask) (PHP 4 >= 4.3.0)
  4542. bool yaml_emit_file (string $filename, mixed $data [, int $encoding=YAML_ANY_ENCODING [, int $linebreak=YAML_ANY_BREAK [, array $callbacks]]]) (PECL yaml >= 0.5.0)
  4543. string yaml_emit (mixed $data [, int $encoding=YAML_ANY_ENCODING [, int $linebreak=YAML_ANY_BREAK [, array $callbacks]]]) (PECL yaml >= 0.5.0)
  4544. mixed yaml_parse_file (string $filename [, int $pos=0 [, int& $ndocs [, array $callbacks]]]) (PECL yaml >= 0.4.0)
  4545. mixed yaml_parse_url (string $url [, int $pos=0 [, int& $ndocs [, array $callbacks]]]) (PECL yaml >= 0.4.0)
  4546. mixed yaml_parse (string $input [, int $pos=0 [, int& $ndocs [, array $callbacks]]]) (PECL yaml >= 0.4.0)
  4547. string yaz_addinfo (resource $id) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4548. void yaz_ccl_conf (resource $id, array $config) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4549. bool yaz_ccl_parse (resource $id, string $query, array& $result) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4550. bool yaz_close (resource $id) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4551. mixed yaz_connect (string $zurl [, mixed $options]) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4552. bool yaz_database (resource $id, string $databases) (PHP 4 >= 4.0.6, PECL yaz >= 0.9.0)
  4553. bool yaz_element (resource $id, string $elementset) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4554. int yaz_errno (resource $id) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4555. string yaz_error (resource $id) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4556. array yaz_es_result (resource $id) (PHP 4 >= 4.2.0, PECL yaz >= 0.9.0)
  4557. void yaz_es (resource $id, string $type, array $args) (PECL yaz >= 0.9.0)
  4558. string yaz_get_option (resource $id, string $name) (PECL yaz >= 0.9.0)
  4559. int yaz_hits (resource $id [, array& $searchresult]) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4560. void yaz_itemorder (resource $id, array $args) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4561. bool yaz_present (resource $id) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4562. void yaz_range (resource $id, int $start, int $number) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4563. string yaz_record (resource $id, int $pos, string $type) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4564. array yaz_scan_result (resource $id [, array& $result]) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4565. void yaz_scan (resource $id, string $type, string $startterm [, array $flags]) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
  4566. void yaz_schema (resource $id, string $schema) (PHP 4 >= 4.2.0, PECL yaz >= 0.9.0)
  4567. bool yaz_search (resource $id, string $type, string $query) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4568. void yaz_set_option (resource $id, string $name, string $value) (PECL yaz >= 0.9.0)
  4569. void yaz_sort (resource $id, string $criteria) (PHP 4 >= 4.0.7, PECL yaz >= 0.9.0)
  4570. void yaz_syntax (resource $id, string $syntax) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4571. mixed yaz_wait ( [array& $options]) (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0)
  4572. void yp_all (string $domain, string $map, string $callback) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)
  4573. array yp_cat (string $domain, string $map) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)
  4574. string yp_err_string (int $errorcode) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)
  4575. int yp_errno (void) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)
  4576. array yp_first (string $domain, string $map) (PHP 4, PHP 5 <= 5.0.5)
  4577. string yp_get_default_domain (void) (PHP 4, PHP 5 <= 5.0.5)
  4578. string yp_master (string $domain, string $map) (PHP 4, PHP 5 <= 5.0.5)
  4579. string yp_match (string $domain, string $map, string $key) (PHP 4, PHP 5 <= 5.0.5)
  4580. array yp_next (string $domain, string $map, string $key) (PHP 4, PHP 5 <= 5.0.5)
  4581. int yp_order (string $domain, string $map) (PHP 4, PHP 5 <= 5.0.5)
  4582. string zend_logo_guid (void) (PHP 4, PHP 5 < 5.5)
  4583. int zend_thread_id (void) (PHP 5)
  4584. string zend_version (void) (PHP 4, PHP 5)
  4585. void zip_close (resource $zip) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4586. bool zip_entry_close (resource $zip_entry) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4587. int zip_entry_compressedsize (resource $zip_entry) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4588. string zip_entry_compressionmethod (resource $zip_entry) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4589. int zip_entry_filesize (resource $zip_entry) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4590. string zip_entry_name (resource $zip_entry) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4591. bool zip_entry_open (resource $zip, resource $zip_entry [, string $mode]) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4592. string zip_entry_read (resource $zip_entry [, int $length]) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4593. resource zip_open (string $filename) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4594. resource zip_read (resource $zip) (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
  4595. string zlib_decode (string $data [, string $max_decoded_len]) (PHP 5 >= 5.4.0)
  4596. string zlib_encode (string $data, string $encoding [, string $level=-1]) (PHP 5 >= 5.4.0)
  4597. string zlib_get_coding_type (void) (PHP 4 >= 4.3.2, PHP 5)
Add Comment
Please, Sign In to add comment