package php; /** PHP native `resource` type @see http://php.net/manual/en/language.types.resource.php **/ abstract Resource(Dynamic) { }