I am creating a socket in php with socket_create and would like to store the received socket in a database (to access from other php code). However the socket is of type 'resource'. How can I store this in mysql ?I am creating a socket in php with socket_creat