5 lines
78 B
PHP
Vendored
5 lines
78 B
PHP
Vendored
<?php
|
|
function Fx($input) {
|
|
return $input["a"]+$input["b"];
|
|
}
|