Tag: web
-
Post Views: 17 1. In the end, it is decided to use the same commit ID first, and in the local environment, after executing the init prod command. as shown in Figure 1 2. The files that have been overwritten are sorted out the corresponding directory structure, including config and web. as shown in Figure 2 3. Then modify the…
-
Post Views: 52 The difference between echo(), print(), print_r() echo() is a language structure, no return value The function of print() is basically the same as echo(), and it is also a language structure. The difference is that print has a return value, and always returns 1 print_r is a recursive print for output array objects 2. What is the…