PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/html/index.html

http://phptshell.googlecode.com/
HTML | 122 lines | 119 code | 3 blank | 0 comment | 0 complexity | 9a680c38e1b0cd5a9e0a2161040d8af9 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Zend ??????</title>
  6. </head>
  7. <body>
  8. <div>
  9. <h1 class="title">?????</h1>
  10. <div class="partintro">
  11. <h1 class="title">??</h1>
  12. <p class="para">
  13. ??????????????? <a class="link" href="ref.regex.php">POSIX ???????</a>? <a class="link" href="ref.pcre.php">Perl ?????????</a>?
  14. </p>
  15. </div>
  16. <h2>Table of Contents</h2>
  17. <ul class="chunklist chunklist_reference">
  18. <li><a href="function.addcslashes.php">addcslashes</a> &mdash; ? C ??????????????????</li>
  19. <li><a href="function.addslashes.php">addslashes</a> &mdash; ??????????</li>
  20. <li><a href="function.bin2hex.php">bin2hex</a> &mdash; ???????????????</li>
  21. <li><a href="function.chop.php">chop</a> &mdash; rtrim ???</li>
  22. <li><a href="function.chr.php">chr</a> &mdash; ???????</li>
  23. <li><a href="function.chunk-split.php">chunk_split</a> &mdash; ?????????</li>
  24. <li><a href="function.convert-cyr-string.php">convert_cyr_string</a> &mdash; ?????? Cyrillic ????????</li>
  25. <li><a href="function.convert-uudecode.php">convert_uudecode</a> &mdash; ???? uuencode ??????</li>
  26. <li><a href="function.convert-uuencode.php">convert_uuencode</a> &mdash; ?? uuencode ???????</li>
  27. <li><a href="function.count-chars.php">count_chars</a> &mdash; ????????????</li>
  28. <li><a href="function.crc32.php">crc32</a> &mdash; ???????? crc32 ???</li>
  29. <li><a href="function.crypt.php">crypt</a> &mdash; ???????</li>
  30. <li><a href="function.echo.php">echo</a> &mdash; ??????????</li>
  31. <li><a href="function.explode.php">explode</a> &mdash; ???????????????</li>
  32. <li><a href="function.fprintf.php">fprintf</a> &mdash; ?????????????</li>
  33. <li><a href="function.get-html-translation-table.php">get_html_translation_table</a> &mdash; ???? htmlspecialchars ? htmlentities ?????</li>
  34. <li><a href="function.hebrev.php">hebrev</a> &mdash; ??????????logical-Hebrew?????????????visual-Hebrew?</li>
  35. <li><a href="function.hebrevc.php">hebrevc</a> &mdash; ??????????logical-Hebrew?????????????visual-Hebrew?????????</li>
  36. <li><a href="function.hex2bin.php">hex2bin</a> &mdash; Converts the hex representation of data to binary</li>
  37. <li><a href="function.html-entity-decode.php">html_entity_decode</a> &mdash; Convert all HTML entities to their applicable characters</li>
  38. <li><a href="function.htmlentities.php">htmlentities</a> &mdash; Convert all applicable characters to HTML entities</li>
  39. <li><a href="function.htmlspecialchars-decode.php">htmlspecialchars_decode</a> &mdash; Convert special HTML entities back to characters</li>
  40. <li><a href="function.htmlspecialchars.php">htmlspecialchars</a> &mdash; Convert special characters to HTML entities</li>
  41. <li><a href="function.implode.php">implode</a> &mdash; Join array elements with a string</li>
  42. <li><a href="function.join.php">join</a> &mdash; ?? implode</li>
  43. <li><a href="function.lcfirst.php">lcfirst</a> &mdash; Make a string's first character lowercase</li>
  44. <li><a href="function.levenshtein.php">levenshtein</a> &mdash; Calculate Levenshtein distance between two strings</li>
  45. <li><a href="function.localeconv.php">localeconv</a> &mdash; Get numeric formatting information</li>
  46. <li><a href="function.ltrim.php">ltrim</a> &mdash; Strip whitespace (or other characters) from the beginning of a string</li>
  47. <li><a href="function.md5-file.php">md5_file</a> &mdash; ??????? MD5 ???</li>
  48. <li><a href="function.md5.php">md5</a> &mdash; ?????? MD5 ???</li>
  49. <li><a href="function.metaphone.php">metaphone</a> &mdash; Calculate the metaphone key of a string</li>
  50. <li><a href="function.money-format.php">money_format</a> &mdash; Formats a number as a currency string</li>
  51. <li><a href="function.nl-langinfo.php">nl_langinfo</a> &mdash; Query language and locale information</li>
  52. <li><a href="function.nl2br.php">nl2br</a> &mdash; ???????????? HTML ????</li>
  53. <li><a href="function.number-format.php">number_format</a> &mdash; Format a number with grouped thousands</li>
  54. <li><a href="function.ord.php">ord</a> &mdash; ????? ASCII ??</li>
  55. <li><a href="function.parse-str.php">parse_str</a> &mdash; Parses the string into variables</li>
  56. <li><a href="function.print.php">print</a> &mdash; ?????</li>
  57. <li><a href="function.printf.php">printf</a> &mdash; ????????</li>
  58. <li><a href="function.quoted-printable-decode.php">quoted_printable_decode</a> &mdash; Convert a quoted-printable string to an 8 bit string</li>
  59. <li><a href="function.quoted-printable-encode.php">quoted_printable_encode</a> &mdash; Convert a 8 bit string to a quoted-printable string</li>
  60. <li><a href="function.quotemeta.php">quotemeta</a> &mdash; Quote meta characters</li>
  61. <li><a href="function.rtrim.php">rtrim</a> &mdash; ????????????????????</li>
  62. <li><a href="function.setlocale.php">setlocale</a> &mdash; Set locale information</li>
  63. <li><a href="function.sha1-file.php">sha1_file</a> &mdash; ????? sha1 ???</li>
  64. <li><a href="function.sha1.php">sha1</a> &mdash; ?????? sha1 ???</li>
  65. <li><a href="function.similar-text.php">similar_text</a> &mdash; ???????????</li>
  66. <li><a href="function.soundex.php">soundex</a> &mdash; Calculate the soundex key of a string</li>
  67. <li><a href="function.sprintf.php">sprintf</a> &mdash; Return a formatted string</li>
  68. <li><a href="function.sscanf.php">sscanf</a> &mdash; Parses input from a string according to a format</li>
  69. <li><a href="function.str-getcsv.php">str_getcsv</a> &mdash; ?? CSV ????????</li>
  70. <li><a href="function.str-ireplace.php">str_ireplace</a> &mdash; str_replace ????????</li>
  71. <li><a href="function.str-pad.php">str_pad</a> &mdash; ??????????????????</li>
  72. <li><a href="function.str-repeat.php">str_repeat</a> &mdash; ???????</li>
  73. <li><a href="function.str-replace.php">str_replace</a> &mdash; ??????</li>
  74. <li><a href="function.str-rot13.php">str_rot13</a> &mdash; ?????? ROT13 ??</li>
  75. <li><a href="function.str-shuffle.php">str_shuffle</a> &mdash; ?????????</li>
  76. <li><a href="function.str-split.php">str_split</a> &mdash; ?????????</li>
  77. <li><a href="function.str-word-count.php">str_word_count</a> &mdash; ?????????????</li>
  78. <li><a href="function.strcasecmp.php">strcasecmp</a> &mdash; ??????????????????</li>
  79. <li><a href="function.strchr.php">strchr</a> &mdash; ?? strstr</li>
  80. <li><a href="function.strcmp.php">strcmp</a> &mdash; ??????????</li>
  81. <li><a href="function.strcoll.php">strcoll</a> &mdash; ????????????</li>
  82. <li><a href="function.strcspn.php">strcspn</a> &mdash; ?????????????????</li>
  83. <li><a href="function.strip-tags.php">strip_tags</a> &mdash; ??????? HTML ? PHP ??</li>
  84. <li><a href="function.stripcslashes.php">stripcslashes</a> &mdash; ??????? addcslashes ??????</li>
  85. <li><a href="function.stripos.php">stripos</a> &mdash; ????????????????????</li>
  86. <li><a href="function.stripslashes.php">stripslashes</a> &mdash; ??????????</li>
  87. <li><a href="function.stristr.php">stristr</a> &mdash; strstr ??????????</li>
  88. <li><a href="function.strlen.php">strlen</a> &mdash; ???????</li>
  89. <li><a href="function.strnatcasecmp.php">strnatcasecmp</a> &mdash; ??“????”???????????????</li>
  90. <li><a href="function.strnatcmp.php">strnatcmp</a> &mdash; ?????????????</li>
  91. <li><a href="function.strncasecmp.php">strncasecmp</a> &mdash; ??????????????????????????</li>
  92. <li><a href="function.strncmp.php">strncmp</a> &mdash; ??????????????????</li>
  93. <li><a href="function.strpbrk.php">strpbrk</a> &mdash; ??????????????????</li>
  94. <li><a href="function.strpos.php">strpos</a> &mdash; ????????????</li>
  95. <li><a href="function.strrchr.php">strrchr</a> &mdash; ??????????????????</li>
  96. <li><a href="function.strrev.php">strrev</a> &mdash; ?????</li>
  97. <li><a href="function.strripos.php">strripos</a> &mdash; ???????????????????????????????</li>
  98. <li><a href="function.strrpos.php">strrpos</a> &mdash; ???????????????????????</li>
  99. <li><a href="function.strspn.php">strspn</a> &mdash; ???????????????????????????????</li>
  100. <li><a href="function.strstr.php">strstr</a> &mdash; ??????????</li>
  101. <li><a href="function.strtok.php">strtok</a> &mdash; ???????</li>
  102. <li><a href="function.strtolower.php">strtolower</a> &mdash; ?????????</li>
  103. <li><a href="function.strtoupper.php">strtoupper</a> &mdash; ?????????</li>
  104. <li><a href="function.strtr.php">strtr</a> &mdash; ??????</li>
  105. <li><a href="function.substr-compare.php">substr_compare</a> &mdash; ???????????????????????</li>
  106. <li><a href="function.substr-count.php">substr_count</a> &mdash; ?????????</li>
  107. <li><a href="function.substr-replace.php">substr_replace</a> &mdash; ????????</li>
  108. <li><a href="function.substr.php">substr</a> &mdash; ????????</li>
  109. <li><a href="function.trim.php">trim</a> &mdash; ?????????????????????</li>
  110. <li><a href="function.ucfirst.php">ucfirst</a> &mdash; ?????????????</li>
  111. <li><a href="function.ucwords.php">ucwords</a> &mdash; ??????????????????</li>
  112. <li><a href="function.vfprintf.php">vfprintf</a> &mdash; ??????????</li>
  113. <li><a href="function.vprintf.php">vprintf</a> &mdash; ????????</li>
  114. <li><a href="function.vsprintf.php">vsprintf</a> &mdash; ????????</li>
  115. <li><a href="function.wordwrap.php">wordwrap</a> &mdash; ?????????????</li>
  116. </ul>
  117. </div>
  118. </body>
  119. </html>