Function __global->get_file_base

Definitions

sources/global.php

  • Get the file base for your installation of the software.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The file base, without a trailing slash
  • Type: PATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the file base for your installation of the software.
 *
 * @return PATH The file base, without a trailing slash
 */

function get_file_base() : string
 

sources/minikernel.php

  • Get the file base for your installation of the software.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The file base, without a trailing slash
  • Type: PATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the file base for your installation of the software.
 *
 * @return PATH The file base, without a trailing slash
 */

function get_file_base() : string