| Home  | Casa  | Hardware  | Networking  | Programmazione  | Software  | Domanda  | Sistemi  |   
Programmazione  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Java Programming

  • Programmazione Javascript

  • PHP /MySQL Programmazione

  • Perl Programming

  • Python Programming

  • rubino Programmazione

  • Nozioni di base di Visual Programming
  •  
    Conoscenza Informatica >> Programmazione >> PHP /MySQL Programmazione >> Content
    Come leggere un file delimitato da Tab in PHP
    File di testo spesso memorizzare i dati che si desidera leggere e utilizzare con uno script PHP . Questi file sono in genere sia delimitato da virgole , delimitato da tabulazioni o utilizzano una larghezza di campo fisso . Si può leggere un file delimitato da tabulazioni in PHP leggendo il contenuto in una variabile , la variabile di suddivisione in singole linee o record e spaccare ogni singolo record nei suoi elementi di dati delimitati da tabulazioni utilizzando la funzione di "esplodere" . Istruzioni
    1

    utilizzare un editor per creare un nuovo file PHP . Ad esempio, digitare :

    nano readtab.php
    2

    configurare il file per consentire l' output HTML per lo schermo. Leggere il contenuto del file con PHP in una variabile utilizzando la funzione " file_get_contents " . Verificare il valore di ritorno per assicurare il processo ha avuto successo . Ad esempio, digitare : !

    < DOCTYPE HTML PUBLIC " - //W3C //DTD XHTML 1.0 Transitional //EN " " http://www.w3.org/TR/xhtml1/DTD/xhtml1 - transitional.dtd ">



    < p >

    Leggi scheda Dati delimitati da < /title> <br> ? <p> < /head> <br> <p> <body> <br> <p> < php <br> <p> $ filename = " myfile.dat " ; <br> <p> $ contenuto = file_get_contents ( $ nomefile ) ; <br> <p> if ($ contenuto === false) die ( "Impossibile leggere il file di dati di $ nomefile " ) ; <br> 3 <p> dividere la variabile con il contenuto del file in un array che contiene un elemento per ogni riga del file . Utilizzare la funzione di "esplodere" per rompere le linee della nuova linea carattere "\\ n ". Ad esempio, digitare : <p> <br> $ record = explode ( " \\ n" , $ contenuto) ; <br> 4 <p> Spalato ogni riga nei suoi singoli componenti di dati separati da tabulazione utilizzando " esplodere " funzione su ogni record e rompendo i dati nella scheda di caratteri" \\ t ". Stampare i risultati sullo schermo come si analizza i dati . Ad esempio, digitare : <br> <p> for ( $ i = 0; $ i < sizeof ( $ record) ; $ i + + ) { <br> <p> echo " <p> Linea $ i : " ; <br> <p> $ data [ $ i ] = explode ( " \\ t" , $ record [ $ i ] ) ; <br> <p> foreach ( $ data [ $ i ] da $ elemento ) echo " <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/Programmazione/php-mysql-programming/92611.html' >Come analizzare un Txt file delimitato da tabulazioni in un array in PHP </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/Programmazione/php-mysql-programming/92613.html' >Come collegare PHP per MySQL utilizzando WAMP </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> Articoli Correlati </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92349.html" title="Come inserire un decimale in PHP MySQL " target="_self">Come inserire un decimale in PHP MySQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91829.html" title="Come convertire i Temi Joomla " target="_self">Come convertire i Temi Joomla </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92409.html" title="Come creare campi univoci in PHP /MySQL " target="_self">Come creare campi univoci in PHP /MySQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92298.html" title="Come creare un account Apache MySQL server usando Webmin " target="_self">Come creare un account Apache MySQL server usando Webmi…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93036.html" title="Come creare un file con PHP " target="_self">Come creare un file con PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93023.html" title="Come creare un modello per una pagina PHP " target="_self">Come creare un modello per una pagina PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92628.html" title="Come trovare mio MySQL Version " target="_self">Come trovare mio MySQL Version </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91685.html" title="Formato di Input Data e ora nel MySQL " target="_self">Formato di Input Data e ora nel MySQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92258.html" title="Come al tempo di ingresso in MySQL " target="_self">Come al tempo di ingresso in MySQL </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91370.html" title="Come convertire MySQL a SQLite " target="_self">Come convertire MySQL a SQLite </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">Articoli in evidenza </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/ruby-programming/94167.html" title="Come fare il parsing di un file HTML con Ruby " target="_self">Come fare il parsing di un file HTML con Ruby </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/java-programming/89693.html" title="Come cambiare Struts Locale in Java " target="_self">Come cambiare Struts Locale in Java </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/88144.html" title="Come partizionare e formato in DOS " target="_self">Come partizionare e formato in DOS </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/java-programming/89841.html" title="Come convertire un numero intero in binario Array in Java " target="_self">Come convertire un numero intero in binario Array in Ja…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/94547.html" title="VBA Funzione Procedura " target="_self">VBA Funzione Procedura </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91601.html" title="Come nascondere un sondaggio su un layout di Gilda " target="_self">Come nascondere un sondaggio su un layout di Gilda </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/java-programming/90233.html" title="Come controllare per NotNull in Java 6 " target="_self">Come controllare per NotNull in Java 6 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/java-programming/90358.html" title="Come fare un gioco a scorrimento laterale in Java " target="_self">Come fare un gioco a scorrimento laterale in Java </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/python-programming/93658.html" title="Come fare una funzione di classificazione in Python " target="_self">Come fare una funzione di classificazione in Python </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86592.html" title="Come congelare Inaugurato File temporanei Internet in InfoPath 2007 " target="_self">Come congelare Inaugurato File temporanei Internet in I…</a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Conoscenza Informatica http://it.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>