PHP_Compat
[ class tree: PHP_Compat ] [ index: PHP_Compat ] [ all elements ]

Source for file Components.php

Documentation is available at Components.php

  1. <?php
  2. // +----------------------------------------------------------------------+
  3. // | PHP Version 4                                                        |
  4. // +----------------------------------------------------------------------+
  5. // | Copyright (c) 1997-2004 The PHP Group                                |
  6. // +----------------------------------------------------------------------+
  7. // | This source file is subject to version 3.0 of the PHP license,       |
  8. // | that is bundled with this package in the file LICENSE, and is        |
  9. // | available at through the world-wide-web at                           |
  10. // | http://www.php.net/license/3_0.txt.                                  |
  11. // | If you did not receive a copy of the PHP license and are unable to   |
  12. // | obtain it through the world-wide-web, please send a note to          |
  13. // | license@php.net so we can mail you a copy immediately.               |
  14. // +----------------------------------------------------------------------+
  15. // | Authors: Aidan Lister <aidan@php.net>                                |
  16. // +----------------------------------------------------------------------+
  17. //
  18. // $Id: Components.php,v 1.4 2005/05/10 07:59:19 aidan Exp $
  19.  
  20.  
  21. // Functions
  22. $components['function']['array_change_key_case']      '4.2.0';
  23. $components['function']['array_chunk']                '4.2.0';
  24. $components['function']['array_combine']              '5.0.0';
  25. $components['function']['array_diff_assoc']           '4.3.0';
  26. $components['function']['array_diff_key']             '5.0.2';
  27. $components['function']['array_diff_ukey']            '5.0.2';
  28. $components['function']['array_intersect_assoc']      '5.0.0';
  29. $components['function']['array_intersect_key']        '5.0.2';
  30. $components['function']['array_intersect_uassoc']     '5.0.0';
  31. $components['function']['array_intersect_ukey']       '5.0.2';
  32. $components['function']['array_key_exists']           '4.1.0';
  33. $components['function']['array_search']               '4.0.5';
  34. $components['function']['array_udiff']                '5.0.0';
  35. $components['function']['array_udiff_assoc']          '5.0.0';
  36. $components['function']['array_udiff_uassoc']         '5.0.0';
  37. $components['function']['array_uintersect']           '5.0.0';
  38. $components['function']['array_uintersect_assoc']     '5.0.0';
  39. $components['function']['array_uintersect_uassoc']    '5.0.0';
  40. $components['function']['array_walk_recursive']       '5.0.0';
  41. $components['function']['call_user_func_array']       '4.0.4';
  42. $components['function']['clone']                      '5.0.0';
  43. $components['function']['constant']                   '4.0.4';
  44. $components['function']['convert_uudecode']           '5.0.0';
  45. $components['function']['convert_uuencode']           '5.0.0';
  46. $components['function']['debug_print_backtrace']      '5.0.0';
  47. $components['function']['file_get_contents']          '4.3.0';
  48. $components['function']['file_put_contents']          '5.0.0';
  49. $components['function']['floatval']                   '4.2.0';
  50. $components['function']['fprintf']                    '5.0.0';
  51. $components['function']['get_headers']                '5.0.0';
  52. $components['function']['get_include_path']           '4.3.0';
  53. $components['function']['html_entity_decode']         '4.3.0';
  54. $components['function']['http_build_query']           '5.0.0';
  55. $components['function']['ibase_timefmt']              '5.0.0';
  56. $components['function']['image_type_to_mime_type']    '4.3.0';
  57. $components['function']['ini_get_all']                '4.2.0';
  58. $components['function']['is_a']                       '4.2.0';
  59. $components['function']['md5_file']                   '4.2.0';
  60. $components['function']['mhash']                      '4.0.0';
  61. $components['function']['ob_clean']                   '4.2.0';
  62. $components['function']['ob_flush']                   '4.2.0';
  63. $components['function']['ob_get_clean']               '4.3.0';
  64. $components['function']['ob_get_flush']               '4.3.0';
  65. $components['function']['php_strip_whitespace']       '5.0.0';
  66. $components['function']['pg_affected_rows']           '4.2.0';
  67. $components['function']['pg_escape_bytea']            '4.2.0';
  68. $components['function']['pg_unescape_bytea']          '4.2.0';
  69. $components['function']['restore_include_path']       '4.3.0';
  70. $components['function']['scandir']                    '5.0.0';
  71. $components['function']['set_include_path']           '4.3.0';
  72. $components['function']['str_ireplace']               '5.0.0';
  73. $components['function']['str_rot13']                  '4.2.0';
  74. $components['function']['str_shuffle']                '4.3.0';
  75. $components['function']['str_split']                  '5.0.0';
  76. $components['function']['str_word_count']             '4.3.0';
  77. $components['function']['stripos']                    '5.0.0';
  78. $components['function']['strpbrk']                    '5.0.0';
  79. $components['function']['strripos']                   '5.0.0';
  80. $components['function']['substr_compare']             '5.0.0';
  81. $components['function']['var_export']                 '4.2.0';
  82. $components['function']['version_compare']            '4.1.0';
  83. $components['function']['vprintf']                    '4.1.0';
  84. $components['function']['vsprintf']                   '4.1.0';
  85.  
  86. // Constants
  87. $components['constant']['DIRECTORY_SEPARATOR']        '4.0.6';
  88. $components['constant']['E_STRICT']                   '5.0.0';
  89. $components['constant']['FILE']                       '4.3.0';
  90. $components['constant']['PATH_SEPARATOR']             '4.2.0';
  91. $components['constant']['PHP_EOL']                    '5.0.1';
  92. $components['constant']['STD']                        '4.3.0';
  93. $components['constant']['T']                          '5.0.0';
  94. $components['constant']['UPLOAD_ERR']                 '4.3.0';
  95. ?>

Documentation generated on Mon, 11 Mar 2019 14:20:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.