I do think the playing field should be fair. First party solutions shouldn't have an unfair advantage over the competition.
However...this seems to missing the very important distinction between local and cloud AI. Apple has put a good amount of effort into keeping their AI on the device so that privet data isn't sent even to their own cloud (yet to be seen how well that ends up working).
It is completely unreasonable for 3rd party services to demand user data be sent into their cloud when the first party offering does not do that by design.
Question
Craig Hopson
hi guys i have a simple one ui cant solve i want an array to be like this
Array (
[0] => Array (
[id] => 2
[lat] => 40.8824996948
[long] => -74.381942749
)
[1] => Array (
[id] => 6
[lat] => 40.8824996948
[long] => -74.381942749
)
[2] => Array (
[id] => 4
[lat] => 51.5001525879
[long] => -0.126236006618 )
)
)
This is the code i'm using which gives me multipuls of arrays (as it's looping)
Thanks
Link to comment
https://www.neowin.net/forum/topic/1137584-php-multidimensional-arrays/Share on other sites
8 answers to this question
Recommended Posts