skip to Main Content
author
101 views
0 votes

Php versions – Deprecate required parameters after optional parameters in function/method

I have update PHPV 7 to PHP 8..1.2 Now whole my application lots of diffrent errors like this.
My main

198 views
0 votes

Laravel – Difficulties in extracting content from a SimpleXMLElement

I have this xml bellow :
"<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>For input string: ""</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope>"
I want to get the content

Back To Top
Search