File: /modules/webservice/include.php

Description

Classes defined in this file

CLASS NAME

DESCRIPTION

Include/Require Statements

dirname($_SERVER['SCRIPT_FILENAME']).'/../../include.php' (line 33)

include_once : dirname($_SERVER['SCRIPT_FILENAME']).'/../../include.php'

constant('POWLAPI_INCLUDE_DIR').'include.php' (line 39)

include_once : constant('POWLAPI_INCLUDE_DIR').'include.php'

'functions.inc.php' (line 42)

include_once : 'functions.inc.php'

'config.inc.php' (line 44)

include_once : 'config.inc.php'

Global Variables

Constants

Functions

file_exists_incpath (line 12)

bool file_exists_incpath( string $file)

Check if a file exists in the include path

Parameters

  • string $file: The name of the file to look for

Info

  • return - True if the file exists, False if it does not
  • author - Aidan Lister <aidan@php.net>
  • version - 1.2

Documentation generated on Tue, 07 Nov 2006 13:06:56 +0100 by phpDocumentor 1.3.0