PHP Classes

File: src/functions.php

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Application Server   src/functions.php   Download  
File: src/functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Application Server
Run application with different types of Web server
Author: By
Last change:
Date: 2 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php

namespace PHPServer;

function
base_path(string|null $path): string
{
    return
dirname(__DIR__) . "/$path";
}