Source of: /manual/es/swftext.getutf8width.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swftext.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'es',
),
'this' =>
array (
0 => 'swftext.getutf8width.php',
1 => 'SWFText::getUTF8Width',
),
'up' =>
array (
0 => 'class.swftext.php',
1 => 'SWFText',
),
'prev' =>
array (
0 => 'swftext.getleading.php',
1 => 'SWFText::getLeading',
),
'next' =>
array (
0 => 'swftext.getwidth.php',
1 => 'SWFText::getWidth',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="swftext.getutf8width" class="refentry">
<div class="refnamediv">
<h1 class="refname">SWFText::getUTF8Width</h1>
<p class="verinfo">(PHP 5 <= 5.3.0, PECL ming SVN)</p><p class="refpurpose"><span class="refname">SWFText::getUTF8Width</span> — <span class="dc-title">Calcula el ancho de la cadena dada de la fuente y tamaño actuales de este objeto texto</span></p>
</div>
<div class="refsect1 description" id="refsect1-swftext.getutf8width-description">
<h3 class="title">Descripción</h3>
<div class="methodsynopsis dc-description">
<span class="type">float</span> <span class="methodname"><strong>SWFText::getUTF8Width</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$string</code></span>
)</div>
<div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta función
no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
</p></div>
</div>
<div class="refsect1 seealso" id="refsect1-swftext.getutf8width-seealso">
<h3 class="title">Ver también</h3>
<p class="para">
<ul class="simplelist">
<li class="member"> <span class="function"><a href="swftext.getwidth.php" class="function" rel="rdfs-seeAlso">SWFText::getWidth()</a> - Computa el ancho de una cadena</span></li>
</ul>
</p>
</div>
</div><?php manual_footer(); ?>