get_include_path

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

get_include_path��ȡ��ǰ�� include_path ����ѡ��

˵��

get_include_path ( void ) : string

��ȡ��ǰ include_path ����ѡ���ֵ��

����ֵ

�����ַ�����·����

����

Example #1 get_include_path() ����

<?php
echo get_include_path();

// ��ʹ�� ini_get()
echo ini_get('include_path');
?>

�μ�