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 May 2013

view this page in

ReflectionExtension::getVersion

(PHP 5)

ReflectionExtension::getVersionGets extension version

Descrição

public string ReflectionExtension::getVersion ( void )

Gets the version of the extension.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The version of the extension.

Exemplos

Exemplo #1 ReflectionExtension::getVersion() example

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

O exemplo acima irá imprimir algo similar à:

string(3) "0.1"

Veja Também



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