[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /secure/simul_efun/thing_to_string.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Method index</h2>
<dl><ul>
<li><a href="#array_to_string">array_to_string</a>(mixed *)<br/>
This method converts and input array into a string.
<li><a href="#mapping_to_string">mapping_to_string</a>(mapping)<br/>
This method converts and input mapping into a string.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="array_to_string">
array_to_string</a><pre>
string array_to_string(mixed * args)
</pre></br>
This method converts and input array into a string.
<br/><ul>
<li><b>Parameters:</b>
<br/>args - the array to convert
<li><b>Returns:</b>
<br/>the string value of the array
<li><b>See also:</b>
<br/><a href="#mapping_to_string">mapping_to_string()
</a></dl>

<ul><a name="mapping_to_string">
mapping_to_string</a><pre>
string mapping_to_string(mapping map)
</pre></br>
This method converts and input mapping into a string.
<br/><ul>
<li><b>Parameters:</b>
<br/>args - the mapping to convert
<li><b>Returns:</b>
<br/>the string value of the mapping
<li><b>See also:</b>
<br/><a href="#array_to_string">array_to_string()
</a></dl>


[an error occurred while processing this directive]

