“PHP wymaga_once” Kod odpowiedzi

PHP Requuire raz

require_once('var.php');
Nate

wymaga_once php

// Require_once is ignored if the required file has already been added by any of the include statements.
<?php
 require_once 'require_oncefile.php';
?>
Helpful Hamster

PHP wymaga_once

define('__ROOT__', dirname(dirname(__FILE__)));
require_once(__ROOT__.'whatever');
Eitan Feinberg

wymaga innej na serwerze

define('__ROOT__', dirname(dirname(__FILE__))); //call define untill you get to the root directory
require_once (__ROOT__."/Path/To/File.php"); //append __ROOT__ to the string
Dangerous Dove

Odpowiedzi podobne do “PHP wymaga_once”

Pytania podobne do “PHP wymaga_once”

Więcej pokrewnych odpowiedzi na “PHP wymaga_once” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu