How to convert XML to OCI-Lob Object?
问题 I have a XML as below - <?xml version="1.0"?> <step number="9"> <s_name>test</s_name> <b_sel>123456</b_sel> <b_ind>7</b_ind> </step> I want this to be converted to OCI-Lob object as below - OCI-Lob Object ( [descriptor] => Resource id #130 ) I have looked for almost all the threads related to OCI-Lob in PHP but didn't get the information which I am looking for. Hope you understand my question. Any suggestions on this would be appreciated. Thank you. 回答1: To get OCI-Lob Object We do need