<?xml version="1.0" encoding="UTF-8" ?> <!-- PHP Function File skeleton --> <phpff version=" 0.5"> <function name="func_name" isuserfunc="true|false" module="module_name"> <funcinfo> <phpversion><![CDATA[ PHP_VERSION_INFO_THAT_SUPPORT_THIS_FUNCTION_HERE ]]></phpversion> <synopsis>short descreption here about func_name</synopsis> </funcinfo> <prototype> <return type="data_type_here|void|int|object|..."><![CDATA[short_description about return value]]></return> <params length="number_of_parameter(s)_here"> <!-- Note : Write the default parameters in the last --> <param> <name type="data_type_here|void|int|object|..."> $param name here </name> <isdefault default="true|false"><![CDATA[ if it is default then write default value here.. ]]></isdefault> <description><![CDATA[ Write description about $param parameter here ]]></description> </param> </params> </prototype> <description> <!-- You can repate all elements under the [description] element for N time(s) --> <text> <![CDATA[ Write description about function here (repated)]]> <var>VAR_NAME_HERE</var> <distinguish color="#RRGGBB"><![CDATA[ Line to be distinguised here ]]></distinguish> <![CDATA[ Write description about function here (repated)]]> <constant>CONSTANT_NAME_HERE</constant> <![CDATA[ Write description about function here (repated)]]> <datatype>DATA_TYPE_NAME_HERE</datatype> <inidirective>INI_DIRECTIVE_HERE</inidirective> <funcname>FUNC_NAME_HERE</funcname> </text> <example id="1|2|3|..." text="Short_line_about_example_does"> <![CDATA[ Write PHP code here]]> </example> <output title="Short_title_about_output_here><![CDATA[ Write output for last example here or any thing you would like to put it in hilight ]]></output> <note><![CDATA[ Write note here]]></note> <tip><![CDATA[ Write tip here]]></tip> <hint><![CDATA[ Write note here]]></hint> <caution><![CDATA[ Write caution here]]></caution> <warning><![CDATA[ Write warning here]]></warning> <link ref="URL_HERE">LINK_TEXT_HERE</link> </description> <seealso> <!-- You can repate [link] element under the [seealso] element for N time(s) --> <link ref="URL_HERE">LINK_TEXT_HERE</link> </seealso> </function> </phpff>