ReflectionExtension::getDependencies

(PHP 5 >= 5.1.3, PHP 7)

ReflectionExtension::getDependencies��ȡ����

˵��

public ReflectionExtension::getDependencies ( void ) : array

��ȡ��������������ġ���ͻ�ġ���ѡ�ġ� Gets dependencies, by listing both required and conflicting dependencies.

����

�˺���û�в�����

����ֵ

����һ������������չ����Ϊ���������飬ÿһ���ȡֵΪ Required��Optional ���� Conflicts��

����

Example #1 ReflectionExtension::getDependencies() example

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

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

�������̵���������ڣ�

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

�μ�

  • ReflectionClass::getVersion()