Skip to content
Advertisement

Tag: script

Call to undefined function IlluminateFilesystemsymlink()

I am installing a php script on my server as a test but I’m experiencing this error. Since I am a begginer in PHP language I am having trouble understanding what is wrong with the script code. I enabled debug mode on the application and got this error message ”Call to undefined function IlluminateFilesystemsymlink()” and this is the code The

PHP Echo ipv4 and Ipv6

How Do I make it so my script echo’s both IPv4 And IPv6, but if 1 of them is not detected it will say ”Not Detected”. Answer There’s only one address, IPv4 or IPv6. You can detect using the filter extension

Advertisement