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

view this page in

ReflectionExtension::getVersion

(PHP 5)

ReflectionExtension::getVersionEklentinin sürüm bilgisini döndürür

Açıklama

public string ReflectionExtension::getVersion ( void )

Eklentinin sürüm bilgisini döndürür.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Eklentinin sürüm bilgisi.

Örnekler

Örnek 1 - ReflectionExtension::getVersion() örneği

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

Yukarıdaki örnek şuna benzer bir çıktı üretir:

string(3) "0.1"

Ayrıca Bakınız



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