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

search for in the

ReflectionExtension::getFunctions> <ReflectionExtension::getConstants
[edit] Last updated: Fri, 24 Jun 2011

view this page in

ReflectionExtension::getDependencies

(PHP 5)

ReflectionExtension::getDependenciesدریافت وابستگی‌ها

Description

public array ReflectionExtension::getDependencies ( void )

دریافت وابستگی‌ها به همراه فهرست کردن وابستگی‌های مورد نیاز و دارای تداخل.

Parameters

This function has no parameters.

Return Values

array شرکت‌پذیر وابستگی‌ها به عنوان کلید و Required، Optional یا Conflicts به عنوان مقدار.

Examples

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

<?php
$dom 
= new ReflectionExtension('dom');

print_r($dom->getDependencies());
?>

The above example will output something similar to:

Array
(
    [libxml] => Required
    [domxml] => Conflicts
)

See Also

  • ReflectionClass::getVersion()



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

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