Posts by Pedro Campos • 36 points
2 posts
-
0
votes1
answer388
viewsA: I need help to configure Axios client according to Wi-FI/3G/4G network
You can try to define your Axios instance before adding the Event Listener, without passing a baseURL to it, and the Event function Listener set the baseURL of your Axios instance. import axios from…
-
2
votes1
answer47
viewsA: Return portions of an array by full (string)-PHP
With the following code I got the result you want. function get_in_full($installments) { // Valor da entrada $value = number_format($installments[0]['value'], 2); // Valor da primeira parcela…
phpanswered Pedro Campos 36