/manuals/php/function.mcrypt-module-get-algo-key-size.html

https://github.com/vsilent/vim · HTML · 83 lines · 66 code · 17 blank · 0 comment · 0 complexity · 8a2ac36089623f954aac36c6a1e76bb5 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. <title>Returns the maximum supported keysize of the opened mode</title>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  6. </head>
  7. <body><div style="text-align: center;">
  8. <div class="prev" style="float: left;"><a href="function.mcrypt-module-get-algo-block-size.html">mcrypt_module_get_algo_block_size</a></div>
  9. <div class="next" style="float: right;"><a href="function.mcrypt-module-get-supported-key-sizes.html">mcrypt_module_get_supported_key_sizes</a></div>
  10. <div class="up"><a href="ref.mcrypt.html">mcrypt</a></div>
  11. <div class="home"><a href="index.html">PHP Manual</a></div>
  12. </div><hr /><div id="function.mcrypt-module-get-algo-key-size" class="refentry">
  13. <div class="refnamediv">
  14. <h1 class="refname">mcrypt_module_get_algo_key_size</h1>
  15. <p class="verinfo">(PHP 4 &gt;= 4.0.2, PHP 5)</p><p class="refpurpose dc-title">mcrypt_module_get_algo_key_size Returns the maximum supported keysize of the opened mode</p>
  16. </div>
  17. <div class="refsect1 description">
  18. <h3 class="title">Описание</h3>
  19. <div class="methodsynopsis dc-description">
  20. <span class="type">int</span> <span class="methodname"><b><b>mcrypt_module_get_algo_key_size</b></b></span>
  21. ( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$algorithm</tt></span>
  22. [, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$lib_dir</tt></span>
  23. ] )</div>
  24. <p class="para rdfs-comment">
  25. Gets the maximum supported keysize of the opened mode.
  26. </p>
  27. </div>
  28. <div class="refsect1 parameters">
  29. <h3 class="title">Список параметров</h3>
  30. <p class="para">
  31. <dl>
  32. <dt>
  33. <span class="term"><i><tt class="parameter">algorithm</tt></i>
  34. </span>
  35. <dd>
  36. <p class="para">
  37. The algorithm name.
  38. </p>
  39. </dd>
  40. </dt>
  41. <dt>
  42. <span class="term"><i><tt class="parameter">lib_dir</tt></i>
  43. </span>
  44. <dd>
  45. <p class="para">
  46. This optional parameter can contain the location where the mode module
  47. is on the system.
  48. </p>
  49. </dd>
  50. </dt>
  51. </dl>
  52. </p>
  53. </div>
  54. <div class="refsect1 returnvalues">
  55. <h3 class="title">Возвращаемые значения</h3>
  56. <p class="para">
  57. This function returns the maximum supported key size of the
  58. algorithm specified in bytes.
  59. </p>
  60. </div>
  61. </div><hr /><div style="text-align: center;">
  62. <div class="prev" style="float: left;"><a href="function.mcrypt-module-get-algo-block-size.html">mcrypt_module_get_algo_block_size</a></div>
  63. <div class="next" style="float: right;"><a href="function.mcrypt-module-get-supported-key-sizes.html">mcrypt_module_get_supported_key_sizes</a></div>
  64. <div class="up"><a href="ref.mcrypt.html">mcrypt</a></div>
  65. <div class="home"><a href="index.html">PHP Manual</a></div>
  66. </div></body></html>