Jump to content

Editing functions


mr_mind

Recommended Posts

I have a problem with all of the functions which print data to the window, they don't automatically put a "\r\n" after printing it. Now i was wondering if somehow one could edit the function adding that on to the end, like this:

 

function print($print) {

print $print . "\r\n";

}

 

I dont know if this could be done, and when i tried like this it screamed at me so if anyone could help let me know

Link to comment
https://forums.phpfreaks.com/topic/84983-editing-functions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.