Posts by Márcio Barbosa • 11 points
1 post
-
0
votes1
answer49
viewsQ: Turning a python function into a PHP function
Someone would know how to turn this function that is in python to a php function? def createSignature(clientId, apiKey, privateKey, nonce): message = str(nonce) + str(clientId) + apiKey signature =…