PHP » GoLang |
login |
register |
about
|
GoLang openssl_cipher_iv_length
request it (319)
GoLang replacement for PHP's openssl_cipher_iv_length
[edit | history]
openssl_cipher_iv_length(PHP 5 >= 5.3.3, PHP 7) openssl_cipher_iv_length — Gets the cipher iv length Description
int openssl_cipher_iv_length
( string
$method
)Gets the cipher initialization vector (iv) length. Parameters
Return Values
Returns the cipher length on success, or Errors/Exceptions
Emits an ExamplesExample #1 openssl_cipher_iv_length() example
<?php The above example will output something similar to: 16 |
more
Recently updated
more
Most requested
more
Last requests
|