php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.inclued-get-data.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Get the inclued data				  				 				 				 inclued Functions				 PHP Options/Info				 inclued Functions				 PHP Manual								 				  inclued_get_data				  (No version information available, might be only in CVS)inclued_get_data — Get the inclued data								 								 				  Description				  				   array inclued_get_data				    ( void				   )								  				   Get the inclued data.				  				 												 				  Parameters				  This function has no parameters.				 												 				  Return Values				  				   The inclued data.				  				 												 				  Examples				  				   				    Example #1 inclued_get_data() example				    				     See the inclued examples				     section for ways to create a graphs with this data.				    				    								<?php include 'x.php';$clue = inclued_get_data();print_r($clue);?>												    								    The above example will output 				something similar to:				    								Array				(				  [includes] => Array				    (				      [0] => Array				        (				          [operation] => include				          [op_type] => 2				          [filename] => x.php				          [opened_path] => /tmp/x.php				          [fromfile] => /tmp/z.php				          [fromline] => 2				        )				    )				)								    				   				  				 												 				  See Also				  				   				    inclued examples				    debug_backtrace()				    include()				   				  				 																 inclued Functions				 PHP Options/Info				 inclued Functions				 PHP Manual											

相关资源