fputs

Syntax

int fputs ( resource deskriptor, string reťazec [, int dĺžka] )

Popis

Príkaz jazyka PHP
Zapíše do súboru na aktuálnu pozíciu
Funkcia fputs() je alias pre funkciu fwrite a je s touto funkciou identická. Všimnite si, že parameter dĺžka je voliteľný - ak nie je špecifikovaný, bude zapísaný celý reťazec.