Template:Modules/cURL/func page: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{ModuleFunction|cURL}} {{{description}}} ==Syntax== <syntaxhighlight lang="lua"> {{{syntax}}} </syntaxhighlight> ==Required arguments== {{{required_arguments}}} ==Returns== {{{returns}}} ==…')
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
{{{syntax}}}
{{{syntax}}}
</syntaxhighlight>


==Required arguments==
==Required arguments==
{{{required_arguments}}}
{{{required_arguments}}}
==Optional arguments==
{{{optional_arguments}}}


==Returns==
==Returns==
Line 15: Line 16:


==Example==
==Example==
<syntaxhighlight lang="lua">
{{{example}}}
{{{example}}}
</syntaxhighlight>


==See also==
==See also==
{{Modules/cURL/functions}}
{{Modules/cURL/functions}}

Latest revision as of 16:16, 31 January 2011


Package-x-generic.png This function is provided by the external module cURL. You must install this module to use this function.

{{{description}}}

Syntax

{{{syntax}}}

Required arguments

{{{required_arguments}}}

Optional arguments

{{{optional_arguments}}}

Returns

{{{returns}}}

Example

{{{example}}}

See also