Function __global->do_lang_cpf
Definitions
sources/ecommerce.php
- Get a CPF label, for re-use as a general form input label. Remove any CPF name prefixing.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $cpf_name | ID_TEXT | No | No | required parameter | N/A | N/A | The CPF name |
Returns
- The CPF label
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a CPF label, for re-use as a general form input label. Remove any CPF name prefixing.
*
* @param ID_TEXT $cpf_name The CPF name
* @return string The CPF label
*/
function do_lang_cpf(string $cpf_name) : string
* Get a CPF label, for re-use as a general form input label. Remove any CPF name prefixing.
*
* @param ID_TEXT $cpf_name The CPF name
* @return string The CPF label
*/
function do_lang_cpf(string $cpf_name) : string
