Forum und email
fputs

fputs

(PHP 3, PHP 4, PHP 5)

fputs -- Zapíše do souboru

Popis

int fputs ( int fp, string str [, int length] )

Funkce fputs() je alias k fwrite() a je s ní tedy naprosto identická. Uvědomte si, že parametr length je nepovinný a pokud není specifikován, zapíše se celý řetezec.