[PHP] getcwd()

getcwd() (funzione PHP) restituisce il percorso fisico del sito web in cui si trova il codice.

tips&tricks

Sintassi

getcwd()
parametro descrizione
nessuno

Esempi

echo getcwd();
// home/www

Contenuti correlati

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

Fonti esterne

funzioni php, php

Related Articles

0 Comment