★ wanayoo — archive 1999 http://uk.php.net/manual/fr/function.fpassthru.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Système de fichiers
Quick Reference
Système de fichiers
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this page
* basename
* chgrp
* chmod
* chown
* clearstatcache
* copy
* delete
* dirname
* diskfreespace
* fclose
* feof
* fgetc
* fgetcsv
* fgets
* fgetss
* file
* file_exists
* fileatime
* filectime
* filegroup
* fileinode
* filemtime
* fileowner
* fileperms
* filesize
* filetype
* flock
* fopen
* fpassthru
* fputs
* fread
* fseek
* ftell
* fwrite
* set_file_buffer
* is_dir
* is_executable
* is_file
* is_link
* is_readable
* is_writeable
* link
* linkinfo
* mkdir
* pclose
* popen
* readfile
* readlink
* rename
* rewind
* rmdir
* stat
* lstat
* symlink
* tempnam
* touch
* umask
* unlink

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: fpassthru
View the source code for this pageSearch the site



Previous page
 fopen
 Updated
Sun, 06 Aug 2000
fputs 
Next page


fpassthru

(PHP3 , PHP4 )

fpassthru --  Affiche la partie du fichier située après le pointeur du fichier.

Description

int fpassthru (int fp)

fpassthru() lit tout le reste d'un fichier jusqu'à la fin, et dirige le résultat vers la sortie standard.

Si une erreur survient, fpassthru() retourne FALSE.

Le pointeur de fichier doit être valide, et doit avoir été correctement ouvert par fopen(), popen(), ou fsockopen(). Après lecture, fpassthru() va fermer le fichier (le pointeur fp sera alors invalide).

Si vous voulez simplement afficher le contenu d'un fichier, il suffit d'utiliser readfile(), ce qui épargnera l'appel à fopen().

Voir aussi readfile(), fopen(), popen(), et fsockopen().


 About Notes


Previous page
 fopen
 Updated
Sun, 06 Aug 2000
fputs 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United Kingdom
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.