A. srv / devuelve.php

1<?php
2
3require_once __DIR__ . "/../lib/php/ejecutaServicio.php";
4
5ejecutaServicio(function () {
6 return [
7 "nombre" => "pp",
8 "mensaje" => "Hola."
9 ];
10});
11
skip_previous skip_next