[PHP] get_include_path()

get_include_path() (funzione PHP) restituisce il valore del percorso dei file da includere

tips&tricks

Per dividere le parti della path in singole parti, è possibile usare la costante predefinita PATH_SEPARATOR, che funziona sia con sistemi UNIX sia Windows

Sintassi

get_include_path()
parametro descrizione
Nessuno

Esempi

echo  get_include_path();

/* RISULTATO
.:/usr/share/php
*/

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

funzioni php, php

Related Articles

0 Comment