Jump to content
php.lv forumi

likt php nopumpet failu webservera diraa /files


boon

Recommended Posts

no lv.php.net

'w' Open for writing only; place the file pointer at the beginning of the file and truncate the file to zero length. If the file does not exist, attempt to create it.

 

'x' Create and open for writing only; place the file pointer at the beginning of the file. If the file already exists, the fopen() call will fail by returning FALSE and generating an error of level E_WARNING. If the file does not exist, attempt to create it. This is equivalent to specifying O_EXCL|O_CREAT flags for the underlying open(2) system call. This option is supported in PHP 4.3.2 and later, and only works for local files.

 

taatad ja kautkas zem taa faila ir tad vinjsh rakstiis pa virsu!! ja lieto "w"

ja "x" tad buus errors ....

tapeec skatoties kaadaam vajadziibaam kaa lietosim ...

Link to comment
Share on other sites

×
×
  • Create New...