1 | <?php |
||
28 | class OpenSsl implements Generator |
||
29 | { |
||
30 | public function generate($length) |
||
41 | |||
42 | /** |
||
43 | * Determines whether this provider can be run (e.g. all needed PHP extensions are available). |
||
44 | * |
||
45 | * @return bool Whether this provider is available |
||
46 | */ |
||
47 | public static function isAvailable() |
||
51 | } |
||
52 |