Page d'accueil> Tutoriel de programmation réseau
Tout Tutoriel ASP Tutoriel ASP Tutoriel ASP.NET Tutoriel PHP Tutoriel JSP Tutoriel C#/CSHARP Tutoriel XML Tutoriel Ajax Tutoriel Perl Tutoriel Shell Tutoriel Visual Basic Tutoriel Delphes Tutoriel de développement mobile Tutoriel C/C++ Tutoriel Java J2EE/J2ME génie logiciel
Tutoriel de programmation réseau
  • Fonction PHP set_file_buffer()

    Fonction PHP set_file_buffer()

    Définition et utilisation La fonction set_file_buffer() définit la taille du tampon pour les fichiers ouverts. Utilisez la fonction fwrite() pour afficher les résultats. La taille du tampon est généralement de 8 Ko. Par conséquent, si vous souhaitez écrir
    2025-01-04
  • Fonction PHP rmdir()

    Fonction PHP rmdir()

    Définition et utilisation La fonction rmdir() supprime les répertoires vides. En cas de succès, la fonction renvoie TRUE. En cas d'échec, renvoie FALSE. Syntaxe rmdir(dir,context) description du paramètre
    2025-01-04
  • Fonction PHP rewind()

    Fonction PHP rewind()

    Définition et utilisation La fonction rewind() rembobine la position du pointeur de fichier au début du fichier. En cas de succès, la fonction renvoie TRUE. En cas d'échec, renvoie FALSE. Paramètre de syntaxe rembobinage (fichier)
    2025-01-04
  • Fonction PHP renommer()

    Fonction PHP renommer()

    Définition et utilisation La fonction rename() renomme un fichier ou un répertoire. En cas de succès, la fonction renvoie TRUE. En cas d'échec, renvoie FALSE. Syntaxe rename(ancien nom, nouveau nom
    2025-01-04
  • Fonction PHP realpath()

    Fonction PHP realpath()

    Définition et utilisation La fonction realpath() renvoie le chemin absolu. Cette fonction supprime tous les liens symboliques (tels que '/./', '/../' et '/' redondants) et renvoie le chemin absolu. Si cela échoue, le
    2025-01-04
  • Fonction PHP readlink()

    Fonction PHP readlink()

    Définition et utilisation La fonction readlink() renvoie la cible d'un lien symbolique. En cas de succès, la fonction renvoie la cible connectée. En cas d'échec, renvoie FALSE. Paramètre de syntaxe readlink(linkpath)
    2025-01-04
  • Fonction PHP readfile()

    Fonction PHP readfile()

    Définition et utilisation La fonction readfile() lit un fichier et l'écrit dans le tampon de sortie. En cas de succès, la fonction renvoie le nombre d'octets lus dans le fichier. En cas d'échec, la fonction renvoie FALSE avec un message d'
    2025-01-04
  • Fonction PHP popen()

    Fonction PHP popen()

    Définition et utilisation La fonction popen() utilise le paramètre command pour ouvrir le pointeur du fichier de processus. Si une erreur se produit, la fonction renvoie FALSE. Paramètres de syntaxe popen(commande,mode)
    2025-01-04
  • Fonction PHP pclose()

    Fonction PHP pclose()

    Définition et utilisation La fonction pclose() ferme le processus ouvert par popen(). En cas d'échec, la fonction renvoie FALSE. Syntaxe pclose(pipe) Paramètre Description pipe
    2025-01-04
  • Fonction PHP pathinfo()

    Fonction PHP pathinfo()

    Définition et utilisation La fonction pathinfo() renvoie des informations sur le chemin du fichier sous la forme d'un tableau. Les éléments du tableau renvoyés sont les suivants : [dirname] : chemin du répertoire [basename] : nom du fichier [ext
    2025-01-04
  • Fonction PHP parse_ini_file()

    Fonction PHP parse_ini_file()

    Définition et utilisation La fonction parse_ini_file() analyse un fichier de configuration (fichier ini) et renvoie les paramètres dans un tableau. Syntaxe parse_ini_file(file,pr
    2025-01-04
  • Fonction PHP move_uploaded_file()

    Fonction PHP move_uploaded_file()

    Définition et utilisation La fonction move_uploaded_file() déplace le fichier téléchargé vers un nouvel emplacement. La fonction renvoie VRAI en cas de succès et FAUX en cas d'échec. Syntaxe move_upl
    2025-01-04
  • Fonction PHP mkdir()

    Fonction PHP mkdir()

    Définition et utilisation La fonction mkdir() crée un répertoire. La fonction renvoie VRAI en cas de succès et FAUX en cas d'échec. Syntaxe mkdir(chemin,mode,récursif,con
    2025-01-04
  • Fonction PHP lstat()

    Fonction PHP lstat()

    Définition et utilisation La fonction lstat() renvoie des informations sur un fichier ou un lien symbolique. Cette fonction renverra un tableau contenant les éléments suivants : [0] ou [dev] - numéro de périphérique [1] ou [ino] -
    2025-01-04
  • Fonction PHP linkinfo()

    Fonction PHP linkinfo()

    Définition et utilisation La fonction linkinfo() renvoie des informations sur un lien physique. Cette fonction renvoie l'ID de l'appareil ou FALSE en cas d'échec. Syntaxe linkinfo (chemin) description du paramètre
    2025-01-04