get_temp_dir() (funzione WordPress) restituisce, sotto forma di stringa, la path della directory scrivibile per i file temporanei.
tips&tricks
Sintassi
get_temp_dir()
| parametro | descrizione |
|---|---|
| – | Nessuno |
Esempi
get_temp_dir(); /* RISULTATO C:/xampp/apps/wordpress/tmp/ */
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment