# It is wrong to only delete data in the stack.
The stack is a linear list limited to one end for insertion and deletion.
The stack organizes data according to the principle of "first in, last out" or "last in, first out". Therefore, the stack is also called a "first in, last out" table or a "last in, first out" table.
The above is the detailed content of You can only delete data from the stack, right?. For more information, please follow other related articles on the PHP Chinese website!