downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionExtension::info> <ReflectionExtension::getName
[edit] Last updated: Fri, 24 Jun 2011

view this page in

ReflectionExtension::getVersion

(PHP 5)

ReflectionExtension::getVersionدریافت نسخه ضمیمه

Description

public string ReflectionExtension::getVersion ( void )

دریافت نسخه ضمیمه.

Parameters

This function has no parameters.

Return Values

نسخه ضمیمه.

Examples

Example #1 مثال ReflectionExtension::getVersion()

<?php
$ext 
= new ReflectionExtension('mysqli');
var_dump($ext->getVersion());
?>

The above example will output something similar to:

string(3) "0.1"

See Also



add a note add a note User Contributed Notes ReflectionExtension::getVersion - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites