mixed CMain::GetFileContent( string abs_path )
The method GetFileContent retrieves the file contents.
Parameter | Description |
---|---|
abs_path | Absolute path to the file. |
String containing the file contents. The method returns false if the file cannot be found.
<? $APPLICATION->GetFileContent($_SERVER["DOCUMENT_ROOT"]."/en/index.php"); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |