Jump to content

split a long command line


julia18

Recommended Posts

Hi All,

 

In order to impove the readability of my script, sometime it is necessary to split a long line into multiple lines. For example, the initialisation of a multi-dimensional array.

 

I wonder if anyone of you know how to split a long line into multiple lines please.

 

Thanks!

 

Julia

Link to comment
https://forums.phpfreaks.com/topic/121678-split-a-long-command-line/
Share on other sites

There is no trick to splitting long lines into separate lines.  Just put your curser where you want to split and hit the enter/return key.  The parser doesn't care about the extra spaces and stuff.  Well, usually.  It does for certain things, like with heredoc or with outputting headers and stuff.  I'm sure you probably indent your code, right?  Well it's the same thing...

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.