Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    # restituzione dell'estenzione file

    Come posso fare per vedere cheestenzione a un file ???

  2. #2
    <?php

    $path_parts = pathinfo("/www/htdocs/index.html");

    echo $path_parts["dirname"] . "\n";
    echo $path_parts["basename"] . "\n";
    echo $path_parts["extension"] . "\n";

    ?>

  3. #3
    OK! grazie mille,

    ciao e buone feste!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.