Display the drop-down list

Configuration of openssl_get_publickey()

<?php
/**
 * PHP By Example
 *
 * @copyright 2015 Michel Corne 
 * @license   http://www.opensource.org/licenses/gpl-3.0.html GNU GPL v3
 */

require_once 'openssl_pkey_get_public.php';

/**
 * Function configuration
 *
 * @see docs/function-configuration.txt
 */

class openssl_get_publickey extends openssl_pkey_get_public
{
    public 
$synopsis 'resource openssl_get_publickey ( mixed $certificate )';
}