PHP Classes

File: plugins/functions.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP API Database   plugins/functions.php   Download  
File: plugins/functions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP API Database
Provide access to database records via REST API
Author: By
Last change: Reformatted code (php-cs-fixer)

Added code standard,
Added hooks git for code standard,
Fixed parse where on null elements
Date: 4 years ago
Size: 150 bytes
 

Contents

Class file image Download
<?php
/**
 * Hooks - Utils.
 *
 * @author Marco Cesarato <cesarato.developer@gmail.com>
 */
function func_util_example($res)
{
    return
$res;
}