answersLogoWhite

0


Best Answer

A semicolon ( ; ) is often used at the end of an expression to conclude it and hopefully the line as well. If this is in reference to a block of code, the answer could be a closing curly bracket ( } ). If this is in reference to all of your PHP in a given area, a closing tag would be used ( ?>).

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which character is usually used to terminate PHP statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which symbol is used as a statement terminator in C?

semicolon ';' (Not applicable for block-statements)


What does the word general statement mean?

A common statement that is usually used to summarize something.


Where is the continue statement NOT usually used?

The continue statement is not actually used when it is the last statement of the body of the loop. Plus: outside any loop it is rarely or never used.


Which word would be used to start a general statement?

usually


When do you use 'does ' in a sentence?

Usually when asking a question, such as, "Does this work?" It can also be used as a statement or exclamatory statement, such as, "It does not work!"


What is the purpose of Continue and break statement in C?

The break statement is frequently used to terminate the processing of a particular case within a switch statement. Lack of an enclosing iterative or switch statement generates an error.Within nested statements, the break statement terminates only the do, for, switch, or whilestatement that immediately encloses it. You can use a returnor goto statement to transfer control elsewhere out of the nested structure.This example illustrates the break statement:#include int main() { char c; for(;;) { printf_s( "\nPress any key, Q to quit: " ); // Convert to character value scanf_s("%c", &c); if (c == 'Q') break; } } // Loop exits only when 'Q' is pressed


What is the special character used to match any single character in a search string?

If you're using regular expressions, the character commonly used is a dot '.'. This will match any character except a newline. To match all characters including newlines would involve a statement, not a single character.


What is a character used to identify column placement in text usually a tab or a comma is called?

Separator Character


What are break and continue statement in c language?

Break is used to exit the closest loop. Continue will cause the program to go to the beginning of the loop. for(int x=0;x<10;x++) { //continue; for(int y=0;y<10;y++) { break; } } The break statement causes the inner loop to stop at the first iteration. If the continue statement was uncommented, the inner loop would never be executed because the program would jump back to the beginning(until x = 10 of course).


What is the character used at the end of executable statements in C plus plus?

The semi-colon converts a C++ expression into a statement.


What do the abbreviations on a bank statement mean?

Depends on which bank as all will have a different format for their statements. Usually though, the back of the form (statement) has an explanation of the symbols being used.


Can Depo-Provera terminate pregnancy?

No, but it shouldn't be used during pregnancy....