Posts by Pedro Saraiva • 31 points
2 posts
-
0
votes2
answers835
viewsA: check if value exists in the array, if it does not exist save the data that does not exist in another array
// Duas estruturas de dados unidimensional $array_a = array('A','B','C','D','E','F'); $array_b = array('Z','C','X','F','D'); // Estrutura de dados com a intersecção dos arrays acima.…
-
3
votes4
answers865
viewsA: Split a 16-digit number in PHP
If you take into account the monetary decimal home score, you will have to reverse the value of the string in order to score correctly and then reverse to have the value of the original string…
phpanswered Pedro Saraiva 31