<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Stringhe] strlen();]]></title><description><![CDATA[<p dir="auto"><strong>PHP 4, 5</strong><br />
<em>Sintassi</em>: int *<strong><strong>strlen</strong></strong>     *( string <em><strong>$string</strong></em>    );</p>
<p dir="auto"><em><strong>strlen</strong></em> è una funzione di php che ci permette di conoscere la lunghezza della stringa passata ($<em>string</em>).</p>
<p dir="auto">[php]<br />
$string="Funzioni php: strlen";</p>
<p dir="auto">echo strlen($string); //Stamperà 20<br />
[/php]Se la stringa è vuota la funzione restituirà valore 0.</p>
]]></description><link>https://connect.gt/topic/91963/stringhe-strlen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 06:39:59 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/91963.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Jan 2009 06:13:52 GMT</pubDate><ttl>60</ttl></channel></rss>