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 debin()

    Fonction PHP debin()

    Exemple pour convertir un décimal en binaire : <?phpecho decbin("3") . "<br> ";echo décbin("1") . "<br> ";écho décbi
    2024-12-26
  • Fonction PHP deg2rad()

    Fonction PHP deg2rad()

    Exemple pour convertir des angles en radians : <?phpecho deg2rad("45") . "<br> ";echo deg2rad("90") . "<br> "; écho deg
    2024-12-26
  • Fonction PHP expm1()

    Fonction PHP expm1()

    L'exemple renvoie exp() - 1 : <?phpecho(expm1(0) . "<br> ");echo(expm1(1) . "<br> ");echo(expm1(1
    2024-12-26
  • Fonction PHP getrandmax()

    Fonction PHP getrandmax()

    L'instance renvoie la valeur maximale possible du nombre aléatoire affiché en appelant la fonction rand() :<?phpecho(getrandmax()); ?> Définition et utilisationLe getrandmax()
    2024-12-26
  • Fonction PHP hypot()

    Fonction PHP hypot()

    Exemple de calcul de la longueur de l'hypoténuse de différents triangles rectangles : <?phpecho hypot(3,4) . "<br> ";écho hypot(4,6) . "<br> ";écho hy
    2024-12-26
  • Fonction PHP is_infinite()

    Fonction PHP is_infinite()

    Exemple pour déterminer si une valeur est infinie : <?phpechois_infinite(2). "<br> ";echois_infinite(log(0)). "<br> ";ec
    2024-12-26
  • Fonction PHP log()

    Fonction PHP log()

    Les exemples renvoient le logarithme népérien de différents nombres : <?phpecho(log(2.7183) . "<br> ");echo(log(2) . "<br> ");echo(log(1) .
    2024-12-26
  • Fonction PHP ftp_systype()

    Fonction PHP ftp_systype()

    Définition et utilisation La fonction ftp_systype() renvoie l'identifiant du type de système du serveur FTP. En cas de succès, la fonction renvoie le type de système. En cas d'échec, renvoie FALSE. Syntaxe ftp_syst
    2024-12-26
  • Fonction PHP headers_sent()

    Fonction PHP headers_sent()

    Définition et utilisation La fonction headers_sent() vérifie si/où les en-têtes HTTP sont envoyés. Cette fonction renvoie TRUE si l'en-tête a été envoyé, FALSE sinon. Tête de grammaire
    2024-12-26
  • Fonction PHP setrawcookie()

    Fonction PHP setrawcookie()

    Définition et utilisation La fonction setrawcookie() envoie un cookie HTTP sans URL codant la valeur du cookie. Un cookie est une variable envoyée par le serveur au navigateur.
    2024-12-26
  • Fonction PHP libxml_get_errors()

    Fonction PHP libxml_get_errors()

    Définition et utilisation La fonction libxml_get_errors() récupère les erreurs du tampon d'erreurs libxml. Cette fonction renvoie un tableau d'objets d'erreur s'il n'y a aucune erreur dans le tampon d'erreur libxml
    2024-12-26
  • Fonction PHP ezmlm_hash()

    Fonction PHP ezmlm_hash()

    Définition et utilisation La fonction ezmlm_hash() est utilisée pour sauvegarder la valeur de hachage de la liste de diffusion EZMLM dans une base de données MySQL. Cette fonction reçoit un paramètre d'adresse e-mail et renvoie une valeur de hachage e
    2024-12-26
  • Fonction PHP abs()

    Fonction PHP abs()

    Les exemples renvoient les valeurs absolues de différents nombres : <?phpecho(abs(6.7) . "<br> ");echo(abs(-6.7) . "<br> ");echo(abs(-3) .
    2024-12-26
  • Fonction PHP asin()

    Fonction PHP asin()

    Les exemples renvoient des arcs sinus de nombres différents : <?phpecho(asin(0.64) . "<br> ");echo(asin(-0.4) . "<br> ");echo(asin(0
    2024-12-26
  • Fonction PHP atan()

    Fonction PHP atan()

    L'exemple renvoie l'arctangente de différents nombres via la fonction atan() : <?phpecho(atan(0.50) . "<br> ");echo(atan(-0.50) . "<br> "
    2024-12-26